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 |
2002-11-19 |
Chris Lattner | Fix two fixmes: integrate with inlining, and document |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Add support for bugpoint |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Extend function cloning interface to support inlining |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Rework inline pass to use cloning infrastructure to... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | This file is supersumed by Utils/Cloning.h |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Start using the new function cloning header |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Merge cloning and inlining utilities |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Move MutatStructTypes.h out of IPO |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Move inlining pass to IPO.h |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Rename CloneFunction.h to Cloning.h |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Move the function extractor pass from tools/extract... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Add a new Module::getNamedFunction method |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Ignore options that are "" |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Chris Lattner | Remove extra target.a entry |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Brian Gaeke | Brian Gaeke says: |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Nick Hildenbrandt | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Add peak memory usage measurement capability |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Add facility to compute peak memory usage |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Inline DSTypeRec stuff into DSNode |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Inline DSTypeRec into DSNode |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Add peak memory usage measurement stuff |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Add peak memory usage support |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Add stats |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Templatize graph traits and iterator to work with const... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Nick Hildenbrandt | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Add helper method |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Start trying to print instructions more correctly.... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Expose base opcode |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Start to add more information to instr.def |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Add instruction annotation about whether it has a 0x0F... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Add more void flags |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Chris Lattner | Set the void flag on instructions that should get it |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Print is const! |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Pass on a targetmachine |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Make sure that print gets a targetmachine |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Arrange to have a TargetMachine available in X86InstrIn... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Omit the indirect node when printing call graphs |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Wow, I'm incapable of the simplest things today... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Rename registers to follow the intel style of all caps |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Fix misleading indentation |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Add machine independant printer interface |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Reorganize printing interface a bit |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Add default implementation of printing interface |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Finish enumating code |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Fix minor detail |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Add more numbers |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Add hack to only consider indirect calls indirect if... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Add MaxSCC statistics |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Count CallInsts correctly, remove unneccesary initializers |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Remove unused methods |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Remove only uses of markDef/markDefAndUse methods |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Fix Mul/Div clobbers |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Convert to use an enum to access def/use/use&def inform... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Fix a few typos, implement load/store |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | New testcase for loads and stores |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Add functions to buld X86 specific constructs |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Return const refefrences to enable default construction |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Add information about memory index representation |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Add load/store instructions |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Chris Lattner | Switch visitRet to use getClass() |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Nick Hildenbrandt | Updates |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Chris Lattner | Fix warning |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Brian Gaeke | include/llvm/CodeGen/MachineInstrBuilder.h: Add addClob... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Dinakar Dhurjati | Gives the count for various instructions. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Vikram S. Adve | Pass to compute various statisics related to DSGraphs. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Chris Lattner | Fix bug: 2002-11-13-PointerFunction.ll |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Chris Lattner | Add new numbers |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Chris Lattner | Inline graphs from outside the SCC into the SCC before... |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Chris Lattner | Remove dead method, add new method |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Chris Lattner | Fix two bugs: |
commit | commitdiff | tree | snapshot |
2002-11-12 |
Chris Lattner | Add new numbers |
commit | commitdiff | tree | snapshot |
next |