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
2009-06-16
Split the thread-related APIs out into their own file, and add a few more
Owen Anderson
2009-06-16
Testcase for r73506
Chris Lattner
2009-06-16
Generalize instcombine's isSafeToLoadUnconditionally() function
Chris Lattner
2009-06-16
Added missing libcalls for floating point to int conversions.
Sanjiv Gupta
2009-06-16
Remove the "llvm.umul.with.overflow is broken" warning; it should be
Eli Friedman
2009-06-16
Fixed names of libcalls checked in r73480.
Sanjiv Gupta
2009-06-16
Code Restructuring. No functionality change.
Sanjiv Gupta
2009-06-16
Added required libcalls for PIC16 (mostly floating points to integer casting ...
Sanjiv Gupta
2009-06-16
Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.
Evan Cheng
2009-06-16
If a val# is defined by an implicit_def and it is being removed, all of the c...
Evan Cheng
2009-06-16
Add some generic expansion logic for SMULO and UMULO. Fixes UMULO
Eli Friedman
2009-06-16
Misc accumulated tweaks to legalization logic for various targets.
Eli Friedman
2009-06-16
another xform that is target-independent (should be done in instcombine).
Chris Lattner
2009-06-16
I think instcombine should unconditionally do this xform.
Chris Lattner
2009-06-16
Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic.
Chris Lattner
2009-06-16
There doesn't seem to be a reason to move the save FP stuff.
Bill Wendling
2009-06-16
The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offset
Bill Wendling
2009-06-16
Fix typos.
Bill Wendling
2009-06-16
Use MainCU if it is available.
Devang Patel
2009-06-16
Add initial stab at documenting the use of LLVM with threaded clients.
Owen Anderson
2009-06-16
Add comments to ConstantInt::get and ConstantFP::get to more fully
Dan Gohman
2009-06-16
Use Type::getScalarType.
Dan Gohman
2009-06-16
Regenerate.
Mikhail Glushenkov
2009-06-16
Documentation update.
Mikhail Glushenkov
2009-06-15
Remove extraneous propset.
Owen Anderson
2009-06-15
Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...
Owen Anderson
2009-06-15
Add a CreateFNeg function to IRBuilder.
Dan Gohman
2009-06-15
Update this test to use fmul instead of mul.
Dan Gohman
2009-06-15
Change this from an assert to a cerr+exit, since it's diagnosing an
Dan Gohman
2009-06-15
On Darwin, frame pointer r7 is never available.
Evan Cheng
2009-06-15
Use Type::isIntOrIntVector and Type::isFPOrFPVector.
Dan Gohman
2009-06-15
Support vector casts in more places, fixing a variety of assertion
Dan Gohman
2009-06-15
Address more comments :)
Anton Korobeynikov
2009-06-15
Fix a typo in a diagnostic.
Dan Gohman
2009-06-15
Rename methods for the sake of consistency.
Anton Korobeynikov
2009-06-15
Document ABIType enum. Patch by Sandeep Patel!
Anton Korobeynikov
2009-06-15
Gracefully handle imbalanced inline function begin and end markers.
Devang Patel
2009-06-15
ifcvt should ignore cfg where true and false successors are the same.
Evan Cheng
2009-06-15
Typo.
Evan Cheng
2009-06-15
Rewrite the noredzone description, attempting to avoid confusing language.
Dan Gohman
2009-06-15
The Ls and Qs were mixed up. Patch by Sean.
Bill Wendling
2009-06-15
Fix the crash in this test. This is basically the same
Dale Johannesen
2009-06-15
Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.
Evan Cheng
2009-06-15
Merge PartialInliner changes.
Owen Anderson
2009-06-15
"The Intel instruction tables should include the 64-bit and 32-bit instructions
Bill Wendling
2009-06-15
Silence a warning.
Evan Cheng
2009-06-15
This test is failing. Revert for now.
Bill Wendling
2009-06-15
Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute.
Dan Gohman
2009-06-15
Add another testcase for r71478.
Bill Wendling
2009-06-15
Make the EnableLoadPRE variable static.
Dan Gohman
[next]