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
/
InstrForest.h
Age
Commit message (
Expand
)
Author
2002-08-24
Added support for type inquiry in subclasses of InstTreeNode.
Vikram S. Adve
2002-08-22
Just some extra comments.
Vikram S. Adve
2002-08-15
Change opLabel numbers for Not and BNot.
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-07-24
Non-standard hash classes are not in the std:: namespace
Chris Lattner
2002-05-10
remove deprecated getInstType() method
Chris Lattner
2002-04-08
Don't leak memory like a seive
Chris Lattner
2002-03-24
Change treeRoots data structure to make enumeration deterministic.
Vikram S. Adve
2002-03-23
Rename Method to Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-08
Use different op labels for bitwise logical operations and boolean logical
Vikram S. Adve
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-09-18
Minor fixes: renamed target machine files; fold sched info into TargetMachine.
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-11
Eliminate MainTreeNode function
Chris Lattner
2001-07-28
Remove redundant and unused functions.
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
Exterminate nasty Cisms
Chris Lattner
2001-07-21
Header files for the target architecture description and for instruction
Vikram S. Adve