OSDN Git Service

android-x86/external-llvm.git
2004-10-16 Chris LattnerKill the bogon that slipped into my buffer before I...
2004-10-16 Chris LattnerImplement InstCombine/getelementptr.ll:test9, which...
2004-10-16 Chris LattnerNew testcase, rework testcases to fail if there are...
2004-10-16 Misha Brukman* Add a space between words
2004-10-16 Chris LattnerDo not erroneously accept revision 6 bytecode files...
2004-10-16 Chris LattnerUpdate release notes
2004-10-16 Chris LattnerNew testcase
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris Lattnertestcases for undefined and unreachable
2004-10-16 Chris LattnerFix fix fix
2004-10-16 Chris LattnerAdd support for unreachable
2004-10-16 Chris LattnerAdd support for undef
2004-10-16 Chris LattnerAdd support for undef, unreachable, and function flags
2004-10-16 Chris LattnerParse undef and unreachable
2004-10-16 Chris LattnerAdd support
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris LattnerADd support for undef and unreachable
2004-10-16 Chris LattnerTeach the X86 backend about unreachable and undef....
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 support for the unreachable instruction
2004-10-16 Chris LattnerAdd new UndefValueVal type
2004-10-16 Chris LattnerAdd new UnreachableInst class
2004-10-16 Chris LattnerAdd new unreachable instruction
2004-10-16 Chris LattnerAdd new UndefValue class
2004-10-16 Chris LattnerUndefValue's are constants
2004-10-16 Chris LattnerDocument unreachable instruction
2004-10-16 Chris LattnerAdd missing 'Instruction Opcodes' bullet to TOC
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-16 Chris LattnerNone of these have actually been implemented yet.
2004-10-15 Chris LattnerMove the implementation of the instructions clone metho...
2004-10-15 Chris LattnerMove the implementation of the clone method for these...
2004-10-15 Misha BrukmanFix hyphenation and quoting style for great justice
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 LattnerFix broken links
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 Misha Brukman* We don't use the ENABLE_*_JIT flags in the source...
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 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...
next