2001-09-07 |
Chris Lattner | * Remove lots of unnecesary #includes |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | * Remove lots of annoying extra #includes |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | * Add tag so emacs knows it's a c++ file |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | Add tags so emacs knows these are C++ files |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | Remove extra space |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | Remove ReversePostOrderTraversal declaration |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | * Don't predefine ReversePostOrderTraversal because... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | Check opaque, abstract, and recursive type handling |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | NEw file |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | Moved functionality into the other constant pool stuff |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | Follow the golden rule of the coding standards guide... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | The header file for a translation unit should always... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | A file should always include it's private header file... |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | Constant pool is eliminated |
commit | commitdiff | tree | snapshot |
2001-09-07 |
Chris Lattner | Add support for iteration through type graphs |
commit | commitdiff | tree | snapshot |
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 |
next |