| Commit message (Expand) | Author | Age | Files | Lines |
* | User ctor is now inline | Chris Lattner | 2004-06-27 | 1 | -4/+0 |
* | Instancevar was renamed | Chris Lattner | 2004-06-26 | 1 | -3/+2 |
* | Don't call getValueType directly. the LLVM optimizer will turn it into the s... | Chris Lattner | 2004-06-26 | 1 | -10/+12 |
* | There is no reason to print ValueType here | Chris Lattner | 2004-06-26 | 1 | -6/+2 |
* | Simplify code | Chris Lattner | 2004-06-26 | 1 | -12/+5 |
* | No functionality changes here: | Chris Lattner | 2004-06-25 | 1 | -7/+4 |
* | Allow debugging machine instrs (by printout) before/after isel and regalloc | Misha Brukman | 2004-06-25 | 1 | -0/+7 |
* | Combine several if stmts with returns into an if-then-elseif-else chain. | Misha Brukman | 2004-06-25 | 3 | -36/+12 |
* | Do not move any values into registers for a void return (there isn't anything). | Misha Brukman | 2004-06-25 | 2 | -40/+46 |
* | Convert tabs to spaces. | Misha Brukman | 2004-06-25 | 1 | -31/+32 |
* | Fix opcode: no immediate in an `or r1, r2, r3' (all registers) instr. | Misha Brukman | 2004-06-25 | 2 | -2/+2 |
* | * Be consistent about MachineBB labels and references to them in instr stream | Misha Brukman | 2004-06-25 | 3 | -66/+18 |
* | * Initialize the entire array statically, not member-at-a-time | Misha Brukman | 2004-06-25 | 3 | -60/+27 |
* | Fix bug in previous checkin. | Misha Brukman | 2004-06-25 | 2 | -2/+2 |
* | * Wrap long lines | Misha Brukman | 2004-06-25 | 2 | -26/+54 |
* | Excise X86-specific comments. | Misha Brukman | 2004-06-25 | 2 | -20/+0 |
* | New constant expression lowering pass to simplify your instruction selection ... | Chris Lattner | 2004-06-25 | 1 | -0/+171 |
* | Fix header | Chris Lattner | 2004-06-25 | 1 | -1/+1 |
* | Fix more warnings building with VC++ | Chris Lattner | 2004-06-25 | 2 | -4/+3 |
* | Made a fix so that you can print out MachineInstrs that belong to a MachineBa... | Tanya Lattner | 2004-06-25 | 10 | -25/+38 |
* | fix warnings | Chris Lattner | 2004-06-25 | 1 | -2/+2 |
* | Add option to print out machine code before register allocation. | Misha Brukman | 2004-06-24 | 1 | -0/+4 |
* | Use DEBUG() guard for printing out debug info. | Misha Brukman | 2004-06-24 | 1 | -1/+3 |
* | Add a `break' in the switch/case statement between the int/fp sections. | Misha Brukman | 2004-06-24 | 2 | -2/+2 |
* | * Lowercase the register names | Misha Brukman | 2004-06-24 | 3 | -33/+33 |
* | * LowercaseString moved to StringExtras.h | Misha Brukman | 2004-06-24 | 2 | -20/+4 |
* | * Tabs to spaces | Misha Brukman | 2004-06-24 | 1 | -124/+125 |
* | * Tabs to spaces | Misha Brukman | 2004-06-24 | 3 | -288/+300 |
* | Unindent some more code to be consistent. | Misha Brukman | 2004-06-24 | 2 | -118/+118 |
* | Unindent some code, it only needs 2 spaces. | Misha Brukman | 2004-06-24 | 2 | -46/+46 |
* | In emitting code for a GEP instr, iterate over GEPTypes because there is one | Misha Brukman | 2004-06-24 | 2 | -2/+8 |
* | * Capitalize `Java' | Misha Brukman | 2004-06-24 | 1 | -7/+7 |
* | Convert tabs to spaces. | Misha Brukman | 2004-06-24 | 1 | -45/+44 |
* | Add FSTOD and FDTOS conversion instructions. | Brian Gaeke | 2004-06-24 | 2 | -0/+10 |
* | Support cast float to float, cast double to float, and cast float to double. | Brian Gaeke | 2004-06-24 | 4 | -40/+108 |
* | This file is unused, and duplicates functionality in TraceValues.cpp. | Vikram S. Adve | 2004-06-24 | 1 | -76/+0 |
* | * Order #includes | Misha Brukman | 2004-06-24 | 3 | -15/+21 |
* | Make the double-fp pseudo registers be "NamedRegs". | Brian Gaeke | 2004-06-24 | 2 | -10/+16 |
* | Fix a dyn_cast in copyConstantToRegister which should have been a cast. | Brian Gaeke | 2004-06-24 | 4 | -76/+64 |
* | The long integer pseudo-regs are history. So long, we hardly knew ye. | Brian Gaeke | 2004-06-24 | 4 | -62/+2 |
* | Use correct add*Imm form in more BuildMI calls. | Brian Gaeke | 2004-06-24 | 4 | -72/+104 |
* | Rename the load and store opcodes. The non-fp ones only have one | Brian Gaeke | 2004-06-24 | 4 | -24/+40 |
* | Rename the load and store opcodes. The non-fp ones only have one | Brian Gaeke | 2004-06-24 | 2 | -26/+52 |
* | Rename the load and store opcodes. The non-fp ones only have one | Brian Gaeke | 2004-06-24 | 4 | -64/+160 |
* | Remove distasteful method which is really part of the indvars pass | Chris Lattner | 2004-06-24 | 1 | -13/+0 |
* | Two fixes. First, stop using the ugly shouldSubstituteIndVar method. | Chris Lattner | 2004-06-24 | 1 | -1/+7 |
* | Strange as it may sound, we'll not use LDD/STD to store longs. For reasons of | Brian Gaeke | 2004-06-24 | 4 | -8/+16 |
* | Support constant cast expressions. | Brian Gaeke | 2004-06-24 | 4 | -68/+172 |
* | Make the most commonly preselected instructions add to the names of the | Brian Gaeke | 2004-06-23 | 1 | -2/+2 |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |