summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang-rename: when renaming a field, rename initializers of that field as wellMiklos Vajna2016-05-072-0/+30
* ErrorInfoBase::message(): Don't use raw_string_ostream's buffer, Msg, before ...NAKAMURA Takumi2016-05-071-1/+1
* Codegen: Enable the detection of min/max expressionsTobias Grosser2016-05-075-9/+8
* test: Use CHECK-NEXT to not miss instructions in test outputTobias Grosser2016-05-071-25/+23
* Update isl to isl-0.17-5-g57dc5ffTobias Grosser2016-05-077-5/+65
* [ELF][MIPS] Remove redundant local variable. NFCSimon Atanasyan2016-05-071-4/+2
* [PM] code refactoring -- preparation for new PM porting /NFCXinliang David Li2016-05-076-22/+37
* Fix memory_resource build for _LIBCPP_HAS_NO_THREADSEric Fiselier2016-05-071-2/+12
* Fix stripDebugInfo: was modifying "DebugLoc" attached to the intrinsic after ...Mehdi Amini2016-05-071-0/+1
* MipsELFObjectWriter.cpp: Activate debug printer just for +Asserts. [-Wunused-...NAKAMURA Takumi2016-05-071-0/+2
* Refactor stripDebugInfo(Function) to handle intrinsicMehdi Amini2016-05-075-22/+82
* [Orc] Fix missing rename from r268845.Lang Hames2016-05-071-1/+1
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-077-110/+233
* Update TS implementation status pageEric Fiselier2016-05-071-0/+8
* Update \param corresponding to r268819. [-Wdocumentation]NAKAMURA Takumi2016-05-071-1/+1
* Change allocator<T>::allocate to throw length_error, not bad_allocEric Fiselier2016-05-072-14/+11
* Add experimental container alias templates for PMRsEric Fiselier2016-05-0730-0/+1346
* [profile] Simplify value profile writingXinliang David Li2016-05-076-88/+54
* Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONSEric Fiselier2016-05-071-1/+1
* Fix typo it _LIBCPP_NO_EXCEPTIONS macroEric Fiselier2016-05-071-2/+2
* Revert r268832 "Refactor stripDebugInfo(Function) to handle intrinsic"Vitaly Buka2016-05-074-80/+21
* [ValueTracking] Hoist some computation out of a loop; NFCSanjoy Das2016-05-071-20/+11
* Clean up comment; NFCSanjoy Das2016-05-071-1/+1
* Delete trailing whitespace; NFCSanjoy Das2016-05-071-8/+8
* Revert r268810 becase it brakes msan bot.Vitaly Buka2016-05-072-217/+5
* Refactor stripDebugInfo(Function) to handle intrinsicMehdi Amini2016-05-074-21/+80
* [X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.Ahmed Bougacha2016-05-0718-227/+503
* [X86] Register and initialize the FixupBW pass.Ahmed Bougacha2016-05-073-8/+19
* Add <experimental/memory_resource>Eric Fiselier2016-05-0755-6/+4712
* Take the API lock in SBThread::IsValid & SBFrame::IsValid.Jim Ingham2016-05-072-2/+27
* Remove some lldbassert's from the packet checking code.Jim Ingham2016-05-071-5/+0
* Fine tuning of TC* macrosPaul Osmialowski2016-05-073-3/+7
* [CrashReproducer] Always use realpath for destinationBruno Cardoso Lopes2016-05-062-29/+14
* [libFuzzer] modify the docs for startup/initKostya Serebryany2016-05-061-3/+7
* Fix the way the ShouldStopHere checker handles the general case of "stepping ...Jim Ingham2016-05-061-6/+33
* [libFuzzer] tweak the documentation about rss_limitKostya Serebryany2016-05-061-3/+1
* [libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...Kostya Serebryany2016-05-069-15/+88
* [VFS] Add dump methods to the VFS overlay treeBruno Cardoso Lopes2016-05-061-0/+24
* [CrashReproducer] Change module map callback signature. NFCBruno Cardoso Lopes2016-05-063-4/+3
* [PGO] Use rsplit to parse value-data line in text profile file.Rong Xu2016-05-061-1/+1
* [modules] Attempt to improve performance for declaration merging without a SemaRichard Smith2016-05-063-5/+20
* Implement a safer bitcode upgrade for DISubprogram.Adrian Prantl2016-05-062-6/+9
* DetectDeadLanes: Increase precision when detecting undef inputsMatthias Braun2016-05-063-57/+145
* DetectDeadLanes: Cleanup, assert on some impossible cases.Matthias Braun2016-05-061-9/+8
* Drop error when trying to fallback from PDB to DWARF.Zachary Turner2016-05-061-0/+4
* cmake: Avoid continue, apparently that's newJustin Bogner2016-05-061-8/+7
* [SLPVectorizer][X86] Regenerated SEXT/ZEXT cast vectorization testsSimon Pilgrim2016-05-061-8/+94
* [ARM] Fix Scavenger assert due to underestimated stack sizeWeiming Zhao2016-05-062-5/+217
* Reapply 267210 with fix for PR27490Philip Reames2016-05-062-8/+71
* Make llvm-pdbdump print CV type recordsZachary Turner2016-05-067-56/+122
OpenPOWER on IntegriCloud