Remove dump-input option.
[oota-llvm.git] / lib /
2004-01-13 Brian GaekeRemove dump-input option.
2004-01-13 Alkis EvlogimenosCorrectly compute live variable information for physica...
2004-01-13 Chris LattnerImplement a bunch of symbolic constant folding opportun...
2004-01-12 Chris LattnerImplement new Instruction::isRelational method
2004-01-12 Chris LattnerRearrange and comment code better. No functionality...
2004-01-12 Chris LattnerRename ConstantHandling.* -> ConstantFolding.*
2004-01-12 Chris LattnerRemove a whole bunch more ugliness. This is actually...
2004-01-12 Chris LattnerMove ConstantHandling.h into lib/VMCore and out of...
2004-01-12 Chris LattnerEliminate a lot of out-of-date comments, and all of...
2004-01-12 Chris LattnerEliminate usage of the wierd overloaded operator consta...
2004-01-12 Chris LattnerEliminate ConstantFoldShiftInstruction reference
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-12 Chris LattnerClean up #includes
2004-01-12 Chris LattnerFix bug in previous checkin
2004-01-12 Chris LattnerEliminate use of ConstantHandling and ConstantExpr...
2004-01-12 Chris LattnerAdd header file I accidentally removed in teh shuffle
2004-01-12 Chris LattnerFix out of date comment, remove use of ConstantExpr...
2004-01-12 Chris LattnerRemove use of the ConstantHandling interfaces
2004-01-12 Chris LattnerRemove use of ConstantExpr::getShift
2004-01-12 Chris LattnerDon't use ConstantExpr::getShift anymore
2004-01-12 Chris LattnerMake ConstantExpr::get work for shifts as well
2004-01-12 Chris LattnerRemove use of ConstantHandling
2004-01-12 Chris LattnerRemove unneeded #include
2004-01-12 Chris LattnerMove prototype of llvm::ConstantFoldInstruction
2004-01-12 Chris LattnerMove llvm::ConstantFoldInstruction from VMCore to here...
2004-01-12 Chris LattnerMove llvm::ConstantFoldInstruction from here to Transfo...
2004-01-12 Chris LattnerRemove uses of ConstantHandling itf
2004-01-12 Chris LattnerEliminate use of ConstantHandling itf
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-12 Chris LattnerEliminate use of ConstantHandling itf
2004-01-12 Chris LattnerUse constantexprs for casts. Eliminate use of the...
2004-01-12 Chris LattnerFix fairly severe bug in my last checking where we...
2004-01-12 Alkis EvlogimenosOutput mov %REG = 0 instead of xor %REG, %REG, %REG...
2004-01-12 Chris Lattner* Implement minor performance optimization for the...
2004-01-12 Chris LattnerDo not hack on volatile loads. I'm not sure what the...
2004-01-12 Chris LattnerImplement SCCP/phitest.ll
2004-01-12 Chris LattnerImplement Transforms/ScalarRepl/phinodepromote.ll,...
2004-01-11 Chris LattnerImplement: Assembler/2004-01-11-getelementptrfolding.llx
2004-01-11 Chris LattnerUrg, remove testing code.
2004-01-11 Chris LattnerFix a regression that I introduced yesterday. :(
2004-01-11 Alkis EvlogimenosMake LiveVariables::HandlePhysRegUse and
2004-01-10 Chris LattnerCheck in two changes:
2004-01-10 Chris LattnerHrm, another minor cleanup, which I missed before
2004-01-10 Chris LattnerMinor cleanup
2004-01-10 Chris LattnerUpdate obsolete comments
2004-01-10 Chris LattnerDo not bother to emit a BytecodeBlock for an empty...
2004-01-10 Chris LattnerRemove use of llvm/CodeGen/InstrSelection.h
2004-01-10 Chris LattnerRemove config wrapper around <cerrno>
2004-01-10 Chris LattnerErr, we don't need Config/*.h files for things that...
2004-01-10 Chris Lattnerminor comment tweaks
2004-01-10 Chris Lattner* finegrainify namespacification of ArchiveReader.cpp
2004-01-10 Chris LattnerRefactor writer stuff out of include/llvm/Bytecode...
2004-01-10 Chris LattnerFinegrainify namespacification
2004-01-09 Chris LattnerLive var is now in lib/Target/Sparc
2004-01-09 Chris LattnerMove sparc-specific code into lib/Target/Sparc
2004-01-09 Chris LattnerMove sparc-specific livevar code into lib/Target/Sparc
2004-01-09 Chris LattnerFix more incestuous #includage.
2004-01-09 Chris LattnerFinegrainify namespacification.
2004-01-09 Chris LattnerMove InstrSelection into lib/Target/Sparc, as it's...
2004-01-09 Chris LattnerMove InstrSelection into lib/Target/Sparc, as it's...
2004-01-09 Chris LattnerMove lib/Codegen/RegAlloc into lib/Target/Sparc, as...
2004-01-09 Chris LattnerFinegrainify namespacification
2004-01-09 Chris LattnerRemove dependence on structure index type. s/MT/FT
2004-01-09 Chris LattnerFinegrainify namespacification
2004-01-09 Chris LattnerFinegrainify namespacification
2004-01-09 Chris LattnerInching towards fixing PR82
2004-01-09 Chris LattnerInching our way towards fixing PR82
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2004-01-07 Alkis EvlogimenosAdd a separate list of fixed intervals. This improves...
2004-01-07 Alkis EvlogimenosMinor cleanups.
2004-01-07 Alkis EvlogimenosRemove declared but undefined method.
2004-01-07 Alkis EvlogimenosChange implementation of LiveIntervals::overlap()....
2004-01-06 Alkis EvlogimenosPass std::string to constructor as const reference...
2004-01-06 Chris LattnerAdd support for new intrinsic
2004-01-05 Brian GaekeFix some typos and copy-and-paste-os in comments, and...
2004-01-05 Alkis EvlogimenosRemove simple coalescing.
2004-01-05 Chris Lattner/me slaps forehead
2004-01-05 Chris Lattnerfix warning
2004-01-05 Chris LattnerAdd VMCore and code generator support for debugging...
2004-01-05 Chris LattnerAdd new dir
2004-01-05 Chris LattnerInitial checkin of the LLVM source-level debugger....
2004-01-05 Alkis EvlogimenosCurrently we cannot handle two-address instructions...
2004-01-04 Alkis EvlogimenosUpdate description.
2004-01-01 John CriswellNot all platforms supports sighandler_t, so I changed...
2003-12-31 Chris LattnerAdd new ExecutionEngine::getGlobalValueAtAddress method...
2003-12-31 Chris Lattner* Add a new helper progress method
2003-12-31 Chris LattnerAdd some comments, add new getGlobalVariable method
2003-12-31 Chris LattnerAdd missing #include
2003-12-31 Chris Lattner* Make Module::getTypeName const
2003-12-31 Chris LattnerMake the lookup method const.
2003-12-31 Chris LattnerAdd new function
2003-12-31 Chris LattnerNew class, useful for command-line interactive programs.
2003-12-31 Chris LattnerFix PR198
2003-12-31 Chris LattnerAdd comments
2003-12-31 Chris LattnerMinor code cleanups. The only bugfix is to the UR_DEBU...
2003-12-30 Chris Lattnerremove some useless #includes
2003-12-30 Chris LattnerUse new getFileSize function instead of sys/stat.h...
2003-12-30 Chris LattnerAdd new method
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
next