aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene2011-03-025-0/+85
* Eliminate the unused CodeGenPrepare option to split critical edges.Cameron Zwarich2011-03-022-2/+2
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-029-254/+883
* Don't re-use existing addrec expansions if they contain casts.Dan Gohman2011-03-021-0/+22
* Catch more cases where 2-address pass should 3-addressify instructions. rdar:...Evan Cheng2011-03-022-6/+16
* Make InstCombiner::FoldAndOfICmps create a ConstantRange that's theAnders Carlsson2011-03-011-0/+9
* Optimize "icmp pred (urem X, Y), Y" --> true/false depending on pred. There'sNick Lewycky2011-03-011-0/+16
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-012-0/+13
* Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.Eli Friedman2011-03-011-0/+13
* Delete obsolete test.Dan Gohman2011-02-281-46/+0
* Fix typo introduced by r126661: "Fix a typo which ..."Jakob Stoklund Olesen2011-02-281-1/+1
* Fix the arm's disassembler for blx that was building an MCInst without theKevin Enderby2011-02-281-0/+3
* Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng2011-02-281-0/+14
* Windows codegen also dies on this, so restrict to the platform it wasDuncan Sands2011-02-281-1/+1
* Make this test x86 specific because the ARM backend can't handle it.Duncan Sands2011-02-281-1/+1
* Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ...Frits van Bommel2011-02-281-0/+138
* srem doesn't actually have the same resulting sign as its numerator, you couldNick Lewycky2011-02-281-15/+5
* Teach InstCombine to fold "(shr exact X, Y) == 0" --> X == 0, fixing #1 fromNick Lewycky2011-02-281-0/+17
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-286-0/+229
* The sign of an srem instruction is the sign of its dividend (the firstNick Lewycky2011-02-281-0/+10
* Legalize support for fpextend of vector. PR9309.Duncan Sands2011-02-271-0/+7
* Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...NAKAMURA Takumi2011-02-271-1/+1
* Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...Cameron Zwarich2011-02-271-0/+20
* Give a test file a more sensible name so that it can hold more test cases.Cameron Zwarich2011-02-271-0/+0
* Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...Benjamin Kramer2011-02-261-0/+26
* split this test into arch specific pieces, so the ARMChris Lattner2011-02-252-1/+15
* Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap."Benjamin Kramer2011-02-251-1/+1
* Add patterns to use post-increment addressing for Neon VST1-lane instructions.Bob Wilson2011-02-251-0/+26
* SimplifyCFG: GEPs with just one non-constant index are also cheap.Benjamin Kramer2011-02-241-2/+22
* SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon...Benjamin Kramer2011-02-241-0/+20
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-243-0/+29
* Enable support for vector sext and trunc:Nadav Rotem2011-02-242-0/+146
* Remove obsolete tests.Devang Patel2011-02-242-368/+0
* Move arch specific tests in arch specific directories.Devang Patel2011-02-247-2/+156
* Add XCore intrinsic for eeu instruction.Richard Osborne2011-02-241-0/+8
* test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows ho...NAKAMURA Takumi2011-02-241-0/+9
* Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich2011-02-241-0/+35
* change instcombine to not turn a call to non-varargs bitcast ofChris Lattner2011-02-242-13/+15
* Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memoryEvan Cheng2011-02-241-0/+42
* Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel2011-02-231-1/+1
* Check only relevant strings in output to increase stability of the tests.Devang Patel2011-02-232-10/+9
* Remove file. Previous commit deleted content, but left the file around.Jim Grosbach2011-02-231-0/+0
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-232-10/+0
* Put in the symbol table symbols only used in a .globl statement.Rafael Espindola2011-02-231-0/+26
* Add XCore intrinsic for clre instruction.Richard Osborne2011-02-231-0/+3
* Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne2011-02-231-0/+21
* Add XCore intrinsic for the setv instruction.Richard Osborne2011-02-231-0/+9
* Add XCore intrinsic for settw instruction.Richard Osborne2011-02-231-0/+8
* Fixed a bug in the enhanced disassembler that causedSean Callanan2011-02-231-0/+2
* More fcopysign correctness and performance fix.Evan Cheng2011-02-231-9/+8