OSDN Git Service

android-x86/external-llvm.git
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
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.
next