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
/
include
/
llvm
/
CodeGen
/
DAGISelHeader.h
Age
Commit message (
Expand
)
Author
2009-04-15
Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads
Dan Gohman
2009-01-28
Delete unnecessary elses.
Dan Gohman
2008-11-05
Make ISel ignore dead nodes. The DAGCombiner normally eliminates
Dan Gohman
2008-11-05
The HadDelete field is no longer used.
Dan Gohman
2008-11-05
Update some comments to reflect the new code.
Dan Gohman
2008-11-05
Eliminate the ISel priority queue, which used the topological order for a
Dan Gohman
2008-10-31
Totally disable the setSubgraphColor calls temporarily, as they're
Dan Gohman
2008-10-28
Add some more information to the top-level comment for this file.
Dan Gohman
2008-10-28
Avoid calls to setSubgraphColor in release mode. They generate lots of error ...
Evan Cheng
2008-10-27
Have TableGen emit setSubgraphColor calls under control of a -gen-debug
David Greene
2008-09-30
Optimize SelectionDAG's AssignTopologicalOrder even further.
Dan Gohman
2008-08-28
erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...
Gabor Greif
2008-08-21
Simplify SelectRoot's interface, and factor out some common code
Dan Gohman
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2008-07-17
Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk
Dan Gohman
2008-07-17
Indentation.
Evan Cheng
2008-06-11
Sometimes (rarely) nodes held in LegalizeTypes
Duncan Sands
2008-05-14
Do not generate by TableGen the hard-coded standard, target-independent part of
Roman Levenstein