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
/
InstrSelection
/
InstrForest.cpp
Age
Commit message (
Expand
)
Author
2002-07-08
MachineInstr::dump() now takes no arguments.
Vikram S. Adve
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Add neccesary #include
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
GCC3.0 is reported to die without an alloca definition.
Chris Lattner
2002-04-08
Don't leak memory like a seive
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-03-24
Change treeRoots data structure to make enumeration deterministic.
Vikram S. Adve
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-03
* Swich to annotation model for MachineCodeForInstruction
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-14
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-08
Major overhaul of stack frame management.
Vikram S. Adve
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