oota-llvm.git
2004-10-14 Brian GaekeRewrite emitCastOperation, refactoring parts of it...
2004-10-14 Brian GaekeAdd list of libc procedures we'll use, at some point.
2004-10-14 Misha BrukmanUse the shared Makefile.JIT for JIT-enablement, which...
2004-10-14 Misha BrukmanUse the shared Makefile.JIT for JIT-enablement
2004-10-14 Misha BrukmanAdd Makefile.JIT to the list of Makefiles transferred...
2004-10-14 Misha BrukmanTransfer Makefile.JIT into the build tree for JIT-enabl...
2004-10-14 Misha BrukmanSince several tools and examples want JIT support,...
2004-10-14 Misha BrukmanConvert tabs to spaces
2004-10-14 Chris LattnerMake sure any client of Dominators.h links in Dominator...
2004-10-14 Chris LattnerMake sure any client of Dominators.h links in Dominator...
2004-10-14 Chris LattnerDo not use the same variable name for two different...
2004-10-14 Chris LattnerRemove unneeded typedef, patch by Morten Ofstad
2004-10-14 Misha Brukman* Claim to support machine code emission - return false...
2004-10-14 Misha BrukmanEnable the PowerPC JIT by compiling powerpc.o library...
2004-10-14 Misha Brukman* Include the real (generated) version of getBinaryCode...
2004-10-14 Misha Brukman* Make a PPC32-specific code emitter because we have...
2004-10-14 Tanya LattnerChecking in code that works on my simple test case...
2004-10-14 Misha BrukmanThere is only one field in an instruction, and that...
2004-10-14 Misha BrukmanPowerPC instruction definitions use LittleEndian-style...
2004-10-14 Misha BrukmanAdd isLittleEndianEncoding to InstrInfo class, defaults...
2004-10-14 Misha Brukman* Factor out (into new fn) a loop emitting operand...
2004-10-14 Misha Brukman* Add option to read isLittleEndianEncoding for InstrIn...
2004-10-14 Chris LattnerWhen converting phi nodes into select instructions...
2004-10-14 Chris LattnerWhen converting phi nodes into select instructions...
2004-10-14 Reid SpencerAllow this file to compile on Darwin.
2004-10-14 Reid SpencerUse __MINGW instead of __MING. Patch contributed by...
2004-10-14 Reid SpencerGet proper BSD #includes for MappedFile implementation.
2004-10-14 Reid SpencerImplementation of MappedFile for Win32. Patch provided...
2004-10-14 Chris LattnerToday is not my day. Fix broken #
2004-10-14 Chris Lattnerunbreak previous checkin :(
2004-10-14 Chris LattnerAdd back a missing paren
2004-10-14 Chris LattnerFit to 80 cols
2004-10-14 Chris LattnerWrap to 80 cols, delete some seriously old debugging...
2004-10-14 Chris LattnerFit in 80 columns
2004-10-14 Chris LattnerMinor cleanups
2004-10-13 Chris LattnerPatch to make VS happier, thanks to Morten Ofstad for...
2004-10-13 Chris LattnerUse explicit std:: qualification to avoid relying on...
2004-10-13 Chris LattnerGet rid of template templates that were preventing...
2004-10-13 Reid SpencerChanges for automake.
2004-10-13 Reid SpencerSet up BUILD_MODE based on the configuration so the...
2004-10-13 Reid SpencerUpdates for changes in Makefile rules.
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-13 Reid SpencerGet rid of the horrendous FIND_PATH macro, have libs...
2004-10-13 Chris LattnerUpdate doco, make doxygen more, use standard dividers.
2004-10-13 Misha BrukmanSave Reid's notes from bugzilla on the proper procedure...
2004-10-13 Reid SpencerResolution to PR451.
2004-10-13 Reid SpencerChanges for libtool 1.5.10
2004-10-13 Reid SpencerUpdate for libtool 1.5.10
2004-10-13 Reid SpencerHarden the version requirements to the set that actuall...
2004-10-12 Misha BrukmanFix file comment header
2004-10-12 Misha BrukmanOn second thought, OpaqueType is not really a good...
2004-10-12 Misha BrukmanNo space allowed between \ and end-of-line
2004-10-12 Misha BrukmanWrap lines at 80 cols
2004-10-12 Chris LattnerAdd comment
2004-10-12 Misha BrukmanOpaque types are considered to be first-class.
2004-10-12 Chris LattnerMinor cleanups:
2004-10-12 Chris LattnerDon't emit the method into the llvm namespace, let...
2004-10-12 Chris LattnerAdd std:: prefix for compilers without correct koenig...
2004-10-12 Chris LattnerTransform memmove -> memcpy when the source is obviousl...
2004-10-12 Chris LattnerNew testcase for memmove -> memcpy transform
2004-10-12 Chris LattnerRight, calls have Operand#0 == the called function...
2004-10-12 Chris LattnerMinor tweaks
2004-10-12 Chris LattnerNew header. Classes can be added as needed.
2004-10-12 Chris LattnerImplement a new method
2004-10-12 Chris LattnerThis nutty patch has been in my tree since before 1...
2004-10-12 Chris LattnerFix a REALLY obscure bug in my previous checkin, which...
2004-10-11 Chris LattnerHandle a common case more carefully. In particular...
2004-10-11 Chris LattnerAllow creation of GEP constantexprs with a vector of...
2004-10-11 Chris LattnerImplement remove/eraseFromParent methods
2004-10-11 Chris LattnerAdd long overdue methods
2004-10-11 Chris LattnerMake this build
2004-10-11 Chris LattnerReenable the transform, turning X/-10 < 1 into X > -10
2004-10-11 Chris LattnerFix a warning that is emitted on the suns
2004-10-11 Chris LattnerThis patch implements two things (sorry).
2004-10-11 Chris LattnerThis testcase ensures that we can SRA a global even...
2004-10-11 Chris LattnerThese testcases check to see if we can promote malloc...
2004-10-11 Chris LattnerDon't miss global optimizations because we run before...
2004-10-11 Chris LattnerFix SingleSource/Benchmarks/McGill/chomp
2004-10-11 Chris LattnerIf we are trying to create a ConstantExpr cast that...
2004-10-11 Misha BrukmanFix grammar
2004-10-11 Misha BrukmanRemove exhuberant-style comments which remained from...
2004-10-11 Misha BrukmanFix file header comment; remove sample project (extra...
2004-10-11 Misha BrukmanFix file header comment
2004-10-10 Misha BrukmanModuloScheduling has moved to lib/Target/SparcV9
2004-10-10 Misha BrukmanAdd ModuloScheduling to the recursive build tree
2004-10-10 Misha BrukmanAdjust header file inclusion due to move
2004-10-10 Misha BrukmanAdjust comment header and paths to refect move
2004-10-10 Misha BrukmanModuloScheduling moved to lib/Target/SparcV9 as it...
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...
next