oota-llvm.git
2004-10-10 Chris LattnerJust because we cannot completely eliminate all uses...
2004-10-10 Chris LattnerAnother testcase. We should be able to devirtualize...
2004-10-10 Reid SpencerReorganize FINDLIBS to make most comment libs searched...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerAdd the new InstrSched directory.
2004-10-10 Reid SpencerFix named of a library.
2004-10-10 Tanya LattnerAdded debug information. Fixed several bugs in the...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerBuild both archive and relinked objects
2004-10-10 Reid SpencerDirectory changes
2004-10-10 Reid SpencerA configure script to configure LLVM for compilation...
2004-10-10 Reid SpencerInitial version of common automake Rules for LLVM
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerRemove the InstrSched directory (moved to SparcV9)
2004-10-10 Reid SpencerDirectory no long exists (moved to Targets/SparcV9).
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Brian GaekeFix assertion failure when calling or returning from...
2004-10-10 Brian GaekeImplement eliminateCallFramePseudoInstr().
2004-10-10 Brian GaekeModel calls as *both* using *and* killing O0..O5, becau...
2004-10-10 Brian GaekeFix whitespace and wrap some long lines.
2004-10-10 Reid SpencerTop level makefile for building LLVM with automake.
2004-10-10 Reid SpencerEnsure timestamp on saved contents of configure.ac...
2004-10-10 Chris LattnerFix 2004-10-10-CastStoreOnce.llx, by adjusting types...
2004-10-10 Chris LattnerNew testcase that crashes -globalopt. I found this...
2004-10-10 Chris LattnerImplement GlobalOpt/deadglobal-2.llx, deletion of globa...
2004-10-10 Chris LattnerNew testcase we were not handling before.
2004-10-10 Chris LattnerAvoid calling use_size() which could (in theory) be...
2004-10-10 Chris Lattnerbling bling!
2004-10-09 Chris LattnerA testcase that globalopt now handles
2004-10-09 Chris LattnerEliminate global pointers that are only stored a single...
2004-10-09 Chris LattnerInstead of silently breaking, print notification of...
2004-10-09 Chris LattnerFix grammaro
2004-10-09 Chris LattnerUse DEBUG instead of DebugFlag directly, as DebugFlag...
2004-10-09 Chris LattnerIt looks like we're not releasing 1.4 with llvm.org...
2004-10-09 Brian Gaekeupdate according to tonight's info
2004-10-09 Brian GaekeImplement getModuleMatchQuality and getJITMatchQuality...
2004-10-09 Chris LattnerFix infinite loop due to iteration
2004-10-09 Chris LattnerImplement sub.ll:test17, -X/C -> X/-C
2004-10-09 Chris LattnerNew testcase
2004-10-09 Chris LattnerAdd a check to avoid an assertion on malformed input
2004-10-08 Chris LattnerThe person who was planning to add SSE support isn...
2004-10-08 Chris LattnerFix a major regression from the bugfix for 2004-10...
2004-10-08 Chris LattnerIf we found a dead global, we should at least delete...
2004-10-08 Chris Lattner* Pull out the meat of runOnModule into another functio...
2004-10-08 Chris LattnerNew testcase
2004-10-08 Chris LattnerWe might as well delete the known-dead global sooner...
2004-10-08 Misha BrukmanHyphenate target-(in)dependent for more tasty grammar...
2004-10-08 Chris LattnerTemporarily disable a buggy transformation until it...
2004-10-08 Misha BrukmanAdjust paths due to moving InstrSched to lib/Target...
2004-10-08 Misha BrukmanUse the SparcV9-marked instr scheduling library
2004-10-08 Misha BrukmanInstrSched has been moved to lib/Target/SparcV9
2004-10-08 Misha BrukmanInstrSched is SparcV9-specific and so has been moved...
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-08 Misha BrukmanBuild InstrSched as well, and all three subdirs can...
2004-10-08 Misha Brukman* Adjust for the move to lib/Target/SparcV9/InstrSched
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-08 Reid SpencerRemove unused variable.
2004-10-08 Reid SpencerMake it so that positional parameters can have spaces...
2004-10-08 Chris LattnerImplement SRA for global variables. This allows the...
2004-10-08 Chris LattnerNew testcase
2004-10-08 Chris LattnerFix bug: 2004-10-08-SelectSetCCFold.llx. Normally...
2004-10-08 Chris LattnerNew testcase. The setcc is only used by a select,...
2004-10-08 Misha BrukmanProperly `quote' names, and don't forget to add the...
2004-10-08 Reid SpencerAdd the --with-automake option to AutoRegen.sh and...
2004-10-08 Chris LattnerInstcombine (X & FF00) + xx00 -> (X+xx00) & FF00,...
2004-10-08 Chris LattnerNew testcase
2004-10-08 Chris LattnerLittle patch to turn (shl (add X, 123), 4) -> (add...
2004-10-08 Chris LattnerNew testcase
2004-10-08 Nate BegemanImplement logical and with an immediate that consists...
2004-10-08 Misha BrukmanFix usage description typo
2004-10-08 Misha BrukmanMake comment header span the entire line
2004-10-08 Misha BrukmanDescribe how to configure tests to work with f2c
2004-10-08 Misha Brukman* Reformat to fit 80 cols
2004-10-07 Nate BegemanSeveral fixes and enhancements to the PPC32 backend.
2004-10-07 Nate BegemanAdd ori reg, reg, 0 as a move instruction. This can...
2004-10-07 Nate BegemanRemove unnecessary header include
2004-10-07 Chris LattnerImprove comments, no functionality changes
2004-10-07 Chris LattnerFix a nasty dangling pointer problem, due to a free...
2004-10-07 Chris LattnerGet friendly with Type
2004-10-07 Chris LattnerUnfortunately the fix for the previous bug introduced...
2004-10-07 Chris LattnerChange signature of this method again
2004-10-07 Chris LattnerThese files now live in Transforms/GlobalOpt
2004-10-07 Chris LattnerMove these files from Transforms/GlobalConstifier
2004-10-07 Chris LattnerFix a bug in my previous change. Unfortunately this...
2004-10-07 Reid SpencerMake these scripts work on SunOS too.
2004-10-07 Chris LattnerFix a bug in the safety analysis routine
2004-10-07 Chris LattnerComment cleanups
2004-10-07 Chris Lattner* Rename pass to globalopt, since we do more than just...
2004-10-07 Chris LattnerRename pass
2004-10-07 Chris LattnerThis pass is not needed, as there is only ever one...
2004-10-07 Chris LattnerAdd new testcase, rename pass
2004-10-07 Chris LattnerDon't add libz or libbz2 to the USEDLIBS lists, those...
2004-10-06 Chris LattnerDon't call memset if malloc returns a null pointer
2004-10-06 Chris LattnerImplement GlobalConstifier/trivialstore.llx, and also...
2004-10-06 Chris LattnerNew testcase
2004-10-06 Chris LattnerDont' let null nodes sneak past cast instructions
2004-10-06 Misha BrukmanUndoxyfy internal method.
2004-10-06 Misha BrukmanDoxygen-ify comments
2004-10-06 Chris LattnerChange Type::isAbstract to have better comments, a...
next