- b3b6f53 Added support for both call/jmpl instructions by Ruchira Sasanka · 24 years ago
- 5ab1f87 Fix problem with a cast instruction that must be expanded to type 0 by Chris Lattner · 24 years ago
- 2827d52 Fixed printing of offset operand for RETURN instruction. by Vikram S. Adve · 24 years ago
- ea21a6c Use CALL for direct function calls; JMPL for indirect ones. by Vikram S. Adve · 24 years ago
- 4353444 Minor bug fix in printing operands of JMPL. by Vikram S. Adve · 24 years ago
- f434cd1 Fix shift printing when using a ubyte LHS by Chris Lattner · 24 years ago
- 42c9e77 Add support for And, XOR, and Or by Chris Lattner · 24 years ago
- 2b3c925 It is valid to have unsigned arrays as constants... the linker may initialize them later by Chris Lattner · 24 years ago
- 44d2b94 Added code to support unusable Suggested Colors. by Ruchira Sasanka · 24 years ago
- b49865f Added code so that colorIGNode does not unnecessarily reserve unusable by Ruchira Sasanka · 24 years ago
- 0e62aa6 Added code to PhyRegAlloc to mark unusable suggested regs by Ruchira Sasanka · 24 years ago
- 33eb292 Added code to Initialize (MachineOperand) to initialize regNum to -1 -- Ruchira by Ruchira Sasanka · 24 years ago
- 0f5e988 Corrected call interference bug - suggested color not allocated if by Ruchira Sasanka · 24 years ago
- 36f7707 Changed Call interference info by Ruchira Sasanka · 24 years ago
- 958faf3 Corrected call interference bug by Ruchira Sasanka · 24 years ago
- ffa6f9c Fix to reference the right header by Chris Lattner · 24 years ago
- 0fd8dc8 no major change by Ruchira Sasanka · 24 years ago
- ad5b620 *** empty log message *** by Vikram S. Adve · 24 years ago
- 69917e2 Added implict operand printing for operator( ostream, MachineInstr&) by Ruchira Sasanka · 24 years ago
- 735d6e3 Added support for condition code loading/stroing in methods cpReg2Reg etc. by Ruchira Sasanka · 24 years ago
- 97b8b44 removed some debug messages by Ruchira Sasanka · 24 years ago
- f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
- b7e7118 Check in new testcase based on .c file. Adapted to run with lli by Chris Lattner · 24 years ago
- 03f7ce0 Fix null termination issue by Chris Lattner · 24 years ago
- 1e39a95 Add new testcase from C source by Chris Lattner · 24 years ago
- d7477ee Remove unneccesary retcode var by Chris Lattner · 24 years ago
- 2197d21 Refactor Assembly/Bytecode writer code into Assembly & bytecode libraries by Chris Lattner · 24 years ago
- 1992ce1 Refactor code into Assembly & bytecode libraries by Chris Lattner · 24 years ago
- b44405a initial checkin by Chris Lattner · 24 years ago
- 986fced move llvm/Transforms/Pass.h to the top level llvm/Pass.h file by Chris Lattner · 24 years ago
- 9effd69 Expose more xforms to the opt utility by Chris Lattner · 24 years ago
- c2c9dd1 Bytecode writer is yanked out of Module printer by Chris Lattner · 24 years ago
- b81a0bf Refix bugs, stop using deprecated strstream header by Chris Lattner · 24 years ago
- 475becb Initial checkin by Chris Lattner · 24 years ago
- 399376b Initial Checkin by Chris Lattner · 24 years ago
- 3923140 Pull bytecode writing out of Module writer pass. Prepare to move to seperate file by Chris Lattner · 24 years ago
- c148d4e Add operator[] accessors by Chris Lattner · 24 years ago
- 712ac2b Move malloc/free lowering after tracing until lli supports by Vikram S. Adve · 24 years ago
- 631b9a3 Only print values live at BB or method exit, and insert loads at each by Vikram S. Adve · 24 years ago
- d8b5168 Add option to print per module instead of per method, so that by Vikram S. Adve · 24 years ago
- c9a1de6 Only output code if file open is successful by Chris Lattner · 24 years ago
- 79a3349 Trace code should always be exported just before code generation; by Vikram S. Adve · 24 years ago
- bedb00d Handle multiple exit blocks correctly. by Vikram S. Adve · 24 years ago
- 07b877e Add option to print as bytecode instead of assembly. by Vikram S. Adve · 24 years ago
- 73e11d7 Use the standard header not the old one by Chris Lattner · 24 years ago
- b2c823d Dang, we were losing the Constant bit on globals. Fix this by Chris Lattner · 24 years ago
- 0eafc31 Add support to insert trace code as an "optimization" by Chris Lattner · 24 years ago
- 4457163 Convert to be compatible with lli. Need to eliminate duplicate \n entries by Chris Lattner · 24 years ago
- 685639d Convert to new simpler, more powerful pass structure by Chris Lattner · 24 years ago
- 8d9e377 Massive hacks to try to fix subtle logic bugs. I think it's all working now, by Chris Lattner · 24 years ago
- 42c9c2c Convert to new simpler pass itf by Chris Lattner · 24 years ago
- a36941c Convert to new simpler Pass structure Componentize better by Chris Lattner · 24 years ago
- 9797a51 Convert to new simpler Pass structure by Chris Lattner · 24 years ago
- b44523b Convert to new simpler pass structure by Chris Lattner · 24 years ago
- edcf649 Simplify Pass by removing silly subclasses Fix an iterator problem by Chris Lattner · 24 years ago
- dea6b3c Fix minor bug, update comments by Chris Lattner · 24 years ago
- e001059 Change Sources specifier to ExtraSources by Chris Lattner · 24 years ago
- 5680ee6 Convert optimizations to the pass infrastructure by Chris Lattner · 24 years ago
- 989305b Pass's return true if they make a modification, not if they fail by Chris Lattner · 24 years ago
- 475369e Convert optimizations to use the Pass infrastructure by Chris Lattner · 24 years ago
- 6db0f47 * Passes return true if they change something, not if they fail by Chris Lattner · 24 years ago
- 05e5e07 Passes return true if they change something, not if they fail by Chris Lattner · 24 years ago
- 7fe2787 1. Move most of the constant-fixup code into machine-independent file by Vikram S. Adve · 24 years ago
- 8f1afbf Reverse previous change. by Vikram S. Adve · 24 years ago
- 867c3cc Generate assembly code for testcodegen. by Vikram S. Adve · 24 years ago
- f6ee0d8 Added several cases where a constant must be forwarded into a use. by Vikram S. Adve · 24 years ago
- fee9386 Sparc-specific code shared between local files. by Vikram S. Adve · 24 years ago
- 4df35a2 Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp. by Vikram S. Adve · 24 years ago
- 5684c4e Added virtual function to generate an instruction sequence to by Vikram S. Adve · 24 years ago
- 30764b8 Moved implementation of class UltraSparcInstrInfo here. by Vikram S. Adve · 24 years ago
- f60b1f4 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. by Vikram S. Adve · 24 years ago
- 6d35326 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. by Vikram S. Adve · 24 years ago
- f43e336 Separate VM instruction that generates the instructions that compute a value by Vikram S. Adve · 24 years ago
- 85b46d6 *** empty log message *** by Vikram S. Adve · 24 years ago
- 00de509 Remove extra assert in dyn_cast_or_null. by Vikram S. Adve · 24 years ago
- 67edee1 Disable codgen test for calltest.ll. by Vikram S. Adve · 24 years ago
- c811c2e Only list automatically generated .cpp files. by Vikram S. Adve · 24 years ago
- c4bed34 Allow only extra Source files to be listed in a local Makefile. by Vikram S. Adve · 24 years ago
- 386a3b7 Simplify some code Remove Method special case Fix bug exposed by this testcase: by Chris Lattner · 24 years ago
- 618155f added initializing regNum to -1 in both constructors of MachineOperand by Ruchira Sasanka · 24 years ago
- 1b732fd changed debugg message printing - no change to useful code by Ruchira Sasanka · 24 years ago
- 47c1372 No major change - commented some debug code by Ruchira Sasanka · 24 years ago
- 92e251c No major change - added some comments by Ruchira Sasanka · 24 years ago
- c4d4b76 Added support for caller saving by Ruchira Sasanka · 24 years ago
- abe959c Add rule to build executables by Chris Lattner · 24 years ago
- f927bb4 Emit the proper .type declarations to tell the debugger what a function is by Chris Lattner · 24 years ago
- c28f6d6 Handle abnormal jmpl syntax correctly by Chris Lattner · 24 years ago
- 7b851ab Implement ulong & long support by Chris Lattner · 24 years ago
- 1b3512f Make main do some simple work without requiring main arguments to be happy by Chris Lattner · 24 years ago
- 634b352 Print Debug Code to stderr instead of stdout so that it doesn't mess up the assembly output by Chris Lattner · 24 years ago
- 1e23ed7 Output to cerr rather than cout so that debug info doesn't mess up assembly generation by Chris Lattner · 24 years ago
- 18fc812 Compile with v9 extensions by Chris Lattner · 24 years ago
- 2db4b72 ConcretePass should not be a templated class! by Chris Lattner · 24 years ago
- 25c1229 Minor cleanups by Chris Lattner · 24 years ago
- 1bffea0 Add new Pass infrastructure and some examples by Chris Lattner · 24 years ago
- 3524fc2 Use the new Pass infrastructure to clean up llc by Chris Lattner · 24 years ago
- 2597924 Convert to use Pass infrastructure by Chris Lattner · 24 years ago
- 81564a0 File moved to: llvm/Transforms/HoistPHIConstants.h by Chris Lattner · 24 years ago
- b8354a8 --added support for implicit operands by Ruchira Sasanka · 24 years ago
- a90e770 updated suggesting/coloring of call & return args & implicit operands. by Ruchira Sasanka · 24 years ago