oota-llvm.git
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h doesn't include...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
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 SpencerMove SlotCalculator.h to lib/Bytecode/Writer since...
2004-07-04 Reid Spencer- Don't use macros to call the BytecodeHandler
2004-07-04 Reid SpencerMake all the virtual function (except destructor) inlin...
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 Reid SpencerAdd a new, compatible, interface function for writing...
2004-07-04 Reid SpencerAdded #include <iostream> since this header is no longe...
2004-07-04 Reid Spencer- Remove enumerator TypeVal since Values can't be types...
2004-07-04 Reid SpencerThere is no longer a "Type" primitive type because...
2004-07-04 Reid SpencerConstify usage of Type* on the interface to ensure...
2004-07-04 Reid SpencerRemove all of the classof(const Value*) methods of...
2004-07-04 Reid SpencerMake Type have no base classes. Previously it inherited...
2004-07-04 Alkis EvlogimenosAdd efficiency statistic.
2004-07-04 Alkis EvlogimenosAdd more operators.
2004-07-03 Chris LattnerFix compilation on internix
2004-07-03 Chris LattnerImplement add.ll:test22, a common case in MSIL files
2004-07-03 Chris LattnerAdd a new testcase for folding an add into a switch
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 Brian GaekeModernize example, so that you can paste it right into...
2004-07-02 Chris LattnerSince we are in the department of redundancy department...
2004-07-02 Misha BrukmanAdd FIXME notes for spilling int/fp regs (need to calcu...
2004-07-02 Misha Brukman* Wrap long lines
2004-07-02 Misha Brukman* Standardize manpage output: program name bold, option...
2004-07-02 Misha BrukmanThe HTML documentation is now automatically generated...
2004-07-02 Misha Brukman* Link to the POD-generated HTML documentation
2004-07-02 Misha BrukmanMake `args' stand out as bold, delete confusing elipsis...
2004-07-02 Misha BrukmanHTML links in PODs must be absolute.
2004-07-02 Misha BrukmanSimplify wording: `the bugpoint tool' can just become...
2004-07-02 Misha Brukmanllvm-abcd has become llvm-bcanalyzer
2004-07-02 Brian GaekeFix use-before-def thinko
2004-07-02 Reid SpencerAdd a note about implementing interprocedural register...
2004-07-02 Brian GaekeBuild llvm-bcanalyzer
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 Chris LattnerAdd a new pass for code generators to use
2004-07-02 Chris LattnerMake this testcase more interesting
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-02 Reid Spencerllvm-abcd tool name changed to llvm-bcanalyzer: see...
2004-07-02 Reid SpencerPodified documentation for the llvm-bcanalyzer tool...
2004-07-02 Reid SpencerName Change: llvm-abcd -> llvm-bcanalyzer
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 Misha Brukman* Doxygenify comments
2004-07-01 Chris LattnerFix broken links
2004-07-01 Brian Gaekebug. point. pod.
2004-07-01 Chris LattnerAdd much better assertion checking for load and store...
2004-07-01 Chris LattnerMove init methods out of line to enable better assertio...
2004-07-01 Brian Gaekebugpoint command guide has been designated a full-fledg...
2004-07-01 Brian Gaekeabcd pod document
2004-07-01 Brian Gaekellvm-nm pod format man page.
2004-07-01 Brian GaekeMake this pass use a more specific debug message than...
2004-07-01 Misha BrukmanFix grammar: remove `our' as it no longer makes sense.
2004-07-01 Chris LattnerThis is more of an "llvm team" thing by now
2004-07-01 Misha Brukmanllvm-db is in alpha stage, this document is a placeholder.
2004-07-01 Misha BrukmanFix links to llvmgcc and llvmgxx
2004-07-01 Misha Brukmangccld enters the Hall of POD.
2004-07-01 Misha BrukmanMake the text of the link to llvmgxx.html more appropri...
2004-07-01 Chris LattnerHandle targets where alignment can be bigger than the...
2004-07-01 Misha BrukmanFix grammar in Stacker doc description.
2004-07-01 Misha BrukmanMention llvm-abcd, point out difference between it...
2004-07-01 Misha BrukmanChange format of CommandGuide index page to look like...
2004-07-01 Misha Brukman* `The' isn't necessary in front of LLVM
2004-07-01 Misha BrukmanFresh from the LLVM baker's oven: opt and analyze pods.
2004-07-01 Misha BrukmanAdd llvm-g++ and llvm-gcc pod documentation.
2004-07-01 Misha BrukmanFix link to llvmgcc.
2004-07-01 Misha BrukmanMake links relative instead of absolute.
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 LattnerNow that we have happy mappings from MBBs->numbers...
2004-07-01 Chris LattnerChange MBB autonumber a bit to get the reverse mapping...
2004-07-01 Chris LattnerInstance var no longer exists
next