summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Simplify boolean conditional return statements in lib/llvm/Executio...Alexander Kornienko2015-11-051-3/+1
* PR25368: Replace workaround for build failure with modules enabled with a fixRichard Smith2015-11-052-1/+8
* [WinEH] Fix funclet prologues with stack realignmentReid Kleckner2015-11-057-48/+147
* Refactor: Simplify boolean conditional return statements in llvm/lib/AnalysisAlexander Kornienko2015-11-054-18/+6
* [WebAssembly] Fix copypasta.Dan Gohman2015-11-052-3/+3
* Refactor: Simplify boolean conditional return statements in clang-apply-repla...Alexander Kornienko2015-11-051-4/+1
* Improve macro dumping to preserve semantically-relevant spelling information.Richard Smith2015-11-051-5/+9
* Completely avoid building Apple simulator on non-Darwin platforms.Chaoren Lin2015-11-053-9/+19
* [WebAssembly] Rename Immediate instructions to Const.Dan Gohman2015-11-052-16/+16
* [WebAssembly] Add AsmString strings for most instructions.Dan Gohman2015-11-057-135/+212
* [WebAssembly] Update wasm builtin functions to match spec changes.Dan Gohman2015-11-054-51/+18
* [WebAssembly] Update wasm builtin functions to match spec changes.Dan Gohman2015-11-053-18/+6
* ScopInfo: Allocate globally unique memory access identifiersTobias Grosser2015-11-054-17/+115
* Mark LWG issue #2234. We already do this; no code change neededMarshall Clow2015-11-051-1/+1
* Better validation when we think a directory might be Xcode.app.Sean Callanan2015-11-051-1/+10
* RunTimeDebugBuilder: Allocate memory _after_ knowing how much is neededTobias Grosser2015-11-051-7/+7
* replace MachineCombinerPattern namespace and enum with enum class; NFCISanjay Patel2015-11-058-80/+84
* Implement P0092R1 for C++1zMarshall Clow2015-11-0516-1/+713
* [WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman2015-11-055-4/+168
* These are the matching changes needed to the lld project for the changes to llvmKevin Enderby2015-11-054-16/+34
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-0518-84/+294
* Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner2015-11-0517-53/+130
* Fix build on platforms that don't have dlfcn.hZachary Turner2015-11-051-0/+3
* Python 3 - Fix usage of `unicode` in unittest2.Zachary Turner2015-11-051-1/+4
* Add a comment explaining TypeImpl.Jim Ingham2015-11-051-0/+3
* After some discussion, promote -fobjc-weak to a driver option.John McCall2015-11-055-9/+57
* [SimplifyLibCalls] Use hasFloatVersion(). NFCI.Davide Italiano2015-11-051-15/+13
* [analyzer] Update RegionStoreManager::getBinding to handle BlockDataRegionsDevin Coughlin2015-11-052-4483/+4853
* Remove Copy and Paste error in a comment.Jim Ingham2015-11-051-1/+1
* Use lldb::pid_t instead of pid_t.Chaoren Lin2015-11-052-8/+8
* Revert "Do not build any of the simulator material on non-Darwin"Chaoren Lin2015-11-051-2/+2
* Python 3 - Apply 2to3 `filter` fixer to unittest2.Zachary Turner2015-11-051-1/+1
* [compiler-rt][aarch64] New tests for 128-bit floating-point builtins, fixes o...Sergey Dmitrouk2015-11-0513-6/+280
* Do not build any of the simulator material on non-DarwinEnrico Granata2015-11-051-2/+2
* Remove redundant namespace specifiers.Rui Ueyama2015-11-051-1/+1
* [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.Oleg Ranevskyy2015-11-0513-116/+303
* Add cfi instr for CFA calculation when movpc is expanded to call and popPetar Jovanovic2015-11-052-0/+57
* [ARM] Clang gives unintended warning message for 'mthumb' + M-profiles:Alexandros Lamprineas2015-11-051-3/+2
* [WebAssembly] Rename ior operator to or to match the specDerek Schuff2015-11-055-13/+13
* Improve OMPT initialization codeJonathan Peyton2015-11-054-10/+26
* Use per-BB value maps for non-exit BBsMichael Kruse2015-11-052-1/+41
* Update comment to LoopAccessInfo after r251800. NFCSilviu Baranga2015-11-051-0/+7
* Allow use of private headers in different sub-modules.Manuel Klimek2015-11-054-10/+56
* Check the range of R_X86_64_TPOFF32.Rafael Espindola2015-11-052-2/+18
* [ARM] Compute known bits for ARMISD::CMOVJames Molloy2015-11-051-0/+10
* Avoid implicit Archive::child_iterator construction.Rafael Espindola2015-11-051-5/+5
* Don't implicitly construct an Archive::child_iterator.Rafael Espindola2015-11-051-6/+5
* [tsan] Fix build warnings on OS XKuba Brecka2015-11-052-2/+12
* Fix a signed/unsigned mismatch warning; NFC.Aaron Ballman2015-11-051-1/+1
* Lint warning fixup for r252160 ("[tsan] Fix pthread_once interceptor for OS X").Kuba Brecka2015-11-051-1/+1
OpenPOWER on IntegriCloud