summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [tsan] Fix the memcpy interceptor to be memmove compatible on OS XKuba Brecka2015-11-051-1/+4
* [tsan] Allow memmove interceptor to be used when TSan is not initializedKuba Brecka2015-11-051-3/+5
* [tsan] Fix pthread_once interceptor for OS XKuba Brecka2015-11-051-1/+5
* [tsan] Alternative ThreadState storage for OS XKuba Brecka2015-11-054-2/+70
* Fix escaping value to subregion entry node phiMichael Kruse2015-11-052-21/+75
* [x86] Additional small fix for MCU psABI supportAndrey Bokhanko2015-11-052-3/+7
* [tsan] Use malloc zone interceptors on OS X, part 2Kuba Brecka2015-11-056-8/+72
* revert rev. 252153 due to build failure on ubuntuAsaf Badouh2015-11-057-309/+1
* [X86][AVX512] add comi with SaeAsaf Badouh2015-11-057-1/+309
* [SimplifyCFG] Tweak heuristic for merging conditional storesJames Molloy2015-11-051-7/+13
* [X86][AVX512] small bugfix in VPBROADCASTMAsaf Badouh2015-11-052-2/+17
* RuntimeDyld: fix -Wtype-limitsSaleem Abdulrasool2015-11-051-2/+2
* Fix LoopAccessAnalysis when potentially nullptr check are involvedMehdi Amini2015-11-052-1/+44
* MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation]NAKAMURA Takumi2015-11-051-1/+0
* Use profile data template file for covmap func record (NFC)Xinliang David Li2015-11-051-11/+10
* Fix a bug exposed by uses in CFEXinliang David Li2015-11-051-2/+4
* AMDGPU: Also track whether SGPRs were spilledMatt Arsenault2015-11-053-2/+20
* AMDGPU: Print number user SGPRsMatt Arsenault2015-11-051-0/+6
* Fix build for platforms without ObjC++.Chaoren Lin2015-11-052-6/+9
* AMDGPU: Disallow s[102:103] on VI in assemblerMatt Arsenault2015-11-053-18/+74
* [FunctionAttrs] Remove a loop, NFC refactorSanjoy Das2015-11-051-16/+14
* AMDGPU: Fix assert when legalizing atomic operandsMatt Arsenault2015-11-054-15/+111
* AMDGPU: Make addr64 atomic operand order consistentMatt Arsenault2015-11-051-2/+2
* Accommodate interface change in r252134.Alexander Kornienko2015-11-051-1/+2
* Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())Mehdi Amini2015-11-051-1/+2
* Remove empty linesMehdi Amini2015-11-051-2/+2
* [WinEH] Fix establisher param reg in CLR funcletsJoseph Tremoulet2015-11-052-9/+28
* Make ArgumentAdjuster aware of the current file being processed.Alexander Kornienko2015-11-055-12/+12
* Fix TestGoFormatters.py.Chaoren Lin2015-11-051-3/+2
* [elf2] Fix R_X86_64_TPOFF32 handling.Michael J. Spencer2015-11-054-6/+11
* [IR] Add bounds checking to dataOperandHasImpliedAttrSanjoy Das2015-11-051-0/+8
* Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...Jim Ingham2015-11-053-2/+4
OpenPOWER on IntegriCloud