2002-12-02 |
Chris Lattner | Start adding to the meat of MachineCodeEmitter |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Eliminate OtherFrm |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Remove comment |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Initial support for machine code emission |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Add initial support for machine code emission |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Initial version of MachineCodeEmitter interface: empty |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | The hopefully final version of addPassesToEmitMachineCo... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Misha Brukman | Ignore generated files gram.tab.c and gram.tab.h |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Misha Brukman | Ignore generated files Lexer.cpp and llvmAsmParser.* |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Misha Brukman | Ignore generated files FileLexer.* and FileParser.* |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Add comment about ownership semantics |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Misha Brukman | * Abstracted out stack space allocation into its own... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Misha Brukman | Fix order of operands on a store from reg to [reg+offset]. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Add stub to emit machine code for JIT |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Continued support for field intitializers |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Continued support for field initializer |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Continued support for Field Initializer |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Adjustments due to new FieldInit stuff |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Add comments, factor out common code |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Add support for field exprs |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | * Move BitsInit::resolveReferences up with the rest... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Initial support for Field Expressions |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Add correct dependency |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Split up targets |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Add comments |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Make sure to build lib/Support before the utilities... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Initial checkin of TableGen utility |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Chris Lattner | Add makefile to build subdirs |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Chris Lattner | Add rawfrm flags |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Chris Lattner | Don't add implicit regs |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Brian Gaeke | brg |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Brian Gaeke | brg |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Vikram S. Adve | Several fixes: |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Vikram S. Adve | Fix logical error in TD pass: we should clear Mod/Ref... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Vikram S. Adve | Added flags to CloneFlags to strip/keep Mod/Ref bits... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Vikram S. Adve | No longer need local graph to find call sites. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Vikram S. Adve | (1) Bug fix that was causing nodes with dangling refere... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Brian Gaeke | brg |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Vikram S. Adve | Keep global nodes in each DS Graph (by forcing them... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | Oops. Got the MOVrm and MOVmr mixed up. Fixed. We can... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | Enable the register allocator pass. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | A simple (spilling) register allocator. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | Added methods to read/write values to stack in .h,... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | Added -*- C++ -*- mode to the comments. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | Add a simple way to add memory locations of format... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | Added virtual functions for storing and retrieving... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | Instead of checking op.getType() against MO_VirtualRegi... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Misha Brukman | Set SSARegMap to NULL after deleting it. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Brian Gaeke | lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Make testcase more interesting |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Handle cmp Reg, 0 correctly |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Printing support for more stuff |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Don't add implicit operands |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Fix off by one bug |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Add fixme |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Minor code cleanups |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Implement printing of store instructions |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | The big change here is to handle printing/emission... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Remove implicit information from instruction selector |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Add printing information for MUL and DIV |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Fix a bug that prevented compilation of multiple functions |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Move test |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Shuffle testcases around |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Remove opcode information for instructions that are... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Add printing support for sahf & setcc |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Add printing support for /0 /1 type instructions |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Add support for /0 /1, etc type instructions |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | User defined operators are not supposed to live beyond... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Rename the SetCC X86 instructions to reflect the fact... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Simplify setcc code a bit |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Support Registers of the form (B8+ rd) for example |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Dont' set flags |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Implement printing more, implement opcode output more |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Huge diff do to reindeinting comments. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Add new prefix flag |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Chris Lattner | Print another class of instructions correctly, giving... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Misha Brukman | Booleans are types too. And they get stored in bytes... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Checkin testcases for bugpoint |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Build bugpoint |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Initial checkin of bugpoint |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Initial checkin of Module cloning support stuff |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Cloning stuff doesn't modify the source module |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | X86 target builds fine now |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Fix symbol table problem |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Misha Brukman | Add definitions for function headers from MRegisterInfo.h: |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Misha Brukman | Check not only for MO_VirtualRegister, but MO_MachineRe... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Misha Brukman | Initialize the SSARegMap. |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Misha Brukman | MRegisterInfo.h - Added prototypes for functions we... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Don't build X86 target yet |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | - Eliminated the deferred symbol table stuff in Modul... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Fix minor bugs |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Chris Lattner | Eliminate the concept of a deferred symbol table. ... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Misha Brukman | Add mapping in MachineFunction from SSA regs to Registe... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Misha Brukman | Sigh. Fixed some speling. |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Misha Brukman | SSARegMap -- the mapping between SSARegisters and their... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Misha Brukman | Thanks to the R8, R16, and R32 macros, I can now deal... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Remove unneccesary #include |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Implement the CloneFunction function |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Minor changes to cloning interface |
commit | commitdiff | tree | snapshot |
next |