oota-llvm.git
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...
2004-01-07 Alkis EvlogimenosMinor cleanups.
2004-01-07 Alkis EvlogimenosRemove declared but undefined method.
2004-01-07 Alkis EvlogimenosChange perl interpreter path to the standard /usr/bin...
2004-01-07 Alkis EvlogimenosChange implementation of LiveIntervals::overlap()....
2004-01-06 Chris LattnerUgh, fix some copy and pasted code that somehow never...
2004-01-06 Alkis EvlogimenosPass std::string to constructor as const reference...
2004-01-06 Chris Lattnerrestore comments to this file
2004-01-06 Chris Lattner* Implement set/show args
2004-01-06 Chris Lattnerimplement the "null command" which repeats the last...
2004-01-06 Chris LattnerAdd support for new intrinsic
2004-01-06 Chris Lattneradd new intrinsic
2004-01-06 Chris Lattneradd new method
2004-01-06 Chris LattnerAdd links to SLD from the LangRef.html doc
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 head
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 some intrinsics
2004-01-05 Chris LattnerAn example testcase for use in the debugger. Currently...
2004-01-05 Chris LattnerAdd new directory
2004-01-05 Chris LattnerInitial checkin of the LLVM Source-Level Debugger....
2004-01-05 Chris LattnerAdd new dir
2004-01-05 Chris LattnerInitial checkin of the LLVM source-level debugger....
2004-01-05 Chris LattnerInitial implementation of some source-level debugging...
2004-01-05 Chris LattnerFirst version of this document. It is still missing...
2004-01-05 Alkis EvlogimenosCurrently we cannot handle two-address instructions...
2004-01-04 Alkis EvlogimenosUpdate description.
2004-01-01 John CriswellRegression test for initializers with members of unknow...
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 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 some comments, add a 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 a bunch of fine tunings that Reid contributed....
2003-12-31 Chris Lattneradd new function
2003-12-31 Chris LattnerAdd new function
2003-12-31 Chris Lattnerclarify comments
2003-12-31 Chris LattnerNew class, useful for command-line interactive programs.
next