Make sure the samples and test directories get distributed.
[oota-llvm.git] / lib /
2004-10-16 Chris LattnerAdd support for unreachable and undef
2004-10-16 Chris LattnerOptimize instructions involving undef values. For...
2004-10-16 Chris LattnerAdd support for UndefValue
2004-10-16 Chris LattnerWhen promoting mem2reg, make uninitialized values becom...
2004-10-16 Chris LattnerHandle undef values as undefined on the constant lattice
2004-10-16 Chris LattnerAdd note
2004-10-16 Chris LattnerAdd support for the undef value. Implement a new optim...
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris LattnerImplement UndefValue class
2004-10-16 Chris LattnerAdd a missing dependency
2004-10-16 Chris LattnerFix file header
2004-10-16 Chris LattnerBe more careful about looking for constants when we...
2004-10-15 Chris LattnerMove the implementation of the instructions clone metho...
2004-10-15 Chris LattnerThere is no reason not to build these in parallel
2004-10-15 Misha BrukmanAdd a space between the type and name of value when...
2004-10-15 Chris LattnerDon't print a bunch of metrics that are meaningless...
2004-10-15 Chris LattnerInstruction select globals with offsets better. For...
2004-10-15 Chris LattnerGive the X86 JIT the ability to encode global+disp...
2004-10-15 Chris LattnerGive the X86 asm printer the ability to print out addre...
2004-10-15 Chris LattnerAllow X86 addressing modes to represent globals with...
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-10-15 Chris LattnerThis patch fixes the nasty bug that caused 175.vpr...
2004-10-15 Chris LattnerThis patch adds and improves debugging output. No...
2004-10-15 Nate BegemanBetter codegen of binary integer ops with 32 bit immedi...
2004-10-14 Misha BrukmanThe field is called `imm22', not simply `imm'
2004-10-14 Misha BrukmanSynthetic instructions RET and RETL need to have all...
2004-10-14 Misha BrukmanClass F2_1 already inherits the imm22 field from class F2
2004-10-14 Misha BrukmanGenerate the SparcV8 code emitter from .td files
2004-10-14 Misha Brukman* In the F3_1 class, default asi to 0 because it's...
2004-10-14 Chris LattnerFix a bug John tracked down in libstdc++ where we were...
2004-10-14 Brian GaekeAdd FSTOI, FDTOI (fp to integer cast) instructions.
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 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 Misha Brukman* Claim to support machine code emission - return false...
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 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 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-12 Chris LattnerMinor cleanups:
2004-10-12 Chris LattnerTransform memmove -> memcpy when the source is obviousl...
2004-10-12 Chris LattnerMinor tweaks
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 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 LattnerFix SingleSource/Benchmarks/McGill/chomp
2004-10-11 Chris LattnerIf we are trying to create a ConstantExpr cast that...
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 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerAdd the new InstrSched directory.
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 SpencerBuild both archive and relinked objects
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 Chris LattnerFix 2004-10-10-CastStoreOnce.llx, by adjusting types...
2004-10-10 Chris LattnerImplement GlobalOpt/deadglobal-2.llx, deletion of globa...
2004-10-10 Chris LattnerAvoid calling use_size() which could (in theory) be...
2004-10-10 Chris Lattnerbling bling!
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 LattnerUse DEBUG instead of DebugFlag directly, as DebugFlag...
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 LattnerAdd a check to avoid an assertion on malformed input
next