aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1828-129/+129
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0970-612/+610
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-235-4/+80
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-20/+62
* Update LLVM for rebase to r212749.Stephen Hines2014-07-213-2/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-2411-9/+31
* Merging r195339:Bill Wendling2013-11-211-32/+0
* Merging r195333:Bill Wendling2013-11-211-0/+1
* Merging r195317:Bill Wendling2013-11-211-0/+31
* Error if we see an alias to a declaration.Rafael Espindola2013-11-141-14/+42
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-2/+2
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-1/+2
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-212-0/+33
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-301-4/+1
* XFAIL some of the generic CodeGen tests for Hexagon.Jyotsna Verma2013-03-254-3/+4
* Add a test case for PR15318 fixed in r177472Hao Liu2013-03-201-0/+7
* For inline asm:Eric Christopher2013-01-111-0/+21
* After reducing the size of an operation in the DAG we zero-extend the reducedNadav Rotem2012-12-191-0/+21
* move X86-specific testPaul Redmond2012-12-111-8/+0
* Codegen support for arbitrary vector getelementptrs.Duncan Sands2012-11-131-0/+5
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-0/+32
* Fix broken check lines.Benjamin Kramer2012-08-171-2/+2
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-19/+0
* Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...Nadav Rotem2012-07-151-0/+8
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-021-0/+10
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-022-4/+4
* add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes2012-06-281-0/+31
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-261-0/+6
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-3/+0
* Enforce stricter liveness rules for PHIs.Jakob Stoklund Olesen2012-06-251-0/+26
* test/CodeGen/Generic/asm-large-immediate.ll: Mark it as XFAIL: powerpc, possi...NAKAMURA Takumi2012-06-221-1/+3
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-211-1/+4
* Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc si...NAKAMURA Takumi2012-06-211-1/+0
* Fix test case to work on ARM.Jakob Stoklund Olesen2012-06-111-2/+3
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-082-2/+2
* Fix a crash in APInt::lshr when shiftAmt > BitWidth.Chad Rosier2012-06-081-0/+8
* test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911.NAKAMURA Takumi2012-06-081-0/+1
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-301-0/+14
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-222-18/+2
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-092-2/+18
* Move to X86 directory because this fails on non-X86 platforms.Bill Wendling2012-04-161-59/+0
* Don't try to zExt just to check if an integer constant is zero, it mightRafael Espindola2012-04-101-0/+18
* Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper2012-04-031-0/+8
* Add testcase for r153705Bill Wendling2012-03-301-0/+59
* misched: tag a few XFAILs that I plan to fixAndrew Trick2012-03-211-20/+0
* I meant to disable this test, not XFAIL itAndrew Trick2012-03-211-2/+2
* misched: beginning to add unit testsAndrew Trick2012-03-211-0/+20
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....NAKAMURA Takumi2012-02-021-26/+0