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
/
include
Age
Commit message (
Expand
)
Author
2007-04-04
use calloc instead of new/memset, it is more efficient
Chris Lattner
2007-04-04
Initialize the symbol table to zero explicitly. This ensures that the
Chris Lattner
2007-04-04
Extend StringMap to support being initialized as completely empty. When
Chris Lattner
2007-04-03
Adding more MMX instructions.
Bill Wendling
2007-04-03
Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.
Bill Wendling
2007-04-03
add missing operator
Chris Lattner
2007-04-03
add a helper function to constantint.
Chris Lattner
2007-04-02
Ugh. Copy coalescer does not update register numbers.
Evan Cheng
2007-04-02
add a helper function.
Chris Lattner
2007-04-02
add range version of insert()
Chris Lattner
2007-04-01
Remove unused methods.
Zhou Sheng
2007-04-01
For PR1297:
Reid Spencer
2007-04-01
For PR1297:
Reid Spencer
2007-04-01
For PR1297:
Reid Spencer
2007-04-01
For PR1297:
Reid Spencer
2007-03-31
Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.
Chris Lattner
2007-03-31
switch TL::getValueType to use MVT::getValueType.
Chris Lattner
2007-03-31
add a method to turn a type into a VT.
Chris Lattner
2007-03-30
add one addressing mode description hook to rule them all.
Chris Lattner
2007-03-30
Make sure this method just return value equal or less than Limit.
Zhou Sheng
2007-03-30
Correct typo.
Duncan Sands
2007-03-30
Rename and correct the method "greaterOrEqual".
Zhou Sheng
2007-03-30
Add two utility methods into ConstantInt.
Zhou Sheng
2007-03-29
For PR789:
Reid Spencer
2007-03-29
add a hook to demat functions.
Chris Lattner
2007-03-29
uniqueID is a uint64_t (caught by VC++)
Jeff Cohen
2007-03-29
Add a uniqueID field to the FileStatus structure for Paths. This will map
Reid Spencer
2007-03-29
Don't forget to delete the FileStatus structure on destruction of Path.
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-03-28
Remove isLegalAddressImmediate.
Evan Cheng
2007-03-27
Add support for integer comparison builtins.
Bill Wendling
2007-03-26
Change findRegisterUseOperand() to return operand index instead.
Evan Cheng
2007-03-26
Fix reversed logic in getRegsUsed. Rename RegStates to RegsAvailable to
Dale Johannesen
2007-03-26
Add support for the v1i64 type. This makes better code for this:
Bill Wendling
2007-03-26
Start value symbol tables out small (space for 16 elts), not huge (space for ...
Chris Lattner
2007-03-25
Compute getLowBitsSet correctly. Using the complement of a 64-bit value
Reid Spencer
2007-03-25
First step of switch lowering refactoring: perform worklist-driven
Anton Korobeynikov
2007-03-25
switch TargetLowering::getConstraintType to take the entire constraint,
Chris Lattner
2007-03-25
Fix a typo in a comment.
Reid Spencer
2007-03-25
Actually, for getHighBitsSet and getLowBitsSet, don't make a 0 bit size
Reid Spencer
2007-03-24
Make it illegal to set 0 bits in getHighBitsSet and getLowBitsSet. For that
Reid Spencer
2007-03-24
In the getBitsSet function, don't optimize for a common case that is
Reid Spencer
2007-03-24
Don't invoke undefined behavior in shifts in the functions getHighBitsSet
Reid Spencer
2007-03-24
Implement the getBitsSet function.
Reid Spencer
2007-03-24
Implement the getHighBitsSet and getLowBitsSet functions.
Reid Spencer
2007-03-24
Get the signs in the right place!
Reid Spencer
2007-03-24
Undo the last change and make this really implement remainder and not
Reid Spencer
2007-03-24
Correct the implementation of srem to be remainder, not modulus. The sign of
Reid Spencer
2007-03-24
Clean up this interface:
Reid Spencer
2007-03-24
add a valuetype for v1i64, which is needed by mmx.
Chris Lattner
[next]