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
2004-01-09
Move InstrSelection into lib/Target/Sparc, as it's sparc specific
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-23
Make code layout more consistent.
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-09-17
Fixed spelling.
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-16
Actually, change it to use explicit new/delete, which is more likely to be
Chris Lattner
2003-06-16
Remove two using decls
Chris Lattner
2003-06-16
Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",
Brian Gaeke
2002-08-24
Use newly-added type inspection support in InstTreeNode subclasses.
Vikram S. Adve
2002-08-23
Added #include <alloca.h>
Anand Shukla
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
dumpNode() does not need to print MachineInstrs.
Vikram S. Adve
2002-08-15
Unary Not (boolean and bitwise) is no longer a separate LLVM instruction
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
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
[next]