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
/
lib
/
CodeGen
/
SelectionDAG
/
TargetLowering.cpp
Age
Commit message (
Expand
)
Author
2005-11-29
Add the majority of the vector machien value types we expect to support,
Nate Begeman
2005-11-22
Rather than attempting to legalize 1 x float, make sure the SD ISel never
Nate Begeman
2005-10-21
Invert the TargetLowering flag that controls divide by consant expansion.
Nate Begeman
2005-09-27
initialize new flag
Chris Lattner
2005-08-27
Change the names of member variables per Chris' instructions, and document
Reid Spencer
2005-08-24
Adjust to new interface
Chris Lattner
2005-07-19
For: memory operations -> stores
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-19
Add a hook to find out how the target handles shift amounts that are out of
Chris Lattner
2005-01-16
Shift and setcc types default to the pointer type.
Chris Lattner
2005-01-16
Use enums, move virtual dtor out of line.
Chris Lattner
2005-01-16
Set up identity transforms.
Chris Lattner
2005-01-16
Move some information out of LegalizeDAG into the generic Target interface.
Chris Lattner
2005-01-11
Clear the whole array, always.
Chris Lattner
2005-01-07
First draft of new Target interface
Chris Lattner