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
/
X86
/
trunc-to-bool.ll
Age
Commit message (
Expand
)
Author
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2010-02-27
Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.
Evan Cheng
2010-02-24
Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in
Daniel Dunbar
2010-02-24
Re-apply 96540 and 96556 with fixes.
Evan Cheng
2010-02-22
These should not have been committed.
Evan Cheng
2010-02-22
Instcombine constant folding can normalize gep with negative index to index w...
Evan Cheng
2010-02-19
Revert commits 96556 and 96640, because commit 96556 breaks the
Duncan Sands
2010-02-18
Some dag combiner goodness:
Evan Cheng
2009-11-22
Turns out stuff gets allocated to different registers depending on the subtar...
Benjamin Kramer
2009-11-22
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2008-11-10
When promoting the result of fp_to_uint/fp_to_sint,
Duncan Sands
2007-08-15
Convert another test to use the count script. This one didn't fit the
Dan Gohman
2007-07-19
For PR1553:
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-30
For PR411:
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-13
For PR1043:
Reid Spencer
2007-01-05
Update for change in parameter attribute syntax.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-27
Add 3 more test cases for ptrtoint, fptoui and fptosi
Reid Spencer
2006-11-27
Alter these tests to ensure they match a "test $1, X" X86 instruction that
Reid Spencer
2006-11-27
For PR950:
Reid Spencer