projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2001-09-07
Chris Lattner
Remove support for const pool merging, which is obsolet...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Annotations are now const
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Build lli first
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Symboltables are sorted in the bytecode, so no problems...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Cleanup
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Support abstract types
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Support a abstract, opaque, and recursive types
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Types and constnats are wierd objects in the symtabs
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Modules must have a valid, nonnull type. Make them...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Support new setName interface
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Support new setname interface
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Cnstants are now global objects
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Support new setName itf
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Annotations are const objects now
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Types and constants are wierd things in symbol tables now
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Eliminate reference to ConstantPool class
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Constant pool is dead
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Constants are now global unique objects
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Eliminate constant pool dependancies:
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Supoprt global constants
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Support global constants
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
annotations are now const
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Emit bytecode using a deque instead of a vector to...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Remove support for internal constant pool
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Assembly writer is not a module analyzer anymore
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Add support for forward referencing types
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Add support for forward referencing types
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Add support for an opaque type
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Remove #include of nonexistant header file
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Slot calc is now simpler and not based on module...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Module analyzer no longer has to iterate over constant...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Simplify code by eliminating need to hang onto constant...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Fixed mapped_iterator to actually work with functors
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Constant pools no longer exist
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Eliminate DoConstantPoolMerging. ConstantPools no...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
You no longer have to delete constants! They are locat...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Annotations are now passed around as const objects
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Use a deque instead of a vector for greater efficiency...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Clean stuff up.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Simplify SlotCalculator. SlotCalculator is now not...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Simplify analyzer
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Fix long standing problems that would affect inlining...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Add assertion to check for
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Values are AbstactTypeUsers to support abstract types
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Remove extra whitespace at EOL
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Add support for Opaque & Abstract types.
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Support abstract types by keeping on the use list of...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
SymTabValues no longer hold constant pools
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
SymTabValue no longer includes ValueHolder for Module...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Support new setName interface
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Support new setName interface
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
* Add new DerivedType base class that goes between...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Implement support for globally unique constants. Const...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Add support for walking type graphs
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Changing setName semantics
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Make annotations operations const with a mutable annota...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
Fixed the "output constant pool even if he have no...
commit
|
commitdiff
|
tree
|
snapshot
2001-09-07
Chris Lattner
whoo hoo I did something! :)
commit
|
commitdiff
|
tree
|
snapshot
2001-09-01
Chris Lattner
Make fib be more real
commit
|
commitdiff
|
tree
|
snapshot
2001-08-31
Ruchira Sasanka
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2001-08-31
Ruchira Sasanka
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Added directory LiveVar/
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Makefile for tools/tests/
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Driver to test IsPowerOf2. Could be extended for other...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Add testcodegen target, and restrict which tests are...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Added nonterminals for arithmetic operations where...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Changed link line.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Add calls to NormalizeMethod() and to ScheduleInstructi...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Makefile for InstrSched/
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Remove source list.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Added directory InstrSched.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Major changes too hard to document :-)
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Added function MachineInstr::operandIsDefined(i) and...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Extensive additions for supporting instruction scheduling.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Added class MachineSchedInfo and several supporting...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Implementation of instruction scheduling for LLVM.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Class that encapsulates priority heuristics for instruc...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Scheduling DAG for instruction scheduling. Currently...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Moved debug options declaration to header file, and...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Moved function PrintMachineInstructions here.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
analyze() now checks to see that we don't analyze the...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Simplification transformations to normalize the code...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Use const int instead of #define.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Add copy and assignment operators for POIterator, and
commit
|
commitdiff
|
tree
|
snapshot
2001-08-28
Vikram S. Adve
Added InstrSched library to link line.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
I suck
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Initial checkin of TargetData code
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Remove target specific stuff from Type classes
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Remove target specific method from MemAccessInst class
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Convert to use the new factored out TargetData class
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Factor code out to the TargetData class
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Use the new TargetData class to factor out some of...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Remove target specific method.
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Remove target specific code, move to TargetData.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Support passing a data pointer to annotation factory...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Demolish explicit source list
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Extend annotations to pass data pointers around to...
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Add another TODO: sigh
commit
|
commitdiff
|
tree
|
snapshot
2001-08-27
Chris Lattner
Lots of new functionality
commit
|
commitdiff
|
tree
|
snapshot
next