#include <iostream> since its not in Value.h any more.
[oota-llvm.git] / lib /
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...
2004-06-29 Misha BrukmanConvert tabs to spaces.
2004-06-29 Misha Brukman* Fix saving LR in function prologue
2004-06-29 Misha BrukmanAssembly syntax/comment fixes by Nate Begeman.
2004-06-29 Vikram S. AdveRestoring this file.
2004-06-29 Chris LattnerThe code generator should work with unreachable blocks...
2004-06-29 Chris LattnerI believe that the code generator now properly handles...
2004-06-29 Chris LattnerIn line with the previous patch, do not assert out...
2004-06-29 Chris LattnerDo not dereference end iterators. It hurts when you...
2004-06-29 Chris LattnerFix a regression from r1.224. In particular, codegen...
2004-06-28 Misha BrukmanCan't print out machine code before it is constructed.
2004-06-28 Misha BrukmanFix the assembly opcode on LOADLoAddr, courtesy of...
2004-06-28 Misha BrukmanSet isBranch and isTerminator bits on all branch instru...
2004-06-28 Misha BrukmanFix loading and storing PC-relative static variables...
2004-06-28 Misha BrukmanNo need to generate a lazy-linking stub for internal...
2004-06-28 Misha BrukmanDo not set the `link' bit when branching to the first...
2004-06-28 Misha BrukmanFix spacing around function arguments.
2004-06-28 Chris LattnerInitial checkin of a simple mod/ref analysis for global...
2004-06-28 Chris LattnerRemove unused file
2004-06-28 Chris LattnerThese passes are long dead/obsolete. They never worked...
2004-06-28 Chris LattnerMoved IPModRef out of the public include dir
2004-06-28 Chris LattnerMove DependenceGraph.* to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoving to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove MemoryDepAnalysis.h into lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove PgmDependenceGraph.h out of the public include...
2004-06-27 Brian GaekeAllow saving and restoring of double and float registers.
2004-06-27 Brian GaekeAdd FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}.
2004-06-27 Chris LattnerImplement InstCombine/add.ll:test21
2004-06-27 Brian GaekeSupport printing constant pool indices.
2004-06-27 Brian GaekeTrim whitespace.
2004-06-27 Chris LattnerDo not find these ugly sparc-specific objects by using...
2004-06-27 Chris LattnerThis class is no longer an annotation
2004-06-27 Chris LattnerAdd a map of MachineCodeForInstruction objects to Machi...
2004-06-27 Chris LattnerFold iType into Value::VTy
2004-06-27 Chris LattnerMake it obvious that this file is bad bad bad
2004-06-27 Chris LattnerUser ctor is now inline
2004-06-26 Chris LattnerInstancevar was renamed
2004-06-26 Chris LattnerDon't call getValueType directly. the LLVM optimizer...
2004-06-26 Chris LattnerThere is no reason to print ValueType here
next