2012-08-05 |
Peter Collingbourne | Do not use linkonce_odr linkage in .ll files. This...
|
commit | commitdiff | tree |
2012-08-05 |
Peter Collingbourne | PTX: move implementations of work-item and synchronisation...
|
commit | commitdiff | tree |
2012-08-05 |
Peter Collingbourne | Implement sub_sat builtin. Patch by Lei Mou!
|
commit | commitdiff | tree |
2012-08-05 |
Peter Collingbourne | Fix declarations of __clc_add_sat_*. Patch by Lei...
|
commit | commitdiff | tree |
2012-07-27 |
Peter Collingbourne | Fix an assertion failure when code completing an auto...
|
commit | commitdiff | tree |
2012-07-03 |
Peter Collingbourne | Document the llvm.fabs intrinsic.
|
commit | commitdiff | tree |
2012-06-01 |
Peter Collingbourne | configure.py: Add an install rule.
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | Add pow builtin.
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | Enable cl_khr_fp64 when building the library, and fix...
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | Add missing dot.h include.
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | Define FLOAT in floatn.inc.
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | Add fma, hypot builtins.
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | Implement mad builtin.
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | Implement exp, exp2, log, log2, native_exp, native_exp2...
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | Fix typo in double precision case.
|
commit | commitdiff | tree |
2012-05-29 |
Peter Collingbourne | OpenCL: Fix vector conditional operator CodeGen for...
|
commit | commitdiff | tree |
2012-05-28 |
Peter Collingbourne | Add fabs builtin.
|
commit | commitdiff | tree |
2012-05-28 |
Peter Collingbourne | Add llvm.fabs intrinsic.
|
commit | commitdiff | tree |
2012-05-28 |
Peter Collingbourne | Add some tests which had heretofore evaded 'git add'.
|
commit | commitdiff | tree |
2012-05-28 |
Peter Collingbourne | Explicit conversions.
|
commit | commitdiff | tree |
2012-05-28 |
Peter Collingbourne | Switch to the NVPTX backend.
|
commit | commitdiff | tree |
2012-05-27 |
Peter Collingbourne | Have getOrCreateSubprogramDIE store the DIE for a subprogram
|
commit | commitdiff | tree |
2012-05-20 |
Peter Collingbourne | Teach Clang about the NVPTX backend.
|
commit | commitdiff | tree |
2012-05-20 |
Peter Collingbourne | Tell the driver that CUDA is a C++-like language, so...
|
commit | commitdiff | tree |
2012-05-20 |
Peter Collingbourne | CUDA: the device and host attributes must be inheritable...
|
commit | commitdiff | tree |
2012-05-20 |
Peter Collingbourne | CUDA: add CodeGen support for global variable address...
|
commit | commitdiff | tree |
2012-05-20 |
Peter Collingbourne | When legalising shifts, do not pre-build a list of...
|
commit | commitdiff | tree |
2012-05-20 |
Peter Collingbourne | Do not pass an invalid domtree to SimplifyInstruction...
|
commit | commitdiff | tree |
2012-05-19 |
Peter Collingbourne | Do not eliminate allocas whose alignment exceeds that...
|
commit | commitdiff | tree |
2012-05-03 |
Peter Collingbourne | Honour CLANG_BUILD_EXAMPLES correctly, by setting the...
|
commit | commitdiff | tree |
2012-03-05 |
Peter Collingbourne | Properly handle non-canonical underlying types in
|
commit | commitdiff | tree |
2012-03-01 |
Peter Collingbourne | StmtProfiler: Add a null check for child statements.
|
commit | commitdiff | tree |
2012-02-22 |
Peter Collingbourne | Switch to BSD/MIT dual license.
|
commit | commitdiff | tree |
2012-02-20 |
Peter Collingbourne | Test web page update.
|
commit | commitdiff | tree |
2012-02-06 |
Peter Collingbourne | Update ExceptionDemo to use ConstantDataArray.
|
commit | commitdiff | tree |
2012-01-26 |
Peter Collingbourne | Improve efficiency of Sema::MaybeBindToTemporary by...
|
commit | commitdiff | tree |
2012-01-26 |
Peter Collingbourne | Simplify {Record,Enum}Type::classof.
|
commit | commitdiff | tree |
2012-01-26 |
Peter Collingbourne | Adjust CLANG_BUILD_EXAMPLES to mean whether the examples...
|
commit | commitdiff | tree |
2012-01-26 |
Peter Collingbourne | Use function pointers, rather than references, to pass...
|
commit | commitdiff | tree |
2012-01-26 |
Peter Collingbourne | llvm-config: Add support for CMake build trees in which...
|
commit | commitdiff | tree |
2012-01-08 |
Peter Collingbourne | Update repository paths.
|
commit | commitdiff | tree |
2012-01-08 |
Peter Collingbourne | Initial commit.
|
commit | commitdiff | tree |
2012-01-08 |
Peter Collingbourne | Create libclc subdirectories.
|
commit | commitdiff | tree |
2011-12-08 |
Peter Collingbourne | libEnhancedDisassembly.a is gone from recent LLVM.
|
commit | commitdiff | tree |
2011-12-08 |
Peter Collingbourne | Add an experimental MallocSizeofChecker, which reports...
|
commit | commitdiff | tree |
2011-12-07 |
Peter Collingbourne | EngineBuilder: support for custom TargetOptions. Fixes the
|
commit | commitdiff | tree |
2011-11-29 |
Peter Collingbourne | Remove content that has been moved to Clang release...
|
commit | commitdiff | tree |
2011-11-29 |
Peter Collingbourne | Fix grammar.
|
commit | commitdiff | tree |
2011-11-29 |
Peter Collingbourne | Add Clang release notes for OpenCL C support.
|
commit | commitdiff | tree |
2011-11-29 |
Peter Collingbourne | Fix URL typo.
|
commit | commitdiff | tree |
2011-11-28 |
Peter Collingbourne | Add OpenCL blurb to release notes.
|
commit | commitdiff | tree |
2011-11-28 |
Peter Collingbourne | Another silly workaround for MSVC.
|
commit | commitdiff | tree |
2011-11-28 |
Peter Collingbourne | Sigh, another workaround for MSVC.
|
commit | commitdiff | tree |
2011-11-28 |
Peter Collingbourne | Work around a gcc4.2 bug.
|
commit | commitdiff | tree |
2011-11-27 |
Peter Collingbourne | In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr...
|
commit | commitdiff | tree |
2011-11-27 |
Peter Collingbourne | When destroying temporaries, instead of a custom cleanup...
|
commit | commitdiff | tree |
2011-11-21 |
Peter Collingbourne | Un-XFAIL this test on Darwin, it reportedly passes...
|
commit | commitdiff | tree |
2011-11-21 |
Peter Collingbourne | Update ProcessMonitor::MonitorCallback signature.
|
commit | commitdiff | tree |
2011-11-21 |
Peter Collingbourne | Update PlatformLinux::Attach signature.
|
commit | commitdiff | tree |
2011-11-21 |
Peter Collingbourne | Delete the depfile if we could not open a header file...
|
commit | commitdiff | tree |
2011-11-21 |
Peter Collingbourne | Teach the driver about failure result files, which...
|
commit | commitdiff | tree |
2011-11-21 |
Peter Collingbourne | Create the clang++ symlink as a POST_BUILD custom command...
|
commit | commitdiff | tree |
2011-11-13 |
Peter Collingbourne | When reference binding array rvalues, such as those...
|
commit | commitdiff | tree |
2011-11-08 |
Peter Collingbourne | TypePrinter: print OpenCL address space names. Patch...
|
commit | commitdiff | tree |
2011-11-08 |
Peter Collingbourne | DeclPrinter: print the declaration's storage class...
|
commit | commitdiff | tree |
2011-11-06 |
Peter Collingbourne | Return only the least significant 8 bits of the exit...
|
commit | commitdiff | tree |
2011-11-06 |
Peter Collingbourne | XFAIL crash-cleanup.c only on Darwin and msys.
|
commit | commitdiff | tree |
2011-11-06 |
Peter Collingbourne | Add the depfile as a result file so that it is deleted...
|
commit | commitdiff | tree |
2011-11-05 |
Peter Collingbourne | Recommend the -flto flag instead of -use-gold-plugin...
|
commit | commitdiff | tree |
2011-11-05 |
Peter Collingbourne | Now that the linker supports lazily materialising globals...
|
commit | commitdiff | tree |
2011-11-05 |
Peter Collingbourne | Use absolute path to exportsfile in gold plugin CMake...
|
commit | commitdiff | tree |
2011-11-05 |
Peter Collingbourne | On Linux, enable the gold plugin if we are using LTO.
|
commit | commitdiff | tree |
2011-11-05 |
Peter Collingbourne | Correct the grammar for __builtin_astype.
|
commit | commitdiff | tree |
2011-11-05 |
Peter Collingbourne | Update a missed getHostTriple call, fixes non-__APPLE__...
|
commit | commitdiff | tree |
2011-10-31 |
Peter Collingbourne | When running tests, prepend our LibDir to the user...
|
commit | commitdiff | tree |
2011-10-30 |
Peter Collingbourne | Teach ModuleLinker::getLinkageResult about materialisable...
|
commit | commitdiff | tree |
2011-10-30 |
Peter Collingbourne | Add support for lazily linking bitcode files (using...
|
commit | commitdiff | tree |
2011-10-28 |
Peter Collingbourne | Have llvm-config --cppflags print correct flags when...
|
commit | commitdiff | tree |
2011-10-27 |
Peter Collingbourne | Annotate imprecise FP division with fpaccuracy metadata
|
commit | commitdiff | tree |
2011-10-27 |
Peter Collingbourne | Add a pinned metadata name for fpaccuracy, and document it
|
commit | commitdiff | tree |
2011-10-27 |
Peter Collingbourne | Document tbaa metadata in LangRef (documentation largely...
|
commit | commitdiff | tree |
2011-10-26 |
Peter Collingbourne | Use full path to ClangForward.h
|
commit | commitdiff | tree |
2011-10-24 |
Peter Collingbourne | Simplify parsing ellipsis in Parser::ParseAlignArgument...
|
commit | commitdiff | tree |
2011-10-23 |
Peter Collingbourne | Fix grammar for C++11 alignment specifiers, and add...
|
commit | commitdiff | tree |
2011-10-23 |
Peter Collingbourne | Fix typo (C++1 -> C++11).
|
commit | commitdiff | tree |
2011-10-23 |
Peter Collingbourne | Diagnose unexpanded parameter packs in member initialisers...
|
commit | commitdiff | tree |
2011-10-23 |
Peter Collingbourne | Clean up duplicated code in Sema::BuildMemInitializer.
|
commit | commitdiff | tree |
2011-10-23 |
Peter Collingbourne | Improve unexpanded parameter pack diagnostics by using...
|
commit | commitdiff | tree |
2011-10-23 |
Peter Collingbourne | Attach class template attributes to the templated CXXRecordDecl,
|
commit | commitdiff | tree |
2011-10-21 |
Peter Collingbourne | Permit auto SCS on parameter declarations, C++03 [dcl...
|
commit | commitdiff | tree |
2011-10-19 |
Peter Collingbourne | Move static array parameter checks to SemaExpr, per...
|
commit | commitdiff | tree |
2011-10-16 |
Peter Collingbourne | Add sema checks for calls to functions taking static...
|
commit | commitdiff | tree |
2011-10-15 |
Peter Collingbourne | Internals manual: eliminate mention of System library
|
commit | commitdiff | tree |
2011-10-14 |
Peter Collingbourne | Add c_alignas and cxx_alignas features
|
commit | commitdiff | tree |
2011-10-13 |
Peter Collingbourne | TCE target: conversion of OpenCL reqd_work_group_size...
|
commit | commitdiff | tree |
2011-10-09 |
Peter Collingbourne | OpenCL: add driver/frontend support for precompiled...
|
commit | commitdiff | tree |
2011-10-08 |
Peter Collingbourne | Add clang-tblgen to OPTIONAL_DIRS when building native...
|
commit | commitdiff | tree |
2011-10-08 |
Peter Collingbourne | Make clang-tblgen's Makefile independent of Clang's...
|
commit | commitdiff | tree |
2011-10-06 |
Peter Collingbourne | CUDA: IR generation support for device stubs
|
commit | commitdiff | tree |
2011-10-06 |
Peter Collingbourne | CUDA: add -fcuda-is-device flag
|
commit | commitdiff | tree |
next |