oota-llvm.git
2004-12-11 Brian GaekeJIT should print LLVM each function before selecting...
2004-12-11 Reid SpencerRename Path::get -> Path::toString
2004-12-11 Chris LattnerUpdate test
2004-12-11 Chris LattnerOnly cound if we actually made a change.
2004-12-11 Chris LattnerThe split bb is really the exit of the old function
2004-12-11 Reid SpencerA little cleanup on this file.
2004-12-11 Chris LattnerNew feature
2004-12-11 Chris LattnerTwo bug fixes:
2004-12-11 Chris LattnerDo not delete the entry block to a function.
2004-12-11 Brian GaekeBools are *also* not ints. Sigh. Furthermore, most...
2004-12-11 Brian GaekeLook for many more moves to fold (previously, we only
2004-12-11 Brian GaekeMake GEPs not suck so much:
2004-12-11 Brian GaekeUpdate lists of failing benchmarks, including info...
2004-12-11 Chris LattnerImplement Transforms/SCCP/ipsccp-gvar.ll, by tracking...
2004-12-11 Chris LattnerNew testcase that ipsccp should handle.
2004-12-11 Reid SpencerFix some minor spellos and grammaros.
2004-12-11 Reid SpencerRevert the last patch. We really do need SimplyCFG.
2004-12-11 Chris LattnerFix a bug where we could delete dead invoke instruction...
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-10 Reid SpencerRemove this pass as its no longer needed.
2004-12-10 Chris LattnerThis pass is no longer needed.
2004-12-10 Chris LattnerImplement SCCP/ipsccp-conditional.ll, by totally deleti...
2004-12-10 Chris LattnerNew testcase
2004-12-10 Reid SpencerGet rid of warning from flex.
2004-12-10 Chris LattnerFix SCCP/2004-12-10-UndefBranchBug.ll
2004-12-10 Chris LattnerAdd missing accessor.
2004-12-10 Chris LattnerMake sure to link the target-triple as well, so it...
2004-12-10 Chris LattnerNew testcase that SCCP miscompiles. Luckily this is...
2004-12-10 Reid SpencerFix output for Flexing to not print full path of source.
2004-12-10 Chris LattnerCheck in the right test
2004-12-10 Chris LattnerFix Regression/Transforms/SimplifyCFG/2004-12-10-Simpli...
2004-12-10 Chris LattnerNew testcase for a bug exposed by the ipsccp pass,...
2004-12-10 Chris LattnerFix typo
2004-12-10 John CriswellMerged in RELEASE_14 changes.
2004-12-10 Brian GaekeMove -lowerselect later in the chain; some select instr...
2004-12-10 Brian GaekeAdd the rest of the multiply instructions.
2004-12-10 Brian GaekeSupport binary operations with immediates for <= cInt.
2004-12-10 Brian GaekeUpdate lists of failing benchmarks (except C++...someth...
2004-12-10 Chris LattnerTurn on ipsccp by default instead of simple IPCP
2004-12-10 Chris LattnerThis is the initial implementation of IPSCCP, as reques...
2004-12-10 Chris LattnerNew prototype
2004-12-10 Chris LattnerNew testcase
2004-12-10 Brian GaekeEmit correct prototype for __builtin_alloca on V8.
2004-12-10 Alkis EvlogimenosFix writer to properly quote label names when they...
2004-12-10 Alkis EvlogimenosDo not allow empty label names.
2004-12-10 Alkis EvlogimenosUpdate testcase
2004-12-10 Chris LattnerImplement test/Feature/escaped_label.ll
2004-12-10 Chris LattnerSimple testcase for quoted label.
2004-12-10 Brian GaekeLink V8 backend into llc.
2004-12-10 Brian GaekeAdd SparcV8 target back into the build
2004-12-10 Brian GaekeAdjust paths: Sparc/V8 --> SparcV8
2004-12-10 Brian GaekeMake this file self-contained.
2004-12-10 Brian GaekeUpdate list of failing MultiSource benchmarks. It works...
2004-12-10 Brian GaekeWhen FpMOVDs appeared in pairs, we were mistakenly...
2004-12-09 Misha BrukmanMissed moving bugpoint link over to CommandGuide/html/
2004-12-09 Misha BrukmanGenerated HTML documentation is now back in CommandGuid...
2004-12-09 Chris LattnerRip out the guts of this document to prepare it for...
2004-12-09 Chris LattnerClean up this man page
2004-12-09 Chris LattnerAdd new pseudo target
2004-12-09 Misha BrukmanThe textual description is gone from this manpage,...
2004-12-09 Misha Brukman* Straighten a comment to a single line
2004-12-09 Misha BrukmanWe now have a real Bugpoint doc, not just a huge man...
2004-12-09 Misha BrukmanConvert from being a copy of the man page to a full...
2004-12-09 Brian GaekeWe're continuing to make progress on MultiSource.
2004-12-09 Brian GaekeBytes and shorts are aligned differently from words.
2004-12-09 Brian GaekeFix asm-printing directives (how did we not see this...
2004-12-09 Reid SpencerMore grammaro's fixed.
2004-12-09 Reid SpencerClean up some grammaro's.
2004-12-09 Reid SpencerCorrect the version numbers for automake, Perl, and...
2004-12-09 Chris LattnerFully document the LLVM constants. This should go...
2004-12-09 Chris LattnerReflow and clean up some of the HTML in the initial...
2004-12-09 Chris LattnerMove the "High Level Structure" to before "Type System"
2004-12-09 Reid SpencerMore QMTest cruft gone!
2004-12-09 Chris Lattnernote to self: Do not check in debugging code!
2004-12-09 Chris LattnerImplement trivial sinking for load instructions. This...
2004-12-09 Chris LattnerRemove a dead field, make the map go to integer type...
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-12-09 Test CommitTest commit
2004-12-09 Chris LattnerRemove #include inadvertently added
2004-12-09 Chris LattnerEliminate this ugly hack. This was put back in when...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for yet another case where we...
2004-12-08 Chris LattnerDo extremely simple sinking of instructions when they...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for another case where we query...
2004-12-08 Chris Lattnernew testcase
2004-12-08 Alkis EvlogimenosFix this regression and remove the XFAIL from this...
2004-12-08 Reid SpencerRemove last remnants of Python/QMTest support
2004-12-08 Reid SpencerImplement the LLVM_DO_NOT_BUILD feature. If a file...
2004-12-08 Chris LattnerFix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
2004-12-08 Chris LattnerThis testcase causes the instruction combiner to go...
2004-12-08 Chris LattnerMove method out of line
2004-12-08 Chris LattnerMove method out of line for better ICC support
2004-12-08 Chris LattnerProperly extern this.
2004-12-08 Chris LattnerDefine the pointer hash struct before the string one...
2004-12-08 John CriswellThe noreturn GCC extension is now supported.
2004-12-08 Chris LattnerTurn this error back into a warning, fixing the povray...
2004-12-08 Chris LattnerTest commit
2004-12-08 Reid SpencerBuild the man and ps versions of the command guide...
2004-12-08 Chris Lattnerignore generated file
2004-12-08 Alkis EvlogimenosMark this as an XFAIL until a fix is worked out.
2004-12-08 Tanya LattnerFixed broken link to Bruce Eckle's book.
next