summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix missing newline in sphinx docEtienne Bergeron2016-07-131-0/+1
* AMDGPU: Fold out no-op kill intrinsicsMatt Arsenault2016-07-132-1/+8
* AMDGPU: WQM cleanupsMatt Arsenault2016-07-132-42/+39
* [ConstantFolding] Don't treat negative GEP offsets as positiveDavid Majnemer2016-07-132-10/+9
* [BFI] Add new LazyBFI analysis passAdam Nemet2016-07-138-0/+205
* [ConstantFolding] CleanupsDavid Majnemer2016-07-131-67/+66
* vim: separate the keywords into one per lineSaleem Abdulrasool2016-07-131-22/+116
* [ThinLTO/gold] ThinLTO internalization fixesTeresa Johnson2016-07-133-16/+18
* [IR] Make getIndexedOffsetInType return a signed resultDavid Majnemer2016-07-134-9/+9
* vim: add local_unnamed_addr keywordSaleem Abdulrasool2016-07-131-6/+6
* [ConstantFold] Don't incorrectly infer inbounds on array GEPDavid Majnemer2016-07-132-42/+69
* [LoopVectorize] Further cleanupsDavid Majnemer2016-07-131-4/+2
* COFF: drop the dependency on LIB.EXE for implibsSaleem Abdulrasool2016-07-133-143/+490
* CodeGen: minor cleanup, NFCSaleem Abdulrasool2016-07-131-23/+9
* [X86] Remove some seemingly unnecessary patterns that supported vector zext/s...Craig Topper2016-07-132-33/+0
* Fix ScalarEvolutionExpander step scaling bugKeno Fischer2016-07-132-0/+55
* Remove another unused variable from r275216Teresa Johnson2016-07-121-2/+1
* Revert r275223, which committed the wrong thing.Sean Callanan2016-07-121-3/+0
* Add -m elf32_x86_64.Rui Ueyama2016-07-123-1/+44
* Add ILP32 support to X86_64TargetInfo.Rui Ueyama2016-07-121-33/+55
* Simplify. NFC.Rui Ueyama2016-07-121-5/+3
* [CUDA] Use the multi-element remove function in EraseUnwantedCUDAMatches.Justin Lebar2016-07-121-2/+4
* [CUDA] Add additional testcases for EraseUnwantedCUDAMatches.Justin Lebar2016-07-122-0/+49
* [CUDA] Don't assume that destructors can't be overloaded.Justin Lebar2016-07-122-2/+18
* [LV] Do not invalidate use-lists we're iterating over.Michael Kuperstein2016-07-121-14/+15
* Remove assert since it was crashing the mutli process driver tests. Made the ...Greg Clayton2016-07-121-5/+16
* This doesn't compiler on Darwin. Skipping it.Greg Clayton2016-07-121-0/+1
* Add missing files for r275222Dehao Chen2016-07-122-0/+2
* Mark TagDecls as having external visible storage, like ContainerDecls.Sean Callanan2016-07-121-0/+3
* New pass manager for LICM.Dehao Chen2016-07-1229-68/+174
* GlobalISel: freeze reserved regs after IRTranslator.Tim Northover2016-07-122-1/+6
* AMDGPU: Follow up to r275203Matt Arsenault2016-07-126-39/+218
* Remove unused variable to fix bot failure from r275216Teresa Johnson2016-07-121-2/+1
* The test case I added is PowerPC specific but I accidentallyNemanja Ivanovic2016-07-121-0/+0
* [LV] Remove wrong assumption about LCSSAMichael Kuperstein2016-07-122-5/+25
* Refactor indirect call promotion profitability analysis (NFC)Teresa Johnson2016-07-127-63/+201
* [Power9] Add codegen for VSX word insert/extract instructionsNemanja Ivanovic2016-07-126-8/+1190
* Review fixes to lit documentationPiotr Padlewski2016-07-122-33/+2
* [LoopAccessAnalysis] Some minor cleanupsDavid Majnemer2016-07-121-20/+16
* [X86][AVX] Add support for target shuffle combining to VPERM2F128/VPERM2I128Simon Pilgrim2016-07-123-10/+57
* Add more tests for LWG#2582. No code changes needed, just tests.Marshall Clow2016-07-1226-20/+48
* libc++: name anonymous structsJF Bastien2016-07-121-9/+9
* [sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner2016-07-122-2/+4
* [SCCP] Constant fold structs if all the lattice value are constant.Davide Italiano2016-07-122-9/+107
* [asan] Fix interception unittest on Windows64.Etienne Bergeron2016-07-122-0/+11
* [ELF] Support for setting the base addressPetr Hosek2016-07-125-2/+75
* [LoopVectorize] Assorted cleanupsDavid Majnemer2016-07-121-223/+184
* X86FixupBWInsts: No need for forward liveness analysis.Matthias Braun2016-07-122-72/+0
* AMDGPU: Fix verifier error with kill intrinsicMatt Arsenault2016-07-123-70/+272
* [PM] Port LoopIdiomRecognize Pass to new PMDehao Chen2016-07-127-38/+116
OpenPOWER on IntegriCloud