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
Age
Commit message (
Expand
)
Author
2006-11-27
remove dead tag
Chris Lattner
2006-11-27
Fix the dag combiner bug corresponding to PR1014.
Chris Lattner
2006-11-27
this doesn't pass with CVS HEAD.
Chris Lattner
2006-11-27
Fix PR1014 and InstCombine/2006-11-27-XorBug.ll.
Chris Lattner
2006-11-27
Add 3 more test cases for ptrtoint, fptoui and fptosi
Reid Spencer
2006-11-27
testcase for PR1014
Chris Lattner
2006-11-27
When truncating to bool, it is necessary to & with 1 for all casts that
Reid Spencer
2006-11-27
Protect against null streams.
Bill Wendling
2006-11-27
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-27
Alter these tests to ensure they match a "test $1, X" X86 instruction that
Reid Spencer
2006-11-27
Add a test to ensure a bitcast/and/trunc combination eliminates the bitcast.
Reid Spencer
2006-11-27
For better or worse, load from i1 is assumed to be zero extended. Do not
Chris Lattner
2006-11-27
If a brcond condition is promoted, make sure to zero extend it, even if not
Chris Lattner
2006-11-27
For PR950:
Reid Spencer
2006-11-26
Don't use bitcast yet!
Reid Spencer
2006-11-26
Make this test case easier to read. No functional changes.
Reid Spencer
2006-11-26
Removed #include <iostream> and replace with llvm_* streams.
Bill Wendling
2006-11-26
Add method that will take a function pointer so that it can handle things
Bill Wendling
2006-11-26
Remove #include <iostream> and use llvm_* streams instead.
Bill Wendling
2006-11-26
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-26
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.
Bill Wendling
2006-11-26
fix storing bools to mem and unordered FP ops
Duraid Madina
2006-11-25
Make the absolute/relative tolerance information easier to read/understand.
Reid Spencer
2006-11-25
Add newline at end of file.
Reid Spencer
2006-11-25
Only show the first few lines of difference.
Reid Spencer
2006-11-24
Add an option to enable lli (interpreter mode) testing.
Reid Spencer
2006-11-23
Fix some typos.
Reid Spencer
2006-11-23
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2006-11-22
Update to new predicate simplifier VRP design. Fixes PR966 and PR967.
Nick Lewycky
2006-11-22
Stop early if there is no mis-optimization.
Reid Spencer
2006-11-21
Documented the --disable-compression option in gccld and gccas.
John Criswell
2006-11-21
Added the --disable-compression option which controls whether the
John Criswell
2006-11-21
This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way.
Chris Lattner
2006-11-21
Refactored *GVRequiresExtraLoad() to Subtarget method.
Anton Korobeynikov
2006-11-20
Test for PR1013.
Jim Laskey
2006-11-20
new testcase
Chris Lattner
2006-11-20
in ppc64-mode, don't allocate the 32-bit version of r13 either.
Chris Lattner
2006-11-20
Global label not handled correctly.
Jim Laskey
2006-11-20
r13 is the thread pointer on darwin/ppc64, don't allocate it.
Chris Lattner
2006-11-20
Fix PR1005
Chris Lattner
2006-11-20
Fix PR1001, patch by Nikhil Patil!
Chris Lattner
2006-11-20
Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit
Chris Lattner
2006-11-20
Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
Chris Lattner
2006-11-20
Testcase for PR1011
Chris Lattner
2006-11-20
setOperand should not zap the operand list or add implicit operands to an
Chris Lattner
2006-11-20
Testcase for pr1012
Chris Lattner
2006-11-20
We should perform extra load for dllimported calls
Anton Korobeynikov
2006-11-20
Fixed typo
Tanya Lattner
2006-11-20
Adding 1.9 release and removing references to cfrontend
Tanya Lattner
[next]