index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
Generic
Age
Commit message (
Expand
)
Author
2008-10-01
Split this test and move it into target-specific directories.
Dan Gohman
2008-09-08
Add a target triple; apparently LLVM doesn't use 64-bit
Dan Gohman
2008-09-08
Add AsmPrinter support for i128 and larger static initializer data.
Dan Gohman
2008-09-08
Add testcase from bug 2770.
Rafael Espindola
2008-09-01
Turn this legalize types test on.
Duncan Sands
2008-08-14
Improve support for vector casts in LLVM IR and CodeGen.
Dan Gohman
2008-08-08
Don't crash printing the asm for a ConstantExpr PtrToInt just because the int
Nick Lewycky
2008-08-04
Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs.
Dan Gohman
2008-07-30
Don't look for leaf values to store when lowering stores of
Dan Gohman
2008-07-29
Fix PR2609. If a label is deleted, then it needs
Duncan Sands
2008-07-17
Turn LegalizeTypes back off again for the moment:
Duncan Sands
2008-07-16
Add support for promoting and expanding AssertZext
Duncan Sands
2008-07-16
Test passing of integer parameters for integers
Duncan Sands
2008-07-16
Test codegen of loads and stores of all integer
Duncan Sands
2008-07-16
Turn on LegalizeTypes by default.
Duncan Sands
2008-06-30
Implement split and scalarize for SELECT_CC, fixing PR2504
Chris Lattner
2008-06-10
Fix some more quoting issues in RUN lines, this time regarding unintended
Matthijs Kooijman
2008-06-10
For all RUN lines starting with "not", redirect stderr to /dev/null so tests
Matthijs Kooijman
2008-05-20
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-04-25
Remove the code from CodeGenPrepare that moved getresult instructions
Dan Gohman
2008-04-23
Add support to codegen for getresult instructions with undef operands.
Dan Gohman
2008-04-19
rename *.llx -> *.ll
Chris Lattner
2008-03-12
Make this test x86-specific for now; targets that don't use
Dan Gohman
2008-03-11
Basic feature test for multiple return values in codegen.
Dan Gohman
2008-03-06
some more spelling changes
Gabor Greif
2008-02-26
Fix PR2096, a regression introduced with my patch last night. This
Chris Lattner
2008-02-26
Fix isNegatibleForFree to not return true for ConstantFP nodes
Chris Lattner
2008-02-21
testcase for PR1133
Chris Lattner
2008-02-19
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-13
Teach LegalizeTypes how to expand and promote CTLZ,
Duncan Sands
2008-02-04
Crashes LegalizeTypes with "Do not know how to
Duncan Sands
2008-02-04
Crashes LegalizeTypes with "Do not know how to split
Duncan Sands
2008-02-04
remove target triple to make this test more "generic"
Chris Lattner
2008-02-04
Crashed the new type legalizer. Not likely to catch
Duncan Sands
2008-01-26
Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to
Chris Lattner
2008-01-17
new testcase.
Chris Lattner
2008-01-17
add testcase that has been sitting in my tree for awhile.
Chris Lattner
2008-01-15
new testcase for llvm.trap.
Chris Lattner
2008-01-10
new testcase for PR1845
Chris Lattner
2008-01-07
Setting GlobalDirective in TargetAsmInfo by default rather than
Gordon Henriksen
2008-01-07
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2007-12-31
Fix PR1833 - eh.exception and eh.selector return two
Duncan Sands
2007-12-26
Tests for changes made in r45356, where IPO optimizations would drop
Gordon Henriksen
2007-12-25
GC poses hazards to the inliner. Consider:
Gordon Henriksen
2007-12-25
Noting and enforcing that GC intrinsics are valid only within a
Gordon Henriksen
2007-12-25
Adjusting verification of "llvm.gc*" intrinsic prototypes to match
Gordon Henriksen
2007-12-17
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-10
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
[next]