| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 2 | -2/+2 |
* | Moved to lib/VMCore | Misha Brukman | 2004-06-23 | 1 | -927/+0 |
* | Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on | Chris Lattner | 2004-06-23 | 1 | -2/+1 |
* | Use new IsNAN() wrapper. | Brian Gaeke | 2004-06-23 | 1 | -15/+2 |
* | Wrapper for c99 isnan() | Brian Gaeke | 2004-06-22 | 1 | -0/+31 |
* | Add pseudo-registers and register class for 64-bit integer values. | Brian Gaeke | 2004-06-22 | 4 | -4/+62 |
* | File requires IPA, moved to lib/Analysis/IPA | Misha Brukman | 2004-06-22 | 1 | -107/+0 |
* | File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructure | Misha Brukman | 2004-06-22 | 1 | -258/+0 |
* | Files depend on DSA, moved to lib/Analysis/DataStructure | Misha Brukman | 2004-06-22 | 2 | -947/+0 |
* | File depends on DSA, moved to lib/Analysis/DataStructure | Misha Brukman | 2004-06-22 | 1 | -495/+0 |
* | Making an archive version of the CodeGen library is unnecessary if we just | Misha Brukman | 2004-06-22 | 1 | -1/+0 |
* | Provide archive version of CodeGen library (for those tools that only need | Misha Brukman | 2004-06-22 | 1 | -0/+1 |