| Commit message (Expand) | Author | Age | Files | Lines |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 8 | -8/+8 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 11 | -6/+94 |
* | Add compilability | Chris Lattner | 2004-07-11 | 3 | -0/+3 |
* | Initial impl of this file. Yes this is pretty useless right now, but it | Chris Lattner | 2004-07-11 | 1 | -0/+21 |
* | Implicitly getting a new option by linking to support.o instead of support.a | Chris Lattner | 2004-07-11 | 1 | -23/+8 |
* | Replace use of defunct Type::setName method with SymbolTable::insert. | Reid Spencer | 2004-07-10 | 1 | -1/+1 |
* | Make the VBRSavings percentage make sense (as a fraction of the total | Reid Spencer | 2004-07-10 | 1 | -3/+2 |
* | Error Handling Cleanup: | Reid Spencer | 2004-07-09 | 2 | -121/+129 |
* | Fix a backwards compatibility bug found by Tanya. In version 1.2, the | Reid Spencer | 2004-07-09 | 1 | -0/+5 |
* | Remove unused method | Chris Lattner | 2004-07-09 | 1 | -5/+0 |
* | Add checks to ensure that there are no unreachable blocks in the function | Chris Lattner | 2004-07-09 | 1 | -0/+8 |
* | Don't call Type::setName() | Chris Lattner | 2004-07-09 | 1 | -1/+1 |
* | * Add support for indexing into structures, thanks to Chris (x86) | Misha Brukman | 2004-07-09 | 2 | -120/+188 |
* | Read/write the offset value for stack-relative loads via correct instr operand. | Misha Brukman | 2004-07-09 | 1 | -7/+5 |
* | * Doxygenify comments | Misha Brukman | 2004-07-09 | 1 | -104/+96 |
* | Fix typo. | Alkis Evlogimenos | 2004-07-09 | 1 | -1/+1 |
* | Improve code comments. | Alkis Evlogimenos | 2004-07-09 | 1 | -5/+11 |
* | The uid mapping is no more | Chris Lattner | 2004-07-08 | 1 | -12/+1 |
* | Eliminate uses of the UniqueID field on Type objects | Chris Lattner | 2004-07-08 | 1 | -23/+18 |
* | Do not call Type::getUniqueID | Chris Lattner | 2004-07-08 | 2 | -8/+24 |
* | Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions | Misha Brukman | 2004-07-08 | 2 | -6/+22 |
* | * Use several Function* for external functions instead of a std::map | Misha Brukman | 2004-07-08 | 2 | -52/+78 |
* | * Add support for loading FP constants from the constant pool | Misha Brukman | 2004-07-08 | 2 | -20/+88 |
* | * Fix header comment, excise references to X86 | Misha Brukman | 2004-07-08 | 3 | -45/+69 |
* | Eliminate the SignedType and UnsignedType classes. | Chris Lattner | 2004-07-08 | 1 | -49/+19 |
* | Support setcc on fp values. | Brian Gaeke | 2004-07-08 | 4 | -48/+84 |
* | Add floating-point branches and compares. Compares don't complete | Brian Gaeke | 2004-07-08 | 4 | -0/+104 |
* | Fix bug where SwitchSection would fail to change to ".bss" successfully. | Brian Gaeke | 2004-07-08 | 2 | -2/+2 |
* | Fix bug involving bool arguments to binary operators. | Brian Gaeke | 2004-07-08 | 4 | -8/+8 |
* | Fix bug in copying long constants to register pairs. We were getting | Brian Gaeke | 2004-07-08 | 4 | -8/+68 |
* | Disable some code that isn't helping matters | Chris Lattner | 2004-07-08 | 1 | -1/+6 |
* | Support 'ret float' | Brian Gaeke | 2004-07-08 | 4 | -0/+12 |
* | Add viewCFG() and viewCFGOnly() APIs. | Alkis Evlogimenos | 2004-07-08 | 1 | -1/+77 |
* | There is no error message to print out, end sentence with `!' | Misha Brukman | 2004-07-07 | 1 | -1/+1 |
* | Make error message consistent with the rest of LLVM by saying that bytecode | Reid Spencer | 2004-07-07 | 1 | -2/+2 |
* | Fix for bug 391. | Reid Spencer | 2004-07-07 | 3 | -1/+14 |
* | * Use a map for caching lookups to external functions (fp div/rem) | Misha Brukman | 2004-07-07 | 2 | -40/+56 |
* | * Wrap long lines (comments and code) | Misha Brukman | 2004-07-07 | 1 | -11/+13 |
* | Fix regressions in these testcases: | Chris Lattner | 2004-07-07 | 1 | -1/+2 |
* | Add fmod() to the Module being compiled so that it gets a stub in the asm file | Misha Brukman | 2004-07-07 | 2 | -6/+16 |
* | The bytecode reader wants to be able to read types that are not quite resolved | Chris Lattner | 2004-07-07 | 1 | -1/+2 |
* | Headers moved | Chris Lattner | 2004-07-07 | 1 | -1/+1 |
* | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner | 2004-07-07 | 14 | -29/+31 |
* | Moving headers | Chris Lattner | 2004-07-07 | 1 | -2/+2 |
* | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner | 2004-07-07 | 2 | -11/+7 |
* | When folding constant expr gep's, don't force the use of long indices. | Chris Lattner | 2004-07-07 | 1 | -3/+6 |
* | Disable coalescing. | Alkis Evlogimenos | 2004-07-07 | 1 | -1/+1 |
* | Make sure people don't make functiontypes with an invalid return type | Chris Lattner | 2004-07-06 | 1 | -0/+2 |
* | * Add support for calling vararg functions (must pass doubles in int regs too) | Misha Brukman | 2004-07-06 | 2 | -136/+178 |
* | Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' | Misha Brukman | 2004-07-06 | 3 | -6/+6 |