summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WebAssembly: disable some loop-idiom recognitionJF Bastien2015-10-282-1/+56
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281492-2037/+2066
* SamplePGO - Clear per-function data after applying a profile.Diego Novillo2015-10-281-4/+21
* Avoid using `..` in paths for include dirs.Stephane Sezer2015-10-281-1/+1
* Adapt to lit change in llvm r251478-r251481Matthias Braun2015-10-281-8/+13
* Move global classes into anonymous namespaces. NFC.Benjamin Kramer2015-10-282-2/+4
* Don't codesign lldbserver if debugserver codesigning is disabled, because itSean Callanan2015-10-281-1/+1
* [ELF2] R_X86_64_COPY relocation implementedGeorge Rimar2015-10-288-5/+143
* [AliasAnalysis] Take into account readonly attribute for the function argumentsIgor Laevsky2015-10-282-0/+29
* [analyzer] Make inclusion/exclusion of checkers less ambiguous.Anton Yartsev2015-10-281-6/+10
* [ELF2/AArch64] Add support for R_AARCH64_PREL64.Davide Italiano2015-10-282-0/+15
* Fix build break on OS X from cleanup check-in.Todd Fiala2015-10-281-0/+5
* Typo.Chad Rosier2015-10-281-1/+1
* Change test to just define NULL instead of #including stddef.h. In someDaniel Jasper2015-10-281-1/+1
* [Driver] Ignore -G option in both new and old ELF linkerSimon Atanasyan2015-10-282-0/+4
* Reapply: [LIR] Add support for creating memsets from loops with a negative st...Chad Rosier2015-10-282-24/+112
* [GlobalOpt] Add newlines to DEBUG messagesJames Molloy2015-10-281-4/+4
* [ARM] Allow SP in rGPR, starting from ARMv8Artyom Skrobov2015-10-288-67/+137
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-286-6/+13
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-288-2/+20
* Revert "[LIR] Add support for creating memsets from loops with a negative str...Chad Rosier2015-10-282-72/+24
* [LIR] Add support for creating memsets from loops with a negative stride.Chad Rosier2015-10-282-24/+72
* Add newline to test. NFC.Chad Rosier2015-10-281-1/+1
* [mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP, SSNOP, SYNC, SYNCI a...Hrvoje Varga2015-10-289-15/+191
* [Orc] Remove unnecessary semicolon. NFC.Vasileios Kalintiris2015-10-281-2/+2
* [GlobalsAA] An indirect global that is initialized is not fair gameJames Molloy2015-10-283-2/+34
* When running clang with an arm triple such as '--target=thumbv7m-none-eabi'Alexandros Lamprineas2015-10-282-6/+25
* OrcJITTests: Prune unused libdeps.NAKAMURA Takumi2015-10-281-2/+0
* Changes for Bug 17384Ravitheja Addepally2015-10-284-8/+42
* OrcJITTests: Update libdeps.NAKAMURA Takumi2015-10-281-0/+1
* clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.c: Use <stddef...NAKAMURA Takumi2015-10-281-1/+1
* [ELF2] Move sorting and data to the GNU hash table section.Igor Kudrin2015-10-282-64/+63
* Reflow comment.Eric Christopher2015-10-281-6/+4
* [X86] Make some for loops over MVTs more explicit (and shorter) by just menti...Craig Topper2015-10-281-42/+7
* [tidy] Remove stray iostream include from test.Benjamin Kramer2015-10-281-1/+1
* Revert r251492 "[IndVarSimplify] Rewrite loop exit values with their Chen Li2015-10-283-147/+1
* [Driver] Accept both -m <emulation> and -m<emulation>Simon Atanasyan2015-10-284-2/+6
* Refine r251469 to give better (and more localizable) diagnosticsJohn McCall2015-10-2812-70/+121
* Fix a -Wpessimizing-move warning.Craig Topper2015-10-281-1/+1
* Use range-based for loops and use initializer list to remove a small static a...Craig Topper2015-10-281-7/+5
* Driver: support -fuse-ld= on cross windowsSaleem Abdulrasool2015-10-283-2/+5
* [IndVarSimplify] Rewrite loop exit values with their initial values from loop...Chen Li2015-10-283-1/+147
* [PGO] Indexed Prof Reader refactoring (NFC)Xinliang David Li2015-10-282-49/+90
* Remove templates from CostTableLookup functions. All instantiations had the s...Craig Topper2015-10-284-76/+47
* [PowerPC] Replace cntlz[.] with cntlzw[.]Hal Finkel2015-10-287-19/+24
* [ValueTracking] Expose `implies` via ValueTracking, NFCSanjoy Das2015-10-283-50/+51
* [ValueTracking] Use !range metadata more aggressively in KnownBitsSanjoy Das2015-10-284-11/+52
* [SelectionDAG] Don't inspect !range metadata for extended loadsSanjoy Das2015-10-282-1/+14
* [GVN] Make a test case more robustSanjoy Das2015-10-281-12/+12
* [Orc] Disable Orc C API unit tests on non-Darwin while I investigate moreLang Hames2015-10-281-1/+1
OpenPOWER on IntegriCloud