oota-llvm.git
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
2004-07-01 Chris LattnerChange the implementation of the autonumbering for...
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-07-01 Chris LattnerFix testcase
2004-07-01 Chris Lattner-debug option does not exist in a release build
2004-07-01 Chris LattnerFix testcase. For some reason this was failing only...
2004-07-01 Reid SpencerAdded a command page for the llvm-abcd tool.
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 Jonathan MantonFixed the tutorial to indicate that we needed to use...
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 Reid SpencerFix order and line length of fixed bugs.
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 Reid SpencerImplement verification feature.
2004-06-29 Reid SpencerThe analyzer code now lives in the bcreader library...
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 Reid SpencerProvide support for the BytecodeHandler interface which...
2004-06-29 Reid SpencerFix include guard
2004-06-29 Reid SpencerAdjust comments to match code.
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 Chris Lattnerdocument new pass
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 Chris LattnerAdd a link to the CFE build instrs next to the CFE...
2004-06-28 Chris LattnerBuilding the C FE is a user-level process
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 LattnerAdd new header
2004-06-28 Chris LattnerRemove unused file
2004-06-28 Chris LattnerRemove dead file
2004-06-28 Chris LattnerBad passes are gone
2004-06-28 Chris LattnerThese passes are long dead/obsolete. They never worked...
2004-06-28 Chris LattnerRemove two dead passes
2004-06-28 Chris LattnerMoved IPModRef out of the public include dir
next