- 0d88616 Correct an output typo. by Reid Spencer · 21 years ago
- 46b002c Various cleanups: by Reid Spencer · 21 years ago
- 6690651 - Rename two methods to give them more meaning by Reid Spencer · 21 years ago
- 1d9349a Remove tabs. by Reid Spencer · 21 years ago
- 87bc418 Prepare the writer for a non-broken implementation of writing floating by Reid Spencer · 21 years ago
- beff74f The cleanup is done. Update comment. by Chris Lattner · 21 years ago
- 5f90cb8 Make add constantexprs work with all types, fixing the regressions from last night by Chris Lattner · 21 years ago
- 7c38def Implement TargetRegistrationListener by Chris Lattner · 21 years ago
- 2845ece Add a new listener class for things that want to be informed about new by Chris Lattner · 21 years ago
- 68905bb Delete the allocate*TargetMachine function, which is now dead. by Chris Lattner · 21 years ago
- 0cf0c37 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
- 4e547ec Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
- 635ffcd Delete the allocate*TargetMachine functions. Move options to a header file by Chris Lattner · 21 years ago
- 988a1a0 Prune unused #include by Chris Lattner · 21 years ago
- e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 21 years ago
- d5e1d9d Goodbye macro hell, hello nice clean simple extensible code. This change by Chris Lattner · 21 years ago
- d7099bc Implement a couple of methods that TargetMachineRegistry now provides. See, by Chris Lattner · 21 years ago
- cbc7412 Add a new TargetNameParser class, which is useful for parsing options. by Chris Lattner · 21 years ago
- 71d24aa Make these format a bit nicer by Chris Lattner · 21 years ago
- 6a4dd24 Provide better support for pointer-valued command line arguments by Chris Lattner · 21 years ago
- d36c970 Auto-registrate target by Chris Lattner · 21 years ago
- 98599d0 Add compilability by Chris Lattner · 21 years ago
- bf57337 Initial impl of this file. Yes this is pretty useless right now, but it by Chris Lattner · 21 years ago
- 9f27ede First cut at TargetMachineRegistry and RegisterTarget classes by Chris Lattner · 21 years ago
- a51e273 Add two new "virtual static" methods to the TargetMachine class by Chris Lattner · 21 years ago
- 4a1de8b Add -load option by Chris Lattner · 21 years ago
- a3eb7b3 Add a -load option by Chris Lattner · 21 years ago
- 13a253a Implicitly getting a new option by linking to support.o instead of support.a by Chris Lattner · 21 years ago
- 170d3af Add a new header by Chris Lattner · 21 years ago
- e5eb507 - Correct grammar of -s description - Normalize -s option specification by Reid Spencer · 21 years ago
- 6220aa8 Group the hidden command line arguments. by Reid Spencer · 21 years ago
- 9099e3e Add link to the stkrc page by Chris Lattner · 21 years ago
- 8ec085c Command Guide for the Stacker language compiler, stkrc. by Reid Spencer · 21 years ago
- 3ba415a Replace use of defunct Type::setName method with SymbolTable::insert. by Reid Spencer · 21 years ago
- 9cb5242 Make the VBRSavings percentage make sense (as a fraction of the total by Reid Spencer · 21 years ago
- 1a5a79c Minor cleanups: by Chris Lattner · 21 years ago
- 2439972 Error Handling Cleanup: by Reid Spencer · 21 years ago
- 011bed5 Fix a backwards compatibility bug found by Tanya. In version 1.2, the by Reid Spencer · 21 years ago
- 20d20fc Removed unneeded forward decl by Chris Lattner · 21 years ago
- 36002e4 Remove unused method by Chris Lattner · 21 years ago
- 9fb6cf1 Add checks to ensure that there are no unreachable blocks in the function by Chris Lattner · 21 years ago
- 8ca2dc0 Don't call Type::setName() by Chris Lattner · 21 years ago
- 313efcb * Add support for indexing into structures, thanks to Chris (x86) by Misha Brukman · 21 years ago
- c1ef127 Read/write the offset value for stack-relative loads via correct instr operand. by Misha Brukman · 21 years ago
- ce22e76 * Doxygenify comments by Misha Brukman · 21 years ago
- 80b27ce Fix typo. by Alkis Evlogimenos · 21 years ago
- 607baea Improve code comments. by Alkis Evlogimenos · 21 years ago
- 4f12399 No really, he did finish! by Chris Lattner · 21 years ago
- 52fa42d Too much of a title for it's own good by Chris Lattner · 21 years ago
- 0b02dbc Fix Validation bugs by Chris Lattner · 21 years ago
- 57cd1ff Eliminate the UID field in the Type class, bringing it down to 28 bytes. by Chris Lattner · 21 years ago
- 51662c7b The uid mapping is no more by Chris Lattner · 21 years ago
- 735f270 Eliminate uses of the UniqueID field on Type objects by Chris Lattner · 21 years ago
- d6391d7 Do not call Type::getUniqueID by Chris Lattner · 21 years ago
- ddc49d6 Add a new method by Chris Lattner · 21 years ago
- 800473c Get rid of some cruft in the insert method. by Reid Spencer · 21 years ago
- f3f6382 Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions by Misha Brukman · 21 years ago
- 4bb2867 First version of a vector with uniqueness constraints (or a set with by Reid Spencer · 21 years ago
- 0aa97c6 * Use several Function* for external functions instead of a std::map by Misha Brukman · 21 years ago
- fc879c3 * Add support for loading FP constants from the constant pool by Misha Brukman · 21 years ago
- 05fcd0c * Fix header comment, excise references to X86 by Misha Brukman · 21 years ago
- 4573f1b statisfy the spelling police by Chris Lattner · 21 years ago
- 0f54f19 Fix spelling of `equivalent' by Misha Brukman · 21 years ago
- e14d7e4 Eliminate the SignedType and UnsignedType classes. by Chris Lattner · 21 years ago
- e1d6799 isSigned/isUnsigned/isInteger methods do not need to be virtual by Chris Lattner · 21 years ago
- c29af00 Update comment. by Chris Lattner · 21 years ago
- e2b4ae9 This file uses the Value class without a forward decl by Chris Lattner · 21 years ago
- 5824299 Add a test that I have had in my tree for several months now, but apparently forgot to commit by Chris Lattner · 21 years ago
- 28d85f1 Fix this testcase by Chris Lattner · 21 years ago
- 3a08589 Support setcc on fp values. by Brian Gaeke · 21 years ago
- 4185d03 Add floating-point branches and compares. Compares don't complete by Brian Gaeke · 21 years ago
- 7e540fe Fix bug where SwitchSection would fail to change to ".bss" successfully. by Brian Gaeke · 21 years ago
- ccdd70a Fix bug involving bool arguments to binary operators. Fix typo in comment. by Brian Gaeke · 21 years ago
- 2a9f539 Fix bug in copying long constants to register pairs. We were getting by Brian Gaeke · 21 years ago
- 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 21 years ago
- f9a7546 Support 'ret float' by Brian Gaeke · 21 years ago
- d85b7a4 Really, it is not necessary to recompile all files in a profile build every by Chris Lattner · 21 years ago
- 71bf404 Add viewCFG() and viewCFGOnly() APIs. by Alkis Evlogimenos · 21 years ago
- cf617dd There is no error message to print out, end sentence with `!' by Misha Brukman · 21 years ago
- f86cafd Make error message consistent with the rest of LLVM by saying that bytecode by Reid Spencer · 21 years ago
- 23a354d Fix some thinkos in the script (error handling, proper argument handling). by Reid Spencer · 21 years ago
- 421991c Bug 391 fixed. by Reid Spencer · 21 years ago
- e294753 Fix for bug 391. Improve exeception handling around bcreader invocations. by Reid Spencer · 21 years ago
- 2834a4d * Use a map for caching lookups to external functions (fp div/rem) by Misha Brukman · 21 years ago
- e62cd37 * Wrap long lines (comments and code) * Tabs to spaces by Misha Brukman · 21 years ago
- 5c45e6d Fix regressions in these testcases: by Chris Lattner · 21 years ago
- b093259 Add fmod() to the Module being compiled so that it gets a stub in the asm file by Misha Brukman · 21 years ago
- 170a3dc Insert a reference to uint32_vbr encoding. by Reid Spencer · 21 years ago
- 82c4671 An update with corrections to content as well as using a regex style by Reid Spencer · 21 years ago
- c964715 The bytecode reader wants to be able to read types that are not quite resolved by Chris Lattner · 21 years ago
- 8adbec8 Headers moved by Chris Lattner · 21 years ago
- 7ff5daa All of these now live in the DataStructure directory by Chris Lattner · 21 years ago
- 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
- 6c49989 Move DSA headers into Analysis/DataStructure to make it more obvious by Chris Lattner · 21 years ago
- eaef568 Moving headers by Chris Lattner · 21 years ago
- efffdc9 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
- d340867 When folding constant expr gep's, don't force the use of long indices. by Chris Lattner · 21 years ago
- 5171eb5 Bug fixed by Chris Lattner · 21 years ago
- b50eaea New testcase for PR396 by Chris Lattner · 21 years ago
- 3877652 Disable coalescing. by Alkis Evlogimenos · 21 years ago