2001-10-18 |
Chris Lattner | Refactor Assembly/Bytecode writer code into Assembly... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Refactor code into Assembly & bytecode libraries |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | initial checkin |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | move llvm/Transforms/Pass.h to the top level llvm/Pass... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Expose more xforms to the opt utility |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Bytecode writer is yanked out of Module printer |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Refix bugs, stop using deprecated strstream header |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Initial checkin |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Initial Checkin |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Pull bytecode writing out of Module writer pass. Prepa... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Add operator[] accessors |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Move malloc/free lowering after tracing until lli supports |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Only print values live at BB or method exit, and insert... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Add option to print per module instead of per method... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Only output code if file open is successful |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Trace code should always be exported just before code... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Handle multiple exit blocks correctly. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Add option to print as bytecode instead of assembly. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Use the standard header not the old one |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Dang, we were losing the Constant bit on globals. ... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Add support to insert trace code as an "optimization" |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Convert to be compatible with lli. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Convert to new simpler, more powerful pass structure |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Massive hacks to try to fix subtle logic bugs. I think... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Convert to new simpler pass itf |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Convert to new simpler Pass structure |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Convert to new simpler Pass structure |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Convert to new simpler pass structure |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Simplify Pass by removing silly subclasses |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Fix minor bug, update comments |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Change Sources specifier to ExtraSources |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Convert optimizations to the pass infrastructure |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Pass's return true if they make a modification, not... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Convert optimizations to use the Pass infrastructure |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | * Passes return true if they change something, not... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Chris Lattner | Passes return true if they change something, not if... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | 1. Move most of the constant-fixup code into machine... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Reverse previous change. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Generate assembly code for testcodegen. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Added several cases where a constant must be forwarded... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Sparc-specific code shared between local files. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Moved implementation of class UltraSparcInstrInfo to... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Added virtual function to generate an instruction seque... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vikram S. Adve | Moved implementation of class UltraSparcInstrInfo here. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vikram S. Adve | 1. Add a bottom-up pass on BURG trees that is used... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vikram S. Adve | 1. Add a bottom-up pass on BURG trees that is used... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vikram S. Adve | Separate VM instruction that generates the instructions... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vikram S. Adve | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vikram S. Adve | Remove extra assert in dyn_cast_or_null. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vikram S. Adve | Disable codgen test for calltest.ll. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vikram S. Adve | Only list automatically generated .cpp files. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vikram S. Adve | Allow only extra Source files to be listed in a local... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Chris Lattner | Simplify some code |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Ruchira Sasanka | added initializing regNum to -1 in both constructors... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Ruchira Sasanka | changed debugg message printing - no change to useful... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Ruchira Sasanka | No major change - commented some debug code |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Ruchira Sasanka | No major change - added some comments |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Ruchira Sasanka | Added support for caller saving |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Add rule to build executables |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Emit the proper .type declarations to tell the debugger... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Handle abnormal jmpl syntax correctly |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Implement ulong & long support |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Make main do some simple work without requiring main... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Print Debug Code to stderr instead of stdout so that... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Output to cerr rather than cout so that debug info... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Compile with v9 extensions |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | ConcretePass should not be a templated class! |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Add new Pass infrastructure and some examples |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Use the new Pass infrastructure to clean up llc |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Convert to use Pass infrastructure |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | File moved to: llvm/Transforms/HoistPHIConstants.h |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Ruchira Sasanka | --added support for implicit operands |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Ruchira Sasanka | updated suggesting/coloring of call & return args ... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Ruchira Sasanka | updated suggesting/coloring of call & return args ... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Ruchira Sasanka | --changed Sugesting colors for method calls/return... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Ruchira Sasanka | fixed a coalscing bug |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Add library |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Be const correct |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Minor code cleanups |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Add cast_or_null & dyn_cast_or_null |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Implement initializers for structs and pointers |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Rename ConstPoolPointerReference to ConstPoolPointerRef... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Improve error messages on assertion failure. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | * getExitNode() doesn't exist in method anymore |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Vikram S. Adve | Added Instrumentation subdirectory. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Implement global variables. Struct and Pointer initial... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Implement linking of global variable constant references |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Add some more interesting test cases for the linker |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Chris Lattner | Oops, didn't handle hex values correctly. :( |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Chris Lattner | * Fix the constpoolarray -> c"" printing routines to... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Chris Lattner | Minor cleanup |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Vikram S. Adve | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Chris Lattner | Implement linker. It's 95% working now. |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Chris Lattner | More interesting testcase |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Vikram S. Adve | Forward operands into implicit uses as well as explicit... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Chris Lattner | External methods shouldn't have argument lists |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Chris Lattner | Update comment, remove misleading method |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Chris Lattner | Initializers are not const even if the GV is. |
commit | commitdiff | tree | snapshot |
next |