summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] allow icmp (shr exact X, C2), C fold for splat constant vectorsSanjay Patel2016-08-312-8/+1
* [InstCombine] allow icmp (div X, Y), C folds for splat constant vectorsSanjay Patel2016-08-315-81/+53
* AMDGPU: Fix introducing stack access on unaligned v16i8Matt Arsenault2016-08-313-7/+61
* AMDGPU: Use copy instead of mov during frame loweringMatt Arsenault2016-08-311-15/+6
* AMDGPU: Refactor frame loweringMatt Arsenault2016-08-312-121/+181
* Add a data formatter for std::function in libcxxEnrico Granata2016-08-316-0/+107
* Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata2016-08-313-10/+31
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-317-31/+149
* GlobalISel: use G_TYPE to annotate physregs with a type.Tim Northover2016-08-3136-317/+353
* Initialize RelativeRel for AMDGPU.Rui Ueyama2016-08-311-0/+1
* DebugInfo: Fix -gsplit-dwarf + -fno-split-dwarf-inliningDavid Blaikie2016-08-312-8/+19
* Don't diagnoes a mismatch between implicit and explicit exceptionRichard Smith2016-08-313-4/+19
* Fix mishandling of deletedness for assignment operators of classes withRichard Smith2016-08-312-4/+6
* [codeview] Don't emit vshape info for classes without vfptrsReid Kleckner2016-08-312-1/+62
* libc++abi: fix some -Wunused-function warningsSaleem Abdulrasool2016-08-311-12/+16
* [WebAssembly] Disable folding of GA+reg into load/store constant offsetsDerek Schuff2016-08-313-46/+91
* Linker script: support VERSION command.Rui Ueyama2016-08-313-13/+34
* Remove unused variables.Zachary Turner2016-08-314-7/+1
* [InstCombine] change insertRangeTest() to use APInt instead of Constant; NFCISanjay Patel2016-08-313-20/+29
* Revert "Driver: use the canonical static library naming"Saleem Abdulrasool2016-08-313-9/+9
* [LoopInfo] Add verification by recomputation.Michael Zolotukhin2016-08-314-7/+71
* [EarlyCSE] Optionally use MemorySSA. NFC.Geoff Berry2016-08-3122-22/+186
* Exclude examples, unittests from doc genJason Henline2016-08-311-1/+1
* [StreamExecutor] Add Doxygen main pageJason Henline2016-08-317-5/+243
* Actually check for the diagnostic to be emitted!Quentin Colombet2016-08-311-1/+3
* [Hexagon] Deal with undefs when extending live intervalsKrzysztof Parzyszek2016-08-312-1/+113
* AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is at least 4-byte alignedTom Stellard2016-08-312-1/+15
* [TargetPassConfig] Add a hook to tell whether GlobalISel should warm on fallb...Quentin Colombet2016-08-314-6/+21
* [ResetMachineFunction] Emit the diagnostic isel fallback when asked.Quentin Colombet2016-08-312-6/+19
* [DiagnosticInfo] Add a diagnostic class for the fallback of ISel.Quentin Colombet2016-08-312-0/+24
* Fix indent. NFC.Chad Rosier2016-08-311-2/+2
* Fix a typo in a comment.George Burgess IV2016-08-311-2/+2
* Add an optional parameter with a list of undefs to extendToIndicesKrzysztof Parzyszek2016-08-312-5/+11
* Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby2016-08-317-12/+52
* [sanitizer] extend SizeClassMap to take more template parameters, add VeryCom...Kostya Serebryany2016-08-312-20/+92
* [EarlyCSE] Allow forwarding a non-invariant load into an invariant load.Geoff Berry2016-08-312-12/+8
* Always rely on CFI unwind info for linux vdsoPavel Labath2016-08-312-4/+26
* [SLP] Update the debug based on Michael's suggestion.Chad Rosier2016-08-311-2/+3
* [LangRef] Clarify !invariant.load semantics.Geoff Berry2016-08-311-6/+4
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-313-1/+3
* [SLP] Sink debug after checking for matching types/opcode.Chad Rosier2016-08-311-2/+2
* Fix UBSan bot by not passing NULL into memcpy src.Ivan Krasin2016-08-311-1/+2
* [lib/LTO] Factor out logic for running passes.Davide Italiano2016-08-311-4/+7
* s/static inline/static/ for headers I have changed in r279475. NFC.Tim Shen2016-08-3120-136/+84
* [LTO] Fix common test to reflect r279911 and move to X86 subdirectoryTeresa Johnson2016-08-313-9/+15
* [codeview] Pass through vftable shape informationReid Kleckner2016-08-313-12/+47
* [codeview] Emit vtable shape informationReid Kleckner2016-08-315-44/+573
* Add more unit tests for StringExtractor hex/endian functions.Zachary Turner2016-08-311-19/+133
* [ELF] Linkerscript: define symbols outside SECTIONSPetr Hosek2016-08-314-4/+32
* Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien2016-08-311-2/+2
OpenPOWER on IntegriCloud