- 80b27ce Fix typo. by Alkis Evlogimenos · 21 years ago
- 607baea Improve code comments. by Alkis Evlogimenos · 21 years ago
- 51662c7 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
- f3f6382 Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions by Misha Brukman · 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
- e14d7e4 Eliminate the SignedType and UnsignedType classes. 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
- 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
- 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
- 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
- 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 04cde2c - Don't use macros to call the BytecodeHandler 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
- d55b2b1 Add efficiency statistic. 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
- 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
- 68a9b04 Add FIXME notes for spilling int/fp regs (need to calculate stack space). by Misha Brukman · 21 years ago
- e0e3589 Fix use-before-def thinko by Brian Gaeke · 21 years ago
- 230b4fb Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they by Chris Lattner · 21 years ago
- a9a582f Fix potential problems with unreachable basic blocks. by Chris Lattner · 21 years ago
- fab96f0 Fix all of those problems that the PPC backend has running 176.gcc :) by Chris Lattner · 21 years ago
- 9a9ca0f Remove dead blocks by Chris Lattner · 21 years ago
- fc3c82a Add a trivially simple pass to delete unreachable blocks from the CFG. This by Chris Lattner · 21 years ago
- 1c4b6de4 Get rid of a dead variable, and fix a typo in a comment. by Brian Gaeke · 21 years ago
- 90c5bbe Add M_TERMINATOR_FLAG to terminator instructions (branches and returns). by Brian Gaeke · 21 years ago
- 3c95d3a RETURN instructions are not used in the sparc backend. by Brian Gaeke · 21 years ago
- 452069a * Follow the PowerPC convention of leaving 24 bytes for linking on the stack. by Misha Brukman · 21 years ago
- 425ff24 * Get rid of constant-expr handling code: we use the ConstantExpr lowering pass by Misha Brukman · 21 years ago
- f233a84 Wrap long line by Misha Brukman · 21 years ago
- 15eb0a1 * Do not allocate r0 as we use it indiscriminantly in the instr selector. by Misha Brukman · 21 years ago
- 4363bdb Check if operand has an allocated reg before requesting it. by Misha Brukman · 21 years ago
- 4d13294 Add much better assertion checking for load and store insts. by Chris Lattner · 21 years ago
- a9160a0 Make this pass use a more specific debug message than "Processing:". by Brian Gaeke · 21 years ago
- 59b0067 Handle targets where alignment can be bigger than the size of the data. by Chris Lattner · 21 years ago
- 4b9a400 Make sure that we destroy the MBB's, with all of their instructions, before by Chris Lattner · 21 years ago
- 8490f9c Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s by Chris Lattner · 21 years ago
- ca48eb9 Change MBB autonumber a bit to get the reverse mapping as well as a forward by Chris Lattner · 21 years ago
- 51289aa Instance var no longer exists by Chris Lattner · 21 years ago
- 8ba9771 Start using MBB numbers directly instead of going through the live variables by Chris Lattner · 21 years ago
- a5287a6 Instead of building a private numbering of MBB's use brg's nifty auto-numbering. by Chris Lattner · 21 years ago