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
/
InstrSelection
/
InstrForest.cpp
Age
Commit message (
Expand
)
Author
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-09-30
Change ! ( ...== ...) to !=.
Vikram S. Adve
2001-09-18
Don't check for null on delete
Chris Lattner
2001-09-18
Don't add instructions to subtree for Phi or Call.
Vikram S. Adve
2001-09-12
More cleanups, preparing to revamp InstrForest to, among other things,
Chris Lattner
2001-09-12
* Clean up InstrForest
Chris Lattner
2001-09-11
Eliminate 'BasicNode' from InstrForest.
Chris Lattner
2001-09-10
Use predicate for Value type test
Chris Lattner
2001-07-31
Generate tree nodes for Phi instructions.
Vikram S. Adve
2001-07-28
Eliminate unused function.
Vikram S. Adve
2001-07-23
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
Chris Lattner
2001-07-23
Clean up hash table usage
Chris Lattner
2001-07-21
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
Eliminate many unneccesary #includes
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
Instruction selection via pattern matching on instruction trees using BURG.
Vikram S. Adve