- 128a7a9 Fix off by one bug by Chris Lattner · 22 years ago
- 15207f4 Add fixme by Chris Lattner · 22 years ago
- 47b4a9b Minor code cleanups by Chris Lattner · 22 years ago
- 1804233 Implement printing of store instructions by Chris Lattner · 22 years ago
- 3d3067b The big change here is to handle printing/emission of X86II::MRMSrcMem by Chris Lattner · 22 years ago
- 92845e3 Remove implicit information from instruction selector by Chris Lattner · 22 years ago
- 457adb5 Add printing information for MUL and DIV by Chris Lattner · 22 years ago
- 94e8ee2 Fix a bug that prevented compilation of multiple functions by Chris Lattner · 22 years ago
- 78c1d90 Move test by Chris Lattner · 22 years ago
- 9932bcd Shuffle testcases around by Chris Lattner · 22 years ago
- 2b905fd New testcase by Chris Lattner · 22 years ago
- d3e0fac Remove opcode information for instructions that are completely defined now by Chris Lattner · 22 years ago
- 644e326 Add printing support for sahf & setcc by Chris Lattner · 22 years ago
- 675dd2c Add printing support for /0 /1 type instructions by Chris Lattner · 22 years ago
- 85b39f2 Add support for /0 /1, etc type instructions by Chris Lattner · 22 years ago
- 627079d User defined operators are not supposed to live beyond the lifetime of the by Chris Lattner · 22 years ago
- 4b4e9dd Rename the SetCC X86 instructions to reflect the fact that they are the by Chris Lattner · 22 years ago
- 05093a5 Simplify setcc code a bit by Chris Lattner · 22 years ago
- 77875d8 Support Registers of the form (B8+ rd) for example by Chris Lattner · 22 years ago
- 97ad9e1 Dont' set flags by Chris Lattner · 22 years ago
- 233ad71 Implement printing more, implement opcode output more by Chris Lattner · 22 years ago
- 0dc20dd Huge diff do to reindeinting comments. by Chris Lattner · 22 years ago
- 11e53e3 Add new prefix flag by Chris Lattner · 22 years ago
- 644e1ab Print another class of instructions correctly, giving us: xorl EDX, EDX by Chris Lattner · 22 years ago
- 7c58925 Booleans are types too. And they get stored in bytes. And InstructionSelection by Misha Brukman · 22 years ago
- d9624b0 Checkin testcases for bugpoint by Chris Lattner · 22 years ago
- 21049cf Build bugpoint by Chris Lattner · 22 years ago
- afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago
- 51cbcbf Initial checkin of Module cloning support stuff by Chris Lattner · 22 years ago
- d4fd397 Cloning stuff doesn't modify the source module by Chris Lattner · 22 years ago
- 900c23c X86 target builds fine now by Chris Lattner · 22 years ago
- da3c8a7 Fix symbol table problem by Chris Lattner · 22 years ago
- b83b286 Add definitions for function headers from MRegisterInfo.h: by Misha Brukman · 22 years ago
- e1f0d81 Check not only for MO_VirtualRegister, but MO_MachineRegister as well when by Misha Brukman · 22 years ago
- b7825bc Initialize the SSARegMap. by Misha Brukman · 22 years ago
- 282ec57 MRegisterInfo.h - Added prototypes for functions we need to map a register to by Misha Brukman · 22 years ago
- cfe4872 Don't build X86 target yet by Chris Lattner · 22 years ago
- 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
- c09aab0 Fix minor bugs by Chris Lattner · 22 years ago
- 2c08dcc Eliminate the concept of a deferred symbol table. The optimization really isn't, by Chris Lattner · 22 years ago
- d2cc017 Add mapping in MachineFunction from SSA regs to Register Classes. Also, by Misha Brukman · 22 years ago
- 90ed18c Sigh. Fixed some speling. by Misha Brukman · 22 years ago
- 1617e6c SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which by Misha Brukman · 22 years ago
- 602b9ff Thanks to the R8, R16, and R32 macros, I can now deal with registers that by Misha Brukman · 22 years ago
- 03b4c2d Remove unneccesary #include by Chris Lattner · 22 years ago
- 5a8932f Implement the CloneFunction function by Chris Lattner · 22 years ago
- d180155 Minor changes to cloning interface by Chris Lattner · 22 years ago
- 6c2e2e5 Fix two fixmes: integrate with inlining, and document by Chris Lattner · 22 years ago
- 8437f4a Add support for bugpoint by Chris Lattner · 22 years ago
- 1c99850 Extend function cloning interface to support inlining by Chris Lattner · 22 years ago
- dcd8040 Rework inline pass to use cloning infrastructure to do the dirty work by Chris Lattner · 22 years ago
- b499419 This file is supersumed by Utils/Cloning.h by Chris Lattner · 22 years ago
- 309f193 Start using the new function cloning header by Chris Lattner · 22 years ago
- 84bf988 Merge cloning and inlining utilities by Chris Lattner · 22 years ago
- e6aa373 Move MutatStructTypes.h out of IPO by Chris Lattner · 22 years ago
- 8f51da4 Move inlining pass to IPO.h by Chris Lattner · 22 years ago
- 36b7cc3 Rename CloneFunction.h to Cloning.h by Chris Lattner · 22 years ago
- 5113eb0 Move the function extractor pass from tools/extract into lib/Xform/IPO by Chris Lattner · 22 years ago
- 9a641b4 Add a new Module::getNamedFunction method by Chris Lattner · 22 years ago
- af43b64 Ignore options that are "" by Chris Lattner · 22 years ago
- 2181c01 Remove extra target.a entry by Chris Lattner · 22 years ago
- c03a0cb Brian Gaeke says: by Brian Gaeke · 22 years ago
- a1a64f8 *** empty log message *** by Nick Hildenbrandt · 22 years ago
- 8f0d824 Add peak memory usage measurement capability by Chris Lattner · 22 years ago
- 44a9267 Add facility to compute peak memory usage by Chris Lattner · 22 years ago
- a1cf699 Inline DSTypeRec stuff into DSNode by Chris Lattner · 22 years ago
- 686a6f5 Inline DSTypeRec into DSNode by Chris Lattner · 22 years ago
- 1855292 Add peak memory usage measurement stuff Add structure padding optimizations by Chris Lattner · 22 years ago
- 4fe3461 Add peak memory usage support by Chris Lattner · 22 years ago
- 49a1ed0 Add stats by Chris Lattner · 22 years ago
- c59a1ba Templatize graph traits and iterator to work with const and non-const clients by Chris Lattner · 22 years ago
- 9850237 *** empty log message *** by Nick Hildenbrandt · 22 years ago
- ce3d3ea Add helper method by Chris Lattner · 22 years ago
- f9f6088 Start trying to print instructions more correctly. For now we also print out the opcode for each instruction as well. by Chris Lattner · 22 years ago
- f21dfcd Expose base opcode by Chris Lattner · 22 years ago
- 6aab9cf Start to add more information to instr.def by Chris Lattner · 22 years ago
- 239dcfd Add instruction annotation about whether it has a 0x0F opcode prefix by Chris Lattner · 22 years ago
- 9213b73 Add more void flags by Chris Lattner · 22 years ago
- 92bd0f9 Set the void flag on instructions that should get it by Chris Lattner · 22 years ago
- af55be1 Print is const! by Chris Lattner · 22 years ago
- 3b49394 Pass on a targetmachine by Chris Lattner · 22 years ago
- fe30dd3 Make sure that print gets a targetmachine by Chris Lattner · 22 years ago
- 927dd09 Arrange to have a TargetMachine available in X86InstrInfo::print by Chris Lattner · 22 years ago
- e9c04ae Omit the indirect node when printing call graphs by Chris Lattner · 22 years ago
- e9b309a Wow, I'm incapable of the simplest things today... by Chris Lattner · 22 years ago
- fb02a8b Rename registers to follow the intel style of all caps by Chris Lattner · 22 years ago
- ebdc7f3 Fix misleading indentation by Chris Lattner · 22 years ago
- 9bca50d Add machine independant printer interface by Chris Lattner · 22 years ago
- dbb61c6 Reorganize printing interface a bit by Chris Lattner · 22 years ago
- a187ed9 Add default implementation of printing interface by Chris Lattner · 22 years ago
- 23e6bba Finish enumating code by Chris Lattner · 22 years ago
- 71e83ca Fix minor detail by Chris Lattner · 22 years ago
- 2752d0a Add more numbers by Chris Lattner · 22 years ago
- ed806bf Add hack to only consider indirect calls indirect if they do more than cast by Chris Lattner · 22 years ago
- ae5f603 Add MaxSCC statistics by Chris Lattner · 22 years ago
- db85e38 Count CallInsts correctly, remove unneccesary initializers by Chris Lattner · 22 years ago
- 7e1a53b Remove unused methods by Chris Lattner · 22 years ago
- 570f55d Remove only uses of markDef/markDefAndUse methods by Chris Lattner · 22 years ago
- 0692536 Fix Mul/Div clobbers by Chris Lattner · 22 years ago
- 32f3d08 Convert to use an enum to access def/use/use&def information. These make by Chris Lattner · 22 years ago