summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LCG] Clean up and make NDEBUG verify calls more rigorous withChandler Carruth2016-09-041-32/+38
* [LCG] A NFC refactoring to extract the logic for doingChandler Carruth2016-09-041-111/+184
* [InstCombine] Preserve llvm.mem.parallel_loop_access metadata when replacingDorit Nuzman2016-09-042-0/+67
* [ExecutionEngine] Move ObjectCache::anchor from MCJIT to ExecutionEngine.Lang Hames2016-09-042-2/+3
* Test commit.Dorit Nuzman2016-09-041-0/+1
* [PowerPC] Zero-extend constants in FastISelHal Finkel2016-09-042-4/+9
* [Modules] Add 'freestanding' to the 'requires-declaration' feature-list.Elad Cohen2016-09-044-0/+11
* Apply curr_symbol.pass.cpp test fix to missed test caseEric Fiselier2016-09-041-1/+6
* [AVX-512] Remove masked integer add/sub/mull intrinsics and upgrade to native...Craig Topper2016-09-0411-1968/+1853
* Fix inliner funclet unwind memoizationJoseph Tremoulet2016-09-042-11/+303
* Trailing dot that shouldn't have been committed.Joerg Sonnenberger2016-09-041-1/+1
* Fix bad locale test data when using the newest glibcEric Fiselier2016-09-042-0/+15
* PR 27200: Fix names of the atomic lock-free macros.Joerg Sonnenberger2016-09-041-6/+6
* XFAIL TestGdbRemoteExitCode failing testsTodd Fiala2016-09-041-0/+2
* Mark test as XFAIL for C++03, rather than providing a dummy pass.Marshall Clow2016-09-041-5/+2
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-0435-128/+6319
* [X86] Combine some of the strings in autoupgrade code.Craig Topper2016-09-031-35/+7
* Cleanup : Use metadata preserving API for branch creationXinliang David Li2016-09-031-9/+4
* ScopInfo: Do not derive assumptions from all GEP pointer instructionsTobias Grosser2016-09-032-107/+0
* [Profile] preserve branch metadata lowering select in CGPXinliang David Li2016-09-034-8/+42
* Fix ThinLTO crash with debug infoMehdi Amini2016-09-034-0/+87
* Strip trailing whitespaceSimon Pilgrim2016-09-031-2/+2
* [AVX-512] Remove masked integer mullo builtins and replace with native IR.Craig Topper2016-09-0313-126/+108
* [AVX-512] Remove masked integer add/sub builtins and replace with native IR.Craig Topper2016-09-039-341/+290
* AMDGPU: Set sizes of spill pseudosMatt Arsenault2016-09-033-3/+13
* AMDGPU: Fix adding duplicate implicit exec usesMatt Arsenault2016-09-031-1/+15
* [AVX-512] Add integer ADD/SUB instructions to load folding tables. Add an AVX...Craig Topper2016-09-033-0/+498
* [AVX-512] Mark EVEX encoded vpcmpeq as commutable just like its AVX and SSE e...Craig Topper2016-09-031-21/+23
* Fix the attribute documentation build.Aaron Ballman2016-09-031-0/+1
* AMDGPU: Reduce the duration of whole-quad-modeNicolai Haehnle2016-09-032-82/+145
* AMDGPU: Fix an interaction between WQM and polygon stipplingNicolai Haehnle2016-09-033-11/+46
* Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier2016-09-033-16/+88
* Replace the Radeon GCN GPU family names by more descriptive onesNiels Ole Salscheider2016-09-031-25/+25
* AMDGPU: Do basic folding of class intrinsicMatt Arsenault2016-09-032-0/+316
* memory_resource still needs init_priority when built with GCC 4.9Eric Fiselier2016-09-031-3/+1
* AMDGPU: Fix spilling of m0Matt Arsenault2016-09-035-55/+122
* Improve debug error message with register nameMatt Arsenault2016-09-031-1/+2
* [AVX-512] Add EVEX encoded VPCMPEQ and VPCMPGT to the load folding tables.Craig Topper2016-09-032-0/+72
* Add a test Aaron asked for that I forgot to add before landing r280578.Nico Weber2016-09-031-0/+2
* Make lit/util.py py3-compatible.NAKAMURA Takumi2016-09-031-1/+1
* [ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber2016-09-037-2/+261
* Revert r280549.Nico Weber2016-09-033-536/+483
* Let Microsoft attributes apply to the type, not the variable.Nico Weber2016-09-033-11/+15
* Add plumbing for new attribute type "Microsoft".Nico Weber2016-09-033-7/+28
* Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()Nico Weber2016-09-034-8/+1
* ADT: Use std::list in SparseBitVector, NFCDuncan P. N. Exon Smith2016-09-031-34/+13
* Remove function name from comment.Nico Weber2016-09-031-6/+5
* [PowerPC] Support asm parsing for bc[l][a][+-] mnemonicsHal Finkel2016-09-036-0/+111
* ADT: Do not inherit from std::iterator in ilist_iteratorDuncan P. N. Exon Smith2016-09-033-19/+13
* ADT: Split out iplist_impl from iplist, NFCDuncan P. N. Exon Smith2016-09-032-21/+37
OpenPOWER on IntegriCloud