index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-12-21
* Fix a GlobalAddress lowering bug.
Evan Cheng
2005-12-20
Added a hook to print out names of target specific DAG nodes.
Evan Cheng
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
[prev]