summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Moved SEXT -> SIGN_EXTEND_VECTOR_INREG combine into helper. NFC.Simon Pilgrim2016-02-041-60/+84
* [X86] Use hash table in LEA optimization pass.Andrey Turetskiy2016-02-041-150/+247
* Add -nocudainc option to CUDA preprocessor test.Samuel Antao2016-02-041-5/+5
* Add 3.9 release notes documentTobias Grosser2016-02-042-0/+14
* Add 'Using Polly with Clang' to SpinxTobias Grosser2016-02-042-0/+154
* cmake: Add a flag to enable LTOJustin Bogner2016-02-042-0/+11
* Add Sphinx configurationTobias Grosser2016-02-042-0/+250
* Add basic doxygen infrastructure for PollyTobias Grosser2016-02-043-0/+2409
* [Support] Use range-based for loop. NFCCraig Topper2016-02-041-3/+1
* [Support] Use hexdigit instead of manually coding the same thing. NFCCraig Topper2016-02-041-2/+2
* www: Remove some spacesTobias Grosser2016-02-041-2/+2
* www: Add Michael's thesisTobias Grosser2016-02-041-0/+9
* www: Add Felix-Antoine's master thesisTobias Grosser2016-02-041-0/+8
* www: Drop outdated dragonegg documentationTobias Grosser2016-02-042-73/+0
* Update to isl-0.16.1-20-gee54b48Tobias Grosser2016-02-0415-119/+1875
* [PGO] Profile interface cleanupXinliang David Li2016-02-044-25/+38
* [TSan] Fix PrintMatchedSuppressions: Read hit count for suppression atomicallyMohit K. Bhakkad2016-02-041-2/+2
* Basic: mark TLS as supported on Windows on ARMSaleem Abdulrasool2016-02-042-1/+5
* PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousPar...Alexey Bataev2016-02-042-1/+28
* [NVPTX] Disable performance optimizations when OptLevel==NoneJingyue Wu2016-02-042-21/+48
* Use unsigned long long instead of uint64_t to appease botsPete Cooper2016-02-041-1/+1
* Add test missed from r259746Pete Cooper2016-02-041-0/+28
* Add support for the source_version cmdline option.Pete Cooper2016-02-046-0/+67
* [asan] fix the non-x86 buildKostya Serebryany2016-02-042-0/+5
* Set S_ATTR_SOME_INSTRUCTIONS on __text section.Pete Cooper2016-02-042-1/+31
* Generate version min load commands when the platform is unknown.Pete Cooper2016-02-049-32/+184
* [asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany2016-02-047-8/+50
* Test case for PR 26381Nemanja Ivanovic2016-02-041-0/+8
* Default to an unknown OS instead of MacOSX.Pete Cooper2016-02-042-19/+25
* Fix a little threading thinko in StartPrivateStateThread - don't pass stack v...Jim Ingham2016-02-042-5/+10
* Polly tests update contributed by Tobias Grosser for SCEV patch in r259736.Wei Mi2016-02-042-5/+6
* [SCEV] Try to reuse existing value during SCEV expansionWei Mi2016-02-0412-30/+207
* Fix undefined behavior when compiling in C++14 mode (with sized deletionRichard Smith2016-02-041-0/+8
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-0411-39/+64
* [codeview] Don't attempt a cross-section label diffReid Kleckner2016-02-042-5/+82
* [libFuzzer] hot fix a testKostya Serebryany2016-02-041-1/+1
* [libFuzzer] don't write the test unit when a leak is detected (since we don't...Kostya Serebryany2016-02-044-0/+16
* [SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative toGerolf Hoflehner2016-02-032-2/+107
* Add support for -sdk_version cmdline option.Pete Cooper2016-02-036-1/+61
* Bump DiagnosticSemaKinds count; we're close to hitting it.Manman Ren2016-02-031-1/+1
* [InstrProfiling] Fix a comment (NFC)Vedant Kumar2016-02-031-1/+1
* Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array inDavid L Kreitzer2016-02-033-142/+158
* Minor code cleanups. NFC.Junmo Park2016-02-031-18/+18
* Fix missing module qualification of subprocess.PIPE.Zachary Turner2016-02-031-1/+1
* Print the OffsetStart field's relocationDavid Majnemer2016-02-031-8/+15
* rangify; NFCISanjay Patel2016-02-031-159/+129
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-0311-18/+54
* clean up; NFCSanjay Patel2016-02-031-15/+13
* [llvm-readobj] Add support for dumping S_DEFRANGE symbolsDavid Majnemer2016-02-032-2/+138
* Add generation of LC_VERSION_MIN load commands.Pete Cooper2016-02-037-2/+151
OpenPOWER on IntegriCloud