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
Age
Commit message (
Expand
)
Author
2009-03-24
Converted a1.ll to unittests.
Misha Brukman
2009-03-24
canonicalize inttoptr and ptrtoint instructions which cast pointers
Chris Lattner
2009-03-24
two changes:
Chris Lattner
2009-03-24
Add a testcase for the scheduling heuristic introduced in r67586.
Dan Gohman
2009-03-24
Do not emit comments unless -asm-verbose.
Evan Cheng
2009-03-23
Fix a bug in spill weight computation. If the alias is a super-register, and ...
Evan Cheng
2009-03-23
Fix internal representation of fp80 to be the
Dale Johannesen
2009-03-23
Update test for pr3864.
Evan Cheng
2009-03-23
Fix PR3391 and PR3864. Reg allocator infinite looping.
Evan Cheng
2009-03-23
Model inline asm constraint which ties an input to an output register as mach...
Evan Cheng
2009-03-23
Do not fold away subreg_to_reg if the source register has a sub-register inde...
Evan Cheng
2009-03-21
Re-commit r67334 and r67349 with fix.
Evan Cheng
2009-03-20
Fix instcombine to not introduce undefined shifts when merging two
Chris Lattner
2009-03-20
Don't load values out of global constants with weak
Duncan Sands
2009-03-20
Revert r67334 and r37349 which break "make check" on Linux.
Nick Lewycky
2009-03-20
Fix typo's.
Evan Cheng
2009-03-19
More makefile changes to allow dejagnu tests to pass when system tools defaul...
Evan Cheng
2009-03-18
These tests are now passing on Darwin because of r67139.
Bill Wendling
2009-03-18
aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...
Chris Lattner
2009-03-18
Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign...
Chris Lattner
2009-03-18
Add -relocation-model=pic so that the test works
Rafael Espindola
2009-03-18
Fix a bug.
Zhou Sheng
2009-03-18
Added missing support for widening when splitting an unary op (PR3683)
Mon P Wang
2009-03-18
Add another test case for r64440.
Evan Cheng
2009-03-18
xfail these tests for now.
Evan Cheng
2009-03-18
Disable the "call to immediate" optimization on x86-64. It is
Chris Lattner
2009-03-18
Fix PR3807 by inserting 'insertelement' instructions in the normal dest of
Chris Lattner
2009-03-18
A more proper -mtriple.
Bill Wendling
2009-03-18
Temporary fix. I think Rafael wanted this to be Linux-only.
Bill Wendling
2009-03-17
LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now
Chris Lattner
2009-03-17
Don't force promotion of return arguments on the callee.
Rafael Espindola
2009-03-17
this is apparently passing now. Evan/Dan, please check
Chris Lattner
2009-03-17
test case for rev. 67095.
Devang Patel
2009-03-17
Fix codegen to compute the size of an allocation by multiplying the
Chris Lattner
2009-03-17
Add newline at end of file.
Evan Cheng
2009-03-17
CellSPU:
Scott Michel
2009-03-17
Reapply r67049, with the test adjusted for darwin
Duncan Sands
2009-03-17
Fix a problem with DAGCombine where we were building an illegal build
Mon P Wang
2009-03-17
Recognize bswapl as bswap too.
Dan Gohman
2009-03-17
Recognize "bswapq" as an alternate spelling for the bswap instruction.
Dan Gohman
2009-03-17
Spiller may unfold load / mod / store instructions as an optimization when th...
Evan Cheng
2009-03-17
CellSPU:
Scott Michel
2009-03-16
--- Reverse-merging (from foreign repository) r67049 into '.':
Bill Wendling
2009-03-16
Tweak the fix for PR3784: be less sensitive about just
Duncan Sands
2009-03-16
CellSPU:
Scott Michel
2009-03-16
change this to test for an alias result more directly.
Chris Lattner
2009-03-14
Add a replacement for 2009-02-12-GEPNoalias.ll that works without -debug.
Nick Lewycky
2009-03-14
Apply a patch by Micah Villmow to fix AsmParser to accept vector
Dan Gohman
2009-03-14
Add a testcase that covers a wide variety of ABI isel cases.
Dan Gohman
2009-03-14
Use %rip-relative addressing on x86-64 whenever practical, as
Dan Gohman
[next]