Bug 391 fixed.
[oota-llvm.git] / lib /
2004-07-07 Reid SpencerFix for bug 391.
2004-07-07 Misha Brukman* Use a map for caching lookups to external functions...
2004-07-07 Misha Brukman* Wrap long lines (comments and code)
2004-07-07 Chris LattnerFix regressions in these testcases:
2004-07-07 Misha BrukmanAdd fmod() to the Module being compiled so that it...
2004-07-07 Chris LattnerThe bytecode reader wants to be able to read types...
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-07 Chris LattnerMoving headers
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-07 Chris LattnerWhen folding constant expr gep's, don't force the use...
2004-07-07 Alkis EvlogimenosDisable coalescing.
2004-07-06 Chris LattnerMake sure people don't make functiontypes with an inval...
2004-07-06 Misha Brukman* Add support for calling vararg functions (must pass...
2004-07-06 Misha BrukmanUse the more compact `bl' instead of cryptic (but equiv...
2004-07-06 Brian GaekeWork around apparent Apple compiler bug which was makin...
2004-07-06 Chris LattnerCheck to make sure types are sized before calling getTy...
2004-07-06 Brian GaekeIt doesn't matter what the 2nd operand is; if the GEP...
2004-07-06 Brian GaekeAdd helper function.
2004-07-06 Chris LattnerFind bugs sooner rather than later. In this case,...
2004-07-06 Alkis EvlogimenosDo not crash when joining two intervals of registers...
2004-07-06 Misha Brukman* Add utility functions: convert SetCC => PPC opcode...
2004-07-06 Chris LattnerImplement rem.ll:test3
2004-07-06 Chris LattnerFix a minor bug where we would go into infinite loops...
2004-07-06 Chris LattnerImplement InstCombine/sub.ll:test15: X % -Y === X % Y
2004-07-06 Chris LattnerFix a bug in the unreachable block elim pass. Dropping...
2004-07-06 Reid SpencerRemove definition and use of OtherVal enumerator. This...
2004-07-05 Reid SpencerFinalize bytecode dumping. The "handleFinish" method...
2004-07-04 Alkis EvlogimenosCorrectly compute the ration of iterations/#intervals.
2004-07-04 Chris LattnerAdd #includes
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-04 Reid Spencer- remove use of isa<Type>(Val) since there's no inherit...
2004-07-04 Reid SpencerRemove use of Type::TypeTy which is no longer defined...
2004-07-04 Reid SpencerCorrect syntax typo .. ; -> :
2004-07-04 Reid Spencer- Changes for bug 122
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-07-04 Reid SpencerConstify SymbolTable's use of Type* so that it never...
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-07-04 Reid Spencer#include <iostream> since its not in Value.h any more.
2004-07-04 Reid SpencerAdjust the slot machine to handle Types separately...
2004-07-04 Reid SpencerImplementation of SlotTable went into header file....
2004-07-04 Reid SpencerRemove Tabs.
2004-07-04 Reid SpencerImplement new output functions for types and compacted...
2004-07-04 Reid SpencerAdd new methods outputTypes and outputCompactionTypes...
2004-07-04 Reid SpencerFor bug 122:
2004-07-04 Reid Spencer- Type::TypeTyID doesn't exist any more (bug 122)
2004-07-04 Reid Spencer- Don't use macros to call the BytecodeHandler
2004-07-04 Reid Spencer- Make ValueList an "OtherVal" user of Values to ensure...
2004-07-04 Reid SpencerRemove tabs. Move function declaration to Reader.h...
2004-07-04 Reid SpencerAdd #include <iostream> which is needed now that Value...
2004-07-04 Reid SpencerExcise tabs.
2004-07-04 Alkis EvlogimenosAdd efficiency statistic.
2004-07-03 Chris LattnerFix compilation on internix
2004-07-03 Chris LattnerImplement add.ll:test22, a common case in MSIL files
2004-07-02 Chris LattnerFix Type::isSized() to realize that "{ opaque }" is...
2004-07-02 Chris LattnerDo not call getTypeSize on a type that has no size
2004-07-02 Misha BrukmanAdd FIXME notes for spilling int/fp regs (need to calcu...
2004-07-02 Brian GaekeFix use-before-def thinko
2004-07-02 Chris LattnerRevert patches 1.79 and 1.80 which had to do with dead...
2004-07-02 Chris LattnerFix potential problems with unreachable basic blocks.
2004-07-02 Chris LattnerFix all of those problems that the PPC backend has...
2004-07-02 Chris LattnerRemove dead blocks
2004-07-02 Chris LattnerAdd a trivially simple pass to delete unreachable block...
2004-07-02 Brian GaekeGet rid of a dead variable, and fix a typo in a comment.
2004-07-02 Brian GaekeAdd M_TERMINATOR_FLAG to terminator instructions (branc...
2004-07-02 Brian GaekeRETURN instructions are not used in the sparc backend.
2004-07-01 Misha Brukman* Follow the PowerPC convention of leaving 24 bytes...
2004-07-01 Misha Brukman* Get rid of constant-expr handling code: we use the...
2004-07-01 Misha BrukmanWrap long line
2004-07-01 Misha Brukman* Do not allocate r0 as we use it indiscriminantly...
2004-07-01 Misha BrukmanCheck if operand has an allocated reg before requesting it.
2004-07-01 Chris LattnerAdd much better assertion checking for load and store...
2004-07-01 Brian GaekeMake this pass use a more specific debug message than...
2004-07-01 Chris LattnerHandle targets where alignment can be bigger than the...
2004-07-01 Chris LattnerMake sure that we destroy the MBB's, with all of their...
2004-07-01 Chris LattnerNow that MachineFunction/MachineBasicBlock keep a mappi...
2004-07-01 Chris LattnerChange MBB autonumber a bit to get the reverse mapping...
2004-07-01 Chris LattnerInstance var no longer exists
2004-07-01 Chris LattnerStart using MBB numbers directly instead of going throu...
2004-07-01 Chris LattnerInstead of building a private numbering of MBB's use...
2004-06-30 Misha BrukmanFix indentation to be 2 spaces.
2004-06-30 Misha Brukman* Coalesce the handy CALL* alias opcodes with the stand...
2004-06-30 Misha Brukman* Allow more registers to be allocated from the general...
2004-06-30 Misha Brukman* Inquire about the number of operands from the instruc...
2004-06-30 Misha BrukmanvisitSetCondInst() takes a parameter of type `SetCondInst'
2004-06-30 Misha BrukmanAlways assume a function may have calls because the...
2004-06-29 Misha Brukman* Don't save LR when outputting globals: it's already...
2004-06-29 Misha Brukman* Stop using BBNumbering, we don't really need it
2004-06-29 Misha BrukmanSet up the prologue and epilogue to be more like the...
2004-06-29 Misha Brukman* Use LA instead of LWZ for LoadLoAddr
2004-06-29 Misha BrukmanOnly allocate non-volatile registers R13-31 (for now).
2004-06-29 Misha BrukmanLower ConstantExpressions before the code generator.
2004-06-29 Reid SpencerRemove files no longer needed. ConstantReader and Instr...
2004-06-29 Reid SpencerThis is a slimming down of the previous ReaderInternals...
2004-06-29 Reid SpencerMAJOR REWRITE.
2004-06-29 Reid SpencerAdjustments to allow Bytecode Reading to support the...
2004-06-29 Reid SpencerMerge Dumper.cpp and AnalyzerWrappers.cpp into this...
2004-06-29 Reid SpencerAnalyzer moved to ../Reader directory.
2004-06-29 Reid SpencerRemove newly defunct Analyzer directory.
2004-06-29 Misha BrukmanFix associativity of parameters to assert(): now it...
next