summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov2016-02-036-27/+112
* [cfi] Safe handling of unaddressable vtable pointers (clang).Evgeniy Stepanov2016-02-037-27/+96
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-0311-54/+18
* Pass socket scheme as part of debug server listen URL.Oleksiy Vyalov2016-02-031-0/+1
* Replace static const int with enum to fix obnoxious linker errors about a mis...Reid Kleckner2016-02-031-1/+1
* [unittests] Move TargetRegistry test from Support to MCReid Kleckner2016-02-033-3/+6
* Silence -Wsign-conversion issue in ProgramTest.cppReid Kleckner2016-02-032-3/+5
* Fix pointers to go on the right hand side. NFC.Ana Pazos2016-02-031-15/+15
* [LoopStrengthReduce] Don't rewrite PHIs with incoming values from CatchSwitchesDavid Majnemer2016-02-033-0/+48
* [ScalarEvolutionExpander] Simplify findInsertPointAfterDavid Majnemer2016-02-031-8/+6
* [codeview] Remove EmitLabelDiff in favor emitAbsoluteSymbolDiffReid Kleckner2016-02-031-18/+4
* [codeview] Use the MCStreamer interface directly instead of AsmPrinterReid Kleckner2016-02-032-101/+100
* [DWARFDebug] Fix another case of overlapping rangesKeno Fischer2016-02-032-13/+144
* Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized()Todd Fiala2016-02-032-5/+3
* test: make test case more robust against removal of unrelated instructionsTobias Grosser2016-02-031-1/+1
* Fix addend computation for IRELATIVE relocations.Rafael Espindola2016-02-032-13/+36
* [SelectionDAG] Fix CombineToPreIndexedLoadStore O(n^2) behaviorTim Shen2016-02-033-6/+34
* [CUDA] added declarations for device-side system callsArtem Belevich2016-02-031-8/+35
* Fix sign conversion warnings in LLDB Python unittestsReid Kleckner2016-02-031-19/+18
* Ensure that we substitute into the declaration of a template parameter packRichard Smith2016-02-032-4/+54
* Refactor conversion of deduced template arguments to reduce repetition.Richard Smith2016-02-031-103/+49
* [NetBSD] Remove dead code.Davide Italiano2016-02-031-7/+0
OpenPOWER on IntegriCloud