2003-07-10 |
Vikram S. Adve | Values stored in CallArgsDescriptor cannot be const. |
tree | commitdiff |
2003-07-10 |
Vikram S. Adve | Change interface to MachineInstr::substituteValue to... |
tree | commitdiff |
2003-07-10 |
Misha Brukman | Lowercase versions of `occurrence' need to be spelled... |
tree | commitdiff |
2003-07-10 |
Misha Brukman | `Occurrence' has no `a' and the `r' is doubled. |
tree | commitdiff |
2003-07-02 |
Chris Lattner | INCLUDE_PARENT_GRAPH is required |
tree | commitdiff |
2003-07-02 |
Chris Lattner | Remove dead method |
tree | commitdiff |
2003-07-02 |
Chris Lattner | Add new methods |
tree | commitdiff |
2003-07-02 |
Chris Lattner | Disable the parent graph code when not compiled in... |
tree | commitdiff |
2003-07-02 |
Vikram S. Adve | Leak fix: delete old objects before reallocation in... |
tree | commitdiff |
2003-07-01 |
Chris Lattner | TD pass keeps track of which functions have complete... |
tree | commitdiff |
2003-07-01 |
Chris Lattner | Add new operator= impl |
tree | commitdiff |
2003-07-01 |
Chris Lattner | Ok, I'm a moron. Fixed now |
tree | commitdiff |
2003-07-01 |
Chris Lattner | Fix major problem that was causing all kinds of nasty... |
tree | commitdiff |
2003-07-01 |
Chris Lattner | Add new methods to BUDS for keeping track of a precise... |
tree | commitdiff |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Add new method |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Be more const correct |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Constness changes |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Substantial revamp: DSGraphs now may contain the graphs... |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Add argument |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Remove prototype for dead method |
tree | commitdiff |
2003-06-29 |
Chris Lattner | Add support for gathering sets of must aliases |
tree | commitdiff |
2003-06-28 |
Chris Lattner | Add new DSGraph::ScalarMapTy typedef to avoid pulling... |
tree | commitdiff |
2003-06-28 |
Chris Lattner | Add new 'isComplete' method |
tree | commitdiff |
2003-06-28 |
Chris Lattner | Add support for 'unsigned' command line arguments |
tree | commitdiff |
2003-06-27 |
Brian Gaeke | Nice tasty llc fixes. These should fix LLC for x86... |
tree | commitdiff |
2003-06-25 |
Chris Lattner | Add argument to DAE to allow operation on non-internal... |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Add prototype for tail-dup pass |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Get rid of WORDSIZE macro which can pollute untold... |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Whoops, accidentally lost a #include |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Remove support for the MultiObject flag, which was... |
tree | commitdiff |
2003-06-19 |
Chris Lattner | Lots of changes to make the NodeType field private... |
tree | commitdiff |
2003-06-19 |
Chris Lattner | Update comments |
tree | commitdiff |
2003-06-18 |
Chris Lattner | Detemplatize the PATypeHandle class, which was only... |
tree | commitdiff |
2003-06-17 |
Chris Lattner | * Add new CallSite::get factory method |
tree | commitdiff |
2003-06-17 |
Chris Lattner | Add new op_erase method |
tree | commitdiff |
2003-06-17 |
Chris Lattner | Make sure accessor is properly doxygenized. It wants... |
tree | commitdiff |
2003-06-17 |
Chris Lattner | Add accessor |
tree | commitdiff |
2003-06-17 |
Chris Lattner | Make CallSite's default constructable, copyable, and... |
tree | commitdiff |
2003-06-17 |
Brian Gaeke | Regularize the names of #include-guards. |
tree | commitdiff |
2003-06-16 |
Brian Gaeke | Isolate machine-dependent use of <alloca.h> in "Support... |
tree | commitdiff |
2003-06-16 |
Brian Gaeke | Whoops. I didn't mean to step on John's changes. |
tree | commitdiff |
2003-06-16 |
Brian Gaeke | This version supports FreeBSD. |
tree | commitdiff |
2003-06-16 |
Chris Lattner | Add prototype for the new DAE pass |
tree | commitdiff |
2003-06-11 |
John Criswell | Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to... |
tree | commitdiff |
2003-06-11 |
John Criswell | Included assert.h so that the code compiles under newer... |
tree | commitdiff |
2003-06-04 |
Sumant Kowshik | Made changes suggested by Chris |
tree | commitdiff |
2003-06-04 |
Sumant Kowshik | Made changes suggested by Chris; Renamed 'union' functi... |
tree | commitdiff |
2003-06-04 |
Chris Lattner | Add new setCondition member |
tree | commitdiff |
2003-06-03 |
Chris Lattner | Minor cleanups: |
tree | commitdiff |
2003-06-03 |
Chris Lattner | Remove use of enum |
tree | commitdiff |
2003-06-03 |
Chris Lattner | There are now no uses of NonCopyableV |
tree | commitdiff |
2003-06-03 |
Chris Lattner | Add doxygen comment for namespace |
tree | commitdiff |
2003-06-03 |
Chris Lattner | Add comment for doxygen for namespace |
tree | commitdiff |
2003-06-03 |
Chris Lattner | Minor cleanups: |
tree | commitdiff |
2003-06-03 |
Chris Lattner | Remove noncopyable base class as it was making the... |
tree | commitdiff |
2003-06-03 |
Chris Lattner | Remove noncopyableV base classes, as they were confusin... |
tree | commitdiff |
2003-06-02 |
Chris Lattner | Remove NonCopyable base class to clean up doxygen output |
tree | commitdiff |
2003-06-01 |
Chris Lattner | Hack up MachineCodeEmitter to actually be target indepe... |
tree | commitdiff |
2003-05-31 |
Tanya Lattner | Fixed comment width, changed arg to be const, fixed... |
tree | commitdiff |
2003-05-31 |
Vikram S. Adve | Made a single common InvalidRegNum = -1. |
tree | commitdiff |
2003-05-31 |
Vikram S. Adve | Renamed a variable. |
tree | commitdiff |
2003-05-31 |
Vikram S. Adve | Support for annul/pred and other future flags on op... |
tree | commitdiff |
2003-05-31 |
Vikram S. Adve | Added MachineCodeForInstruction object as an argument to |
tree | commitdiff |
2003-05-30 |
Misha Brukman | Added saveBBreferences() for BasicBlock resolution. |
tree | commitdiff |
2003-05-30 |
Tanya Lattner | Sorry, correcting small typo. |
tree | commitdiff |
2003-05-30 |
Tanya Lattner | Added support for cloning a trace. |
tree | commitdiff |
2003-05-29 |
Sumant Kowshik | Implementation of Equivalence Classes |
tree | commitdiff |
2003-05-29 |
Sumant Kowshik | Changes to support function pointers |
tree | commitdiff |
2003-05-29 |
Chris Lattner | Don't require the user to do something like isa<foo... |
tree | commitdiff |
2003-05-29 |
Chris Lattner | dyn_cast_or_null should work just the same as dyn_cast... |
tree | commitdiff |
2003-05-29 |
Chris Lattner | Doxygenify comments |
tree | commitdiff |
2003-05-29 |
Misha Brukman | Fixed misspelling and broke a line that was wrapping. |
tree | commitdiff |
2003-05-27 |
Misha Brukman | Defines a pass-through debugging emitter -- it writes... |
tree | commitdiff |
2003-05-27 |
Misha Brukman | Allow allocation of a Sparc TargetMachine. |
tree | commitdiff |
2003-05-27 |
Chris Lattner | Expose proto for SRoA pass. |
tree | commitdiff |
2003-05-27 |
Vikram S. Adve | (1) Added special register class containing (for now... |
tree | commitdiff |
2003-05-27 |
Vikram S. Adve | Renamed MachienOperand::opIsDef to MachineOperand:... |
tree | commitdiff |
2003-05-25 |
Vikram S. Adve | Make case of GetNumOfInt/FloatArgRegs functions to... |
tree | commitdiff |
2003-05-24 |
Misha Brukman | Reword to remove reference to how things worked in... |
tree | commitdiff |
2003-05-24 |
Misha Brukman | NOP instructions are pseudo-instructions. We should... |
tree | commitdiff |
2003-05-23 |
Chris Lattner | Remove some cruft, add some methods to allow implementa... |
tree | commitdiff |
2003-05-23 |
Chris Lattner | Minor rewording/cleanups |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Remove long dead code |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Add support for a new "CommaSeparated" modifier |
tree | commitdiff |
2003-05-21 |
Chris Lattner | New method |
tree | commitdiff |
2003-05-20 |
Misha Brukman | Hopefully, the final fix for `[Pp]ropogate'. |
tree | commitdiff |
2003-05-20 |
Misha Brukman | s/convertable/convertible/g |
tree | commitdiff |
2003-05-20 |
Misha Brukman | The plural of `Pass' is Passes, not Pass's. |
tree | commitdiff |
2003-05-17 |
Chris Lattner | Add support for setjmp/longjmp primitives |
tree | commitdiff |
2003-05-14 |
Chris Lattner | Add some methods to make type safety a bit easier |
tree | commitdiff |
2003-05-12 |
Chris Lattner | Beef up interface, move getVarInfo out-of-line. |
tree | commitdiff |
2003-05-12 |
Chris Lattner | Expand API for updating live var info. |
tree | commitdiff |
2003-05-12 |
Chris Lattner | Make sure that globals are emitted AFTER the passmanage... |
tree | commitdiff |
2003-05-10 |
Joel Stanley | Fixed comment. |
tree | commitdiff |
2003-05-09 |
Chris Lattner | Update out of date comment |
tree | commitdiff |
2003-05-09 |
Chris Lattner | Updates to match recent timer updates |
tree | commitdiff |
2003-05-09 |
Chris Lattner | Add new method to check to see if a global is available |
tree | commitdiff |
2003-05-09 |
Chris Lattner | Allow const functions |
tree | commitdiff |
next |