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
2008-04-09
- More aggressively coalescing away copies whose source is defined by an impl...
Evan Cheng
2008-04-09
Make isVectorClearMaskLegal's operand list const.
Dan Gohman
2008-04-09
Fix some minor errors in comments.
Dan Gohman
2008-04-09
Add const qualifiers.
Dan Gohman
2008-04-09
Update comments to use 2.0 syntax type names.
Dan Gohman
2008-04-09
Add XMM1 as a second return value register for f32 and f64 on x86-64. This
Dan Gohman
2008-04-09
Add DX as a second return value register for i16 on x86.
Dan Gohman
2008-04-09
Generalize getUnaryFloatFunction to handle any FP unary function, automatically
Chris Lattner
2008-04-09
remove capital letter from test name.
Chris Lattner
2008-04-09
use the new ConstantFP::get method to make this work with
Chris Lattner
2008-04-09
ConstantFP::get should be static.
Chris Lattner
2008-04-09
Fix a bug where an incorrect bit mask would be generated if a target's last asm
Nate Begeman
2008-04-09
Be conservative if getresult operand is neither call nor invoke.
Devang Patel
2008-04-09
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
Remove accidentally duplicated code.
Owen Anderson
2008-04-09
Unbreak teh build.
Evan Cheng
2008-04-09
add a simplified accessor for creating an fp constant of a
Chris Lattner
2008-04-09
Missed a hasInterval check.
Evan Cheng
2008-04-09
add a version of ConstantFP::get that doesn't take a redundant Type* value,
Chris Lattner
2008-04-09
many cleanups to the pow optimizer. Allow it to handle powf,
Chris Lattner
2008-04-09
make ConstantFP::isExactlyValue work for long double as well.
Chris Lattner
2008-04-08
Add CreateGetResult()
Devang Patel
2008-04-08
Check that bodies and calls but not declarations
Duncan Sands
2008-04-08
Rename -disable-required-unwind-tables to -unwind-tables-optional.
Dale Johannesen
2008-04-08
Rename -disable-required-unwind-tables to unwind-tables-optional.
Dale Johannesen
2008-04-08
merge r48768 from branches/ggreif/parallelized-test
Gabor Greif
2008-04-08
Add multiple value return instruction constructor.
Devang Patel
2008-04-08
Convenience method for setting the nounwind
Duncan Sands
2008-04-08
silence warning when assertions are disabled.
Chris Lattner
2008-04-08
Fix insert point handling for multiple return values.
Devang Patel
2008-04-08
Handle the situation in 2008-01-25-EmptyFunction.ll
Dale Johannesen
2008-04-08
Missed one.
Dale Johannesen
2008-04-08
Add -disable-required-unwind-tables to tests
Dale Johannesen
2008-04-08
Implement new llc flag -disable-required-unwind-tables.
Dale Johannesen
2008-04-07
Make getDirnameSep a static method (not part of Path's interface).
Ted Kremenek
2008-04-07
Added method Path::getDirname().
Ted Kremenek
2008-04-07
Added support for Create() calls that take an argument besides the
Sam Bishop
2008-04-07
Rename MemOperand to MachineMemOperand. This was suggested by
Dan Gohman
2008-04-07
Remove llvm-upgrade.
Tanya Lattner
2008-04-07
Added note to getting started guide to use llvm-gcc4.2.
Tanya Lattner
2008-04-07
Add operator= implementations to SparseBitVector, allowing it to be used in G...
Owen Anderson
2008-04-07
Testcase for pr2169.
Duncan Sands
2008-04-07
Fix test.
Evan Cheng
2008-04-07
Fix PR 2169.
Daniel Berlin
2008-04-07
Use Intrinsic::getDeclaration in more places.
Duncan Sands
2008-04-07
The "stacksave is not nounwind problem" no longer
Duncan Sands
2008-04-07
Use Intrinsic::getDeclaration to get hold of
Duncan Sands
2008-04-07
Make sure that intrinsics automagically get the
Duncan Sands
2008-04-07
Re-commit of the r48822, where the infinite looping problem discovered
Roman Levenstein
2008-04-07
Make GVN more memory efficient, particularly on code that contains a large nu...
Owen Anderson
[next]