| Commit message (Expand) | Author | Age | Files | Lines |
| * | Floating point regs | Brian Gaeke | 2004-03-04 | 2 | -4/+34 |
| * | Only clone nodes that are needed in the caller, don't clone ALL aux calls. T... | Chris Lattner | 2004-03-04 | 1 | -20/+48 |
| * | Simple copyConstantToReg support, SETHIi and ORri | Brian Gaeke | 2004-03-04 | 6 | -16/+88 |
| * | Support add - note, still missing important copyConstantToRegister stuff | Brian Gaeke | 2004-03-03 | 6 | -10/+614 |
| * | Fix a minor bug handling incomplete programs | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
| * | Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for... | Chris Lattner | 2004-03-03 | 1 | -1/+34 |
| * | Deinline methods, add fast exit | Chris Lattner | 2004-03-03 | 1 | -0/+27 |
| * | Make MachineOperand's value named 'contents'. Make really, really sure | Brian Gaeke | 2004-03-03 | 1 | -6/+6 |
| * | Fix a node mapping problem that was causing the pool allocator to locally all... | Chris Lattner | 2004-03-03 | 1 | -0/+3 |
| * | SPECIFY a target data to initialize the CBE target with. Until now we have | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
| * | Add a new constructor | Chris Lattner | 2004-03-03 | 1 | -0/+5 |
| * | Don't emit things like malloc(16*1). Allocation instructions are fixed arity... | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
| * | FINALLY be able to get symbolic type names in the globals graph! | Chris Lattner | 2004-03-02 | 1 | -1/+14 |
| * | Really, only if reopen | Chris Lattner | 2004-03-02 | 1 | -1/+2 |
| * | Doxygenify comments. | Misha Brukman | 2004-03-02 | 2 | -50/+46 |
| * | Implement ExtractCodeRegion() | Misha Brukman | 2004-03-02 | 1 | -1/+9 |
| * | Make a note that this is usually used via bugpoint. | Misha Brukman | 2004-03-02 | 1 | -3/+2 |
| * | Doxygenify some comments. | Misha Brukman | 2004-03-01 | 4 | -18/+42 |
| * | Add a spiller option to llc. A simple spiller will come soon. When we get CFG... | Alkis Evlogimenos | 2004-03-01 | 4 | -46/+74 |
| * | Add the long awaited memory operand folding support for linear scan | Alkis Evlogimenos | 2004-03-01 | 5 | -29/+87 |
| * | * If a badref has a name, print it out for ease of debugging | Misha Brukman | 2004-03-01 | 1 | -15/+17 |
| * | Correctly add an array marker on a node when appropriate! | Chris Lattner | 2004-03-01 | 1 | -0/+4 |
| * | * Add implementation of ExtractBasicBlock() | Misha Brukman | 2004-03-01 | 1 | -0/+10 |
| * | Add this back, as its absence introduces assertions, and it seems to work now | Chris Lattner | 2004-03-01 | 1 | -4/+1 |
| * | fix bug in previous checkin | Tanya Lattner | 2004-03-01 | 1 | -1/+1 |
| * | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 10 | -51/+7 |
| * | Adding new Modulo Scheduling graph files. | Tanya Lattner | 2004-03-01 | 6 | -0/+1538 |
| * | Removing old graph files with new graph files that I wrote. Updated ModuloSch... | Tanya Lattner | 2004-03-01 | 6 | -552/+1364 |
| * | Expand on my note-to-self | Chris Lattner | 2004-03-01 | 1 | -1/+3 |
| * | Handle passing constant integers to functions much more efficiently. Instead | Chris Lattner | 2004-03-01 | 2 | -20/+46 |
| * | Fix a minor code-quality issue. When passing 8 and 16-bit integer constants | Chris Lattner | 2004-03-01 | 2 | -2/+8 |
| * | Disable tail duplication in a case that breaks on Olden/tsp | Chris Lattner | 2004-03-01 | 2 | -1/+5 |
| * | * Remove function to find "main" in a Module, there's a method for that | Misha Brukman | 2004-02-29 | 2 | -336/+248 |
| * | Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock | Chris Lattner | 2004-02-29 | 2 | -22/+28 |
| * | Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx | Chris Lattner | 2004-02-29 | 1 | -2/+5 |
| * | Add an assert | Chris Lattner | 2004-02-29 | 1 | -1/+4 |
| * | Add back #include I messed up | Chris Lattner | 2004-02-29 | 1 | -0/+1 |
| * | Urg, forgot to check this in. | Chris Lattner | 2004-02-29 | 1 | -1/+0 |
| * | Move the private MachineInstrAnnot.h into a private directory. | Chris Lattner | 2004-02-29 | 5 | -5/+5 |
| * | Remove use of an ugly header | Chris Lattner | 2004-02-29 | 1 | -1/+0 |
| * | Move methods out of .h file | Chris Lattner | 2004-02-29 | 1 | -0/+9 |
| * | Do not use explicit casts that hide the dependence on Instruction being | Chris Lattner | 2004-02-29 | 1 | -8/+2 |
| * | Add instruction name description. | Alkis Evlogimenos | 2004-02-29 | 1 | -2/+19 |
| * | Use correct template for SHLD and SHRD instructions so that the memory | Alkis Evlogimenos | 2004-02-29 | 1 | -9/+9 |
| * | Improve allocation order: | Alkis Evlogimenos | 2004-02-29 | 1 | -3/+3 |
| * | A big X86 instruction rename. The instructions are renamed to make | Alkis Evlogimenos | 2004-02-29 | 11 | -1021/+1021 |
| * | Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo | Brian Gaeke | 2004-02-29 | 1 | -10/+0 |
| * | Eliminate the X86-specific BMI functions, using BuildMI instead. | Chris Lattner | 2004-02-29 | 2 | -374/+352 |
| * | Fix a miscompilation of 197.parser that occurs when you have single basic | Chris Lattner | 2004-02-29 | 2 | -16/+28 |
| * | Fix PR255: [tailduplication] Single basic block loops are very rare | Chris Lattner | 2004-02-29 | 1 | -1/+2 |