summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Codegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates.Kyle Butt2016-02-032-19/+68
* Fix Itanium RTTI emission so that we emit fundamental type information into theRichard Smith2016-02-032-2/+21
* Revert r259576: Disable the vzeroupper insertion pass on PS4.Yunzhong Gao2016-02-032-12/+0
* RegCoalescer: Making sure re-materialization defines all subrangesMarcello Maggioni2016-02-031-0/+30
* Define SymbolBody::getSize instead of getSymSize(SymbolBody&). NFC.Rui Ueyama2016-02-033-9/+15
* DiagnosticInfoWithDebugLocBase: Appease Twine for now.NAKAMURA Takumi2016-02-031-2/+2
* The compiler may use "line number 0" to indicate compiler generated goo that ...Jim Ingham2016-02-032-2/+50
* [LoopVersioning] Expose loop versioning as a pass tooAdam Nemet2016-02-035-0/+129
* PR24989: Stop trying to use the C++11 rules for lambda return type inference inRichard Smith2016-02-023-14/+26
* Fix inverted conditional in TestInferiorAssert.pyZachary Turner2016-02-021-2/+2
* Fix a thinko in StackFrame::GetInScopeVariableList.Siva Chandra2016-02-021-1/+1
* ELF: Write about the current policy to README.Rui Ueyama2016-02-021-0/+13
* Set correct thread stop info when single-step lands on a breakpoint [Windows]Adrian McCarthy2016-02-021-5/+19
* Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'.Richard Smith2016-02-022-1/+3
* Attempt #2 to unbreak r259595.George Burgess IV2016-02-021-4/+4
* [codeview] Improve readability of codeview assembly outputDavid Majnemer2016-02-026-109/+200
* [libFuzzer] don't create too many trace-based mutations as it may be too slowKostya Serebryany2016-02-021-2/+18
* Attempt to fix builds broken by r259595.George Burgess IV2016-02-022-2/+2
* Work around build failure due to GCC 4.8.1 bug. We don't completely understandRichard Smith2016-02-021-14/+6
* ELF: Make link() to take an output stream to which error messages are written.Rui Ueyama2016-02-026-5/+13
* ELF: Do not exit if it cannot open an output file.Rui Ueyama2016-02-022-5/+20
* This patch adds MemorySSA to LLVM.George Burgess IV2016-02-0220-0/+2358
* [LVI] Fix debug outputPhilip Reames2016-02-021-3/+3
* [TSan] Use darwin_filter_host_arch to restrict set of test arch on Mac OS.Alexey Samsonov2016-02-022-4/+6
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-027-11/+486
* ObjCXX: fix a crash during typo correction.Manman Ren2016-02-022-2/+34
* Don't return a tuple from the skip test function.Zachary Turner2016-02-023-34/+36
* __mh_execute_header atoms should be global and never dead strippped.Pete Cooper2016-02-023-2/+9
* [asan] Remove redundant elifAnna Zaks2016-02-021-2/+0
* Support loads with differently sized types from a single arrayTobias Grosser2016-02-0211-129/+320
* [asan] Add iOS support to AddressSanitzierAnna Zaks2016-02-021-3/+11
* [LVI] Code motion only [NFC]Philip Reames2016-02-021-64/+62
* Add "REQUIRES: shell" to fix Windows buildbot.Rui Ueyama2016-02-021-0/+9
* [LVI] Refactor to use newly introduced intersect utility Philip Reames2016-02-021-32/+19
* Remove utils/builditJustin Bogner2016-02-022-493/+0
* Correct size calculations for ELF filesHemant Kulkarni2016-02-023-0/+46
* [tsan] Disable x86_64h build that was enabled as part of r259542.Daniel Sanders2016-02-021-0/+3
* Disable the vzeroupper insertion pass on PS4.Yunzhong Gao2016-02-022-0/+12
* [Orc] Stub addresses should be based on stub size, not pointer size.Lang Hames2016-02-021-1/+1
* Fix handling of mach header and DSO handle symbols.Pete Cooper2016-02-028-40/+62
* AMDGPU: Do not promote allocas with non-inbounds GEPsMatt Arsenault2016-02-026-76/+111
* Re-submit ELF: Report multiple errors from the driver.Rui Ueyama2016-02-028-47/+78
* ELF: Rewrite "echo" command arguments in hope that would fix a test breakage.Rui Ueyama2016-02-024-19/+19
* AMDGPU: Handle promoting memmoveMatt Arsenault2016-02-022-0/+89
* ELF: Do not use fatal in LinkerScript.cpp.Rui Ueyama2016-02-022-22/+101
* Revert "[NFC] Cleanup RangeMap.h"Todd Fiala2016-02-022-583/+1382
* Do not use filename in a lit test.Rui Ueyama2016-02-021-7/+7
* ELF: Use StringRef instead of std::string.Rui Ueyama2016-02-021-1/+1
* [X86] Fix the merging of SP updates in prologue/epilogue insertions.Quentin Colombet2016-02-022-2/+39
* MachineVerifier: Check that defs/uses are live in subregisters as well.Matthias Braun2016-02-021-52/+141
OpenPOWER on IntegriCloud