projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add comment
[oota-llvm.git]
/
include
/
2001-10-03
Chris Lattner
Factor parentness out of Module & GlobalVariable into...
tree
|
commitdiff
2001-10-03
Chris Lattner
Share ConstPoolPointer elements correctly
tree
|
commitdiff
2001-10-03
Chris Lattner
* Both Method & GlobalVariable now subclass GlobalValue
tree
|
commitdiff
2001-10-03
Chris Lattner
First try at a horrible global value reference wrapper
tree
|
commitdiff
2001-10-02
Chris Lattner
Commit more code over to new cast style
tree
|
commitdiff
2001-10-01
Chris Lattner
Convert more code to use new style casts
tree
|
commitdiff
2001-10-01
Chris Lattner
Add more support for new style casts
tree
|
commitdiff
2001-10-01
Chris Lattner
Add support for new style casts
tree
|
commitdiff
2001-10-01
Chris Lattner
Add support for newer cleaner isa, cast, dyn_cast
tree
|
commitdiff
2001-10-01
Chris Lattner
Update comments
tree
|
commitdiff
2001-10-01
Chris Lattner
Pull predecessor and successor iterators out of the...
tree
|
commitdiff
2001-10-01
Chris Lattner
Pull predecessor and successor iterators out of the...
tree
|
commitdiff
2001-10-01
Vikram S. Adve
Add vector `implicitUses' to class MachineCodeForVMInst...
tree
|
commitdiff
2001-09-30
Ruchira Sasanka
no major change.
tree
|
commitdiff
2001-09-30
Ruchira Sasanka
added suggesting color suppor
tree
|
commitdiff
2001-09-30
Chris Lattner
Implement a constant pointer value
tree
|
commitdiff
2001-09-28
Chris Lattner
Pull iterators out of CFG.h and genericize them with...
tree
|
commitdiff
2001-09-28
Chris Lattner
Pull iterators out of CFG.h and CFGdecls and put them...
tree
|
commitdiff
2001-09-28
Chris Lattner
Initial support for construction of a call graph
tree
|
commitdiff
2001-09-28
Chris Lattner
print out value's by pointer
tree
|
commitdiff
2001-09-28
Chris Lattner
Add capability to print out call graph
tree
|
commitdiff
2001-09-19
Chris Lattner
Change debug info from #define to command line option
tree
|
commitdiff
2001-09-19
Chris Lattner
Remove debugging output stuff
tree
|
commitdiff
2001-09-19
Chris Lattner
Add emitAssembly Method
tree
|
commitdiff
2001-09-18
Ruchira Sasanka
*** empty log message ***
tree
|
commitdiff
2001-09-18
Ruchira Sasanka
--added methods to operand class to set/get registers...
tree
|
commitdiff
2001-09-18
Chris Lattner
Move operator << from Value.h to Assembly/Writer.h
tree
|
commitdiff
2001-09-18
Chris Lattner
Remove operator << to Assembly/Writer.h
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Renamed files to match the primary classes they provide.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Moved debugging interfaces for class Value to Value.h.
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Minor fixes: renamed target machine files; fold sched...
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Make class TargetMachine the common interface to all...
tree
|
commitdiff
2001-09-18
Vikram S. Adve
Added debugging support.
tree
|
commitdiff
2001-09-18
Chris Lattner
Add support for global constants, and for initializers...
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
added a method to get reg num after register allocation
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
-modified machine operand class - took regNum out of...
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
-- debug messages dissabled
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
added reg alloc support
tree
|
commitdiff
2001-09-15
Ruchira Sasanka
--reg alloc code added
tree
|
commitdiff
2001-09-14
Ruchira Sasanka
*** empty log message ***
tree
|
commitdiff
2001-09-14
Chris Lattner
Chris seems fond of #include <vector>. Fix these....
tree
|
commitdiff
2001-09-14
Chris Lattner
Minor reformatting, & protection fixes
tree
|
commitdiff
2001-09-14
Chris Lattner
Split Register specific stuff out from TargetMachine...
tree
|
commitdiff
2001-09-14
Chris Lattner
Split Target/Machine.h into three files:
tree
|
commitdiff
2001-09-14
Chris Lattner
Make a new llvm/Target #include directory.
tree
|
commitdiff
2001-09-14
Chris Lattner
Checkin changes to:
tree
|
commitdiff
2001-09-14
Chris Lattner
This checkin represents some cleanup of the backend...
tree
|
commitdiff
2001-09-14
Chris Lattner
Initial instruction tree support for the analysis library
tree
|
commitdiff
2001-09-14
Chris Lattner
Generic k-way tree support
tree
|
commitdiff
2001-09-12
Chris Lattner
More cleanups, preparing to revamp InstrForest to,...
tree
|
commitdiff
2001-09-12
Chris Lattner
* Clean up InstrForest
tree
|
commitdiff
2001-09-11
Chris Lattner
Eliminate 'BasicNode' from InstrForest.
tree
|
commitdiff
2001-09-11
Chris Lattner
Eliminate MainTreeNode function
tree
|
commitdiff
2001-09-11
Chris Lattner
Handle subtract in expression classifier
tree
|
commitdiff
2001-09-11
Chris Lattner
Disable destructors on constants
tree
|
commitdiff
2001-09-10
Chris Lattner
* Add capability of printing out a global variable
tree
|
commitdiff
2001-09-10
Chris Lattner
* Method::getType should return type cast as MethodType...
tree
|
commitdiff
2001-09-10
Chris Lattner
Update assertion to allow extra case
tree
|
commitdiff
2001-09-10
Chris Lattner
Implement global variable support
tree
|
commitdiff
2001-09-09
Chris Lattner
Remove 3 gross global functions that don't belong here
tree
|
commitdiff
2001-09-09
Chris Lattner
Rename contype to subtype
tree
|
commitdiff
2001-09-09
Chris Lattner
Convert ConstRules to use annotations to clean it up.
tree
|
commitdiff
2001-09-09
Chris Lattner
Fix build breakage. :(
tree
|
commitdiff
2001-09-09
Chris Lattner
Remove extra #include
tree
|
commitdiff
2001-09-08
Ruchira Sasanka
*** empty log message ***
tree
|
commitdiff
2001-09-08
Ruchira Sasanka
*** empty log message ***
tree
|
commitdiff
2001-09-08
Ruchira Sasanka
Committed for compliation. Not yet final.
tree
|
commitdiff
2001-09-07
Chris Lattner
New file for supporting abstract types
tree
|
commitdiff
2001-09-07
Chris Lattner
Provide a way to change the incoming value for a phi...
tree
|
commitdiff
2001-09-07
Chris Lattner
* Remove lots of unnecesary #includes
tree
|
commitdiff
2001-09-07
Chris Lattner
* Remove lots of annoying extra #includes
tree
|
commitdiff
2001-09-07
Chris Lattner
* Add tag so emacs knows it's a c++ file
tree
|
commitdiff
2001-09-07
Chris Lattner
Add tags so emacs knows these are C++ files
tree
|
commitdiff
2001-09-07
Chris Lattner
Remove extra space
tree
|
commitdiff
2001-09-07
Chris Lattner
Remove ReversePostOrderTraversal declaration
tree
|
commitdiff
2001-09-07
Chris Lattner
* Don't predefine ReversePostOrderTraversal because...
tree
|
commitdiff
2001-09-07
Chris Lattner
NEw file
tree
|
commitdiff
2001-09-07
Chris Lattner
Follow the golden rule of the coding standards guide...
tree
|
commitdiff
2001-09-07
Chris Lattner
Constant pool is eliminated
tree
|
commitdiff
2001-09-07
Chris Lattner
Add support for iteration through type graphs
tree
|
commitdiff
2001-09-07
Chris Lattner
* Fixed mapped_iterator to actually work with functors
tree
|
commitdiff
2001-09-07
Chris Lattner
Constant pools no longer exist
tree
|
commitdiff
2001-09-07
Chris Lattner
Eliminate DoConstantPoolMerging. ConstantPools no...
tree
|
commitdiff
2001-09-07
Chris Lattner
You no longer have to delete constants! They are locat...
tree
|
commitdiff
2001-09-07
Chris Lattner
Annotations are now passed around as const objects
tree
|
commitdiff
2001-09-07
Chris Lattner
Use a deque instead of a vector for greater efficiency...
tree
|
commitdiff
2001-09-07
Chris Lattner
Clean stuff up.
tree
|
commitdiff
2001-09-07
Chris Lattner
Simplify SlotCalculator. SlotCalculator is now not...
tree
|
commitdiff
2001-09-07
Chris Lattner
Simplify analyzer
tree
|
commitdiff
2001-09-07
Chris Lattner
* Fix long standing problems that would affect inlining...
tree
|
commitdiff
2001-09-07
Chris Lattner
Add assertion to check for
tree
|
commitdiff
2001-09-07
Chris Lattner
* Values are AbstactTypeUsers to support abstract types
tree
|
commitdiff
2001-09-07
Chris Lattner
Remove extra whitespace at EOL
tree
|
commitdiff
2001-09-07
Chris Lattner
* Add support for Opaque & Abstract types.
tree
|
commitdiff
2001-09-07
Chris Lattner
Support abstract types by keeping on the use list of...
tree
|
commitdiff
2001-09-07
Chris Lattner
SymTabValues no longer hold constant pools
tree
|
commitdiff
2001-09-07
Chris Lattner
SymTabValue no longer includes ValueHolder for Module...
tree
|
commitdiff
2001-09-07
Chris Lattner
* Support new setName interface
tree
|
commitdiff
2001-09-07
Chris Lattner
Support new setName interface
tree
|
commitdiff
2001-09-07
Chris Lattner
* Add new DerivedType base class that goes between...
tree
|
commitdiff
next