oota-llvm.git
2004-01-13 Brian GaekeSimplify configure rules. (I don't know if anyone else...
2004-01-13 Brian GaekeWhoopsie. I should remember to use aclocal next time.
2004-01-13 Brian GaekeRemove and/or shorten many comments in configure.ac.
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-13 Chris LattnerNew testcase for symbolic constant folding opportunitie...
2004-01-12 Chris LattnerImplement new Instruction::isRelational method
2004-01-12 Chris LattnerAdd new 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 LattnerMove this file to lib/VMCore
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 LattnerThe getShift method is no obsolete
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 Lattnerllvm::ConstantFoldInstruction
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 Chris LattnerEliminate annoying warnings from the tester, hopefully...
2004-01-12 John CriswellModified the configure script so that it defines BISON...
2004-01-12 John CriswellThe configure script now defines BISON as the name...
2004-01-12 Alkis EvlogimenosOutput mov %REG = 0 instead of xor %REG, %REG, %REG...
2004-01-12 Chris LattnerBug fixed
2004-01-12 Chris LattnerTestcase for PR204
2004-01-12 Chris LattnerAdd support for %llvmgcc
2004-01-12 Chris Lattner* Implement minor performance optimization for the...
2004-01-12 Chris LattnerTest to make sure we can SCCP load instructions
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 LattnerNew testcase, allow folding of binary operators that...
2004-01-12 Chris LattnerImplement Transforms/ScalarRepl/phinodepromote.ll,...
2004-01-12 Chris LattnerNew testcase
2004-01-11 Chris LattnerImplement: Assembler/2004-01-11-getelementptrfolding.llx
2004-01-11 Chris LattnerThis isn't really an assembler test. This tests to...
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 standard C header wrappers
2004-01-10 Chris LattnerRemove config wrapper around <cerrno>
2004-01-10 Chris LattnerRemove standard C file wrapper
2004-01-10 Chris LattnerRemove wrapper for standard C file, use <cstdlib> instead
2004-01-10 Chris LattnerRemove wrappers around std c files
2004-01-10 Chris LattnerDead file, use <cstring> instead of this.
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 Lattnerremove obsolete file
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 LattnerFix annoying warnings. W doesn't have a revision number
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 LattnerRemove an obsolete method, including its _long_ out...
2004-01-09 Chris LattnerInching towards fixing PR82
2004-01-09 Chris LattnerInching our way towards fixing PR82
2004-01-08 Chris LattnerRemove yet another obsolete comment :)
2004-01-08 Brian GaekeFix typos. Rewrite head-of-file comment.
2004-01-08 Brian GaekeFix typos. Regularize include guard.
2004-01-08 Chris LattnerNew bugs fixed
2004-01-08 Chris LattnerTestcase for PR202
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2004-01-07 Chris Lattnerexplain the jump for llvm-db
2004-01-07 Alkis EvlogimenosAdd a separate list of fixed intervals. This improves...
next