- 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
- edfc49d Make sure people don't make functiontypes with an invalid return type by Chris Lattner · 21 years ago
- d18a31d * Add support for calling vararg functions (must pass doubles in int regs too) by Misha Brukman · 21 years ago
- 4cf5112 Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' by Misha Brukman · 21 years ago
- a4c7c41 Work around apparent Apple compiler bug which was making all mangled by Brian Gaeke · 21 years ago
- f4ddea6 Punctuate by Chris Lattner · 21 years ago
- fae1010 Check to make sure types are sized before calling getTypeSize on them. by Chris Lattner · 21 years ago
- 08cc64e It doesn't matter what the 2nd operand is; if the GEP has 2 operands and by Brian Gaeke · 21 years ago
- 10585d9 Add helper function. by Brian Gaeke · 21 years ago
- a9e7781 Find bugs sooner rather than later. In this case, don't allow the creation by Chris Lattner · 21 years ago
- ebeebec Change the "rotate by 90" xtics specification to just "rotate" which is by Reid Spencer · 21 years ago
- 5de868b Do not crash when joining two intervals of registers of different by Alkis Evlogimenos · 21 years ago
- e9c6551 * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode by Misha Brukman · 21 years ago
- 3571b72 Implement rem.ll:test3 by Chris Lattner · 21 years ago
- 970c178 New testcase by Chris Lattner · 21 years ago
- 1e3564e Fix a minor bug where we would go into infinite loops on some constants by Chris Lattner · 21 years ago
- 5b73c08 Implement InstCombine/sub.ll:test15: X % -Y === X % Y by Chris Lattner · 21 years ago
- f77afbb New testcase by Chris Lattner · 21 years ago
- 7f0566c Fix a bug in the unreachable block elim pass. Dropping all references on a by Chris Lattner · 21 years ago
- ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 21 years ago
- 51f31e0 First draft completed. All sections written. by Reid Spencer · 21 years ago
- 7cccb2d Caused the labels on the small plots to be drawn vertically instead of by Reid Spencer · 21 years ago
- 2cc3615 Added sections for Constant Pool, Module Global Info, and Compaction by Reid Spencer · 21 years ago
- 1cc070c Add a missing "terminator" :) by Chris Lattner · 21 years ago
- 7c66ab3 Structures allow only uint arrays allow int/uint/long/ulong by Chris Lattner · 21 years ago
- 1ab929c - Reorganized the document contents by Reid Spencer · 21 years ago
- 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
- c156095 Correctly compute the ration of iterations/#intervals. by Alkis Evlogimenos · 21 years ago
- 38343f6 Add #includes by Chris Lattner · 21 years ago
- 321f831 Add #include <iostream> since Value.h doesn't include it any more. by Reid Spencer · 21 years ago
- 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- 8ce1da7 - remove use of isa<Type>(Val) since there's no inheritance relationship by Reid Spencer · 21 years ago
- 77f4d86 Remove use of Type::TypeTy which is no longer defined. This change needed by Reid Spencer · 21 years ago
- 7474d03 Correct syntax typo .. ; -> : by Reid Spencer · 21 years ago
- 6e885d0 - Changes for bug 122 by Reid Spencer · 21 years ago
- e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
- db8e515 Constify SymbolTable's use of Type* so that it never modifies them. by Reid Spencer · 21 years ago
- c28a224 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
- 57f6efc #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
- 0e25e1c Adjust the slot machine to handle Types separately from Values. This was by Reid Spencer · 21 years ago
- d57da4b Implementation of SlotTable went into header file. Note that this header by Reid Spencer · 21 years ago
- 0852c80 Remove Tabs. by Reid Spencer · 21 years ago
- cb3595c Implement new output functions for types and compacted type planes. Also by Reid Spencer · 21 years ago
- d1fb1b7 Add new methods outputTypes and outputCompactionTypes for handling Types by Reid Spencer · 21 years ago
- 24ab28f For bug 122: by Reid Spencer · 21 years ago
- 5e394ff - Type::TypeTyID doesn't exist any more (bug 122) by Reid Spencer · 21 years ago
- e0bc0c1 Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place by Reid Spencer · 21 years ago
- 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 21 years ago
- 1847444 Make all the virtual function (except destructor) inline so there are by Reid Spencer · 21 years ago
- a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 21 years ago
- 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 21 years ago
- 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 21 years ago
- b61cdb7 Excise tabs. by Reid Spencer · 21 years ago
- ed3d16e Add a new, compatible, interface function for writing types as operands. by Reid Spencer · 21 years ago
- 2d59de5 Added #include <iostream> since this header is no longer picked up from by Reid Spencer · 21 years ago
- da8440a - Remove enumerator TypeVal since Values can't be types any more by Reid Spencer · 21 years ago
- 88bdcd5 There is no longer a "Type" primitive type because Values and Types are by Reid Spencer · 21 years ago
- 9d62527 Constify usage of Type* on the interface to ensure SymbolTable doesn't by Reid Spencer · 21 years ago
- 69e9abb Remove all of the classof(const Value*) methods of the derived types since by Reid Spencer · 21 years ago
- e753e3b Make Type have no base classes. Previously it inherited Value. Also by Reid Spencer · 21 years ago
- d55b2b1 Add efficiency statistic. by Alkis Evlogimenos · 21 years ago
- 3b94a51 Add more operators. by Alkis Evlogimenos · 21 years ago
- 5114004 Fix compilation on internix by Chris Lattner · 21 years ago
- 46238a6 Implement add.ll:test22, a common case in MSIL files by Chris Lattner · 21 years ago
- 80fc86a Add a new testcase for folding an add into a switch by Chris Lattner · 21 years ago
- c5f143b Fix Type::isSized() to realize that "{ opaque }" is not sized by Chris Lattner · 21 years ago
- cf27afb Do not call getTypeSize on a type that has no size by Chris Lattner · 21 years ago
- 7283e7c Modernize example, so that you can paste it right into llvm-as by Brian Gaeke · 21 years ago