summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
Commit message (Expand)AuthorAge
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Convert a vselect into a concat_vector if possibleFilipe Cabecinhas2014-05-30
* AArch64 & ARM: disable generic test that relies on no CFG changes.Tim Northover2014-05-30
* MC: move test from Generic to COFFSaleem Abdulrasool2014-04-23
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-23
* CommandLine: Exit successfully for -version and -helpJustin Bogner2014-02-28
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* [DAG] Don't pull the binary operation though the shift if the operands have o...Juergen Ributzka2014-02-06
* Additional fix for 200201: due to dependence on bitwidth test was moved to X8...Stepan Dyatkovskiy2014-01-27
* Fix for PR18102.Stepan Dyatkovskiy2014-01-27
* Move test to x86 directory.Eric Christopher2014-01-23
* Avoid emitting a DWARF type attribute for an ObjC property of typeEric Christopher2014-01-23
* Remove a failing test to get the buildbots back to green.Bill Wendling2014-01-06
* Try to fix s390x build bot.Bill Wendling2014-01-06
* Attempt to fix buildbots by XFAILing some architectures.Bill Wendling2014-01-05
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-05
* Fix pr18235.Rafael Espindola2013-12-13
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-a...Kostya Serebryany2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-21
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* XFAIL some of the generic CodeGen tests for Hexagon.Jyotsna Verma2013-03-25
* Add a test case for PR15318 fixed in r177472Hao Liu2013-03-20
* For inline asm:Eric Christopher2013-01-11
* After reducing the size of an operation in the DAG we zero-extend the reducedNadav Rotem2012-12-19
* move X86-specific testPaul Redmond2012-12-11
* Codegen support for arbitrary vector getelementptrs.Duncan Sands2012-11-13
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-24
* Fix broken check lines.Benjamin Kramer2012-08-17
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-10
* Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...Nadav Rotem2012-07-15
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes2012-06-28
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-26
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Enforce stricter liveness rules for PHIs.Jakob Stoklund Olesen2012-06-25
* test/CodeGen/Generic/asm-large-immediate.ll: Mark it as XFAIL: powerpc, possi...NAKAMURA Takumi2012-06-22
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-21
* Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc si...NAKAMURA Takumi2012-06-21
* Fix test case to work on ARM.Jakob Stoklund Olesen2012-06-11
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-08
* Fix a crash in APInt::lshr when shiftAmt > BitWidth.Chad Rosier2012-06-08