Don't clear or sign extend bool->int. This fires a few dozen times on the test suite
[oota-llvm.git] / lib /
2004-10-20 Nate BegemanDon't clear or sign extend bool->int. This fires a...
2004-10-20 Brian GaekeExplain what this pass does.
2004-10-20 John CriswellSmall performance improvement in generated C code:
2004-10-19 Misha Brukman* Add baseline structural JIT code, but disable the...
2004-10-19 Chris LattnerHrm, some people complain when the compiler cheerfully...
2004-10-19 Misha BrukmanFix some grammar
2004-10-19 Brian GaekeSimplify mapping info generation. In particular, the...
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Nate BegemanInitial implementation of the strength reduction for...
2004-10-18 Misha BrukmanAIX does not have mkdtemp() so emulate its behavior...
2004-10-18 Chris LattnerImprove compatibility with VC++, patch contributed...
2004-10-18 Chris LattnerGet this file compiling with VC++, patch contributed...
2004-10-18 Reid SpencerCorrection to allow compilation with Visual C++.
2004-10-18 Chris LattnerSimplify code by deleting instructions that preceed...
2004-10-18 Chris LattnerTurn store -> null/undef into the LLVM unreachable...
2004-10-18 Chris LattnerTurn things with obviously undefined semantics into...
2004-10-18 Chris LattnerMy friend the invoke instruction does not dominate...
2004-10-18 Chris LattnerFix a bug that occurs when the constant value is the...
2004-10-17 Chris LattnerPrint a semicolon for the unreacahble instruction....
2004-10-17 Chris LattnerGetting ADCE to interact well with unreachable instruct...
2004-10-17 Chris LattnerFix Regression/Transforms/Inline/2004-10-17-InlineFunct...
2004-10-17 Nate BegemanPass -single_module option to gcc when linking dynamic...
2004-10-17 Nate BegemanGenerate correct stubs for weak-linked symbols
2004-10-17 Chris Lattnerfold gep undef, ... -> undef
2004-10-17 Chris LattnerRemove printout, realize that instructions in the entry...
2004-10-17 Chris LattnerWhen inserting PHI nodes, don't insert any phi nodes...
2004-10-17 Chris LattnerEnhance hasConstantValue to ignore undef values in...
2004-10-17 Chris LattnerhasConstantValue will soon return instructions that...
2004-10-17 Chris LattnerThe first hunk corrects a bug when printing undef null...
2004-10-17 Chris LattnerDon't print stuff out from the code generator. This...
2004-10-17 Reid SpencerMake the library name SparcV9 specific
2004-10-17 Reid SpencerConsolidate the definitions
2004-10-17 Reid SpencerPPC32GenCodeEmitter instead of PowerPCGenCodeEmitter
2004-10-17 Chris LattnerRewrite support for cast uint -> FP. In particular...
2004-10-17 Chris LattnerUnify handling of constant pool indexes with the other...
2004-10-17 Chris LattnerGive the asmprinter the ability to print memrefs with...
2004-10-17 Chris Lattnerfold:
2004-10-17 Chris LattnerAll of these labels are off by one now that the unreach...
2004-10-17 Nate BegemanImplement bitfield insert by recognizing the following...
2004-10-17 Chris LattnerFix constant folding relational operators with undef...
2004-10-17 Chris LattnerI forgot that sparc no longer uses the shared asmwriter...
2004-10-17 Chris LattnerAdd support for unreachable and undef
2004-10-16 Chris LattnerImplement constant folding of undef values.
2004-10-16 Chris LattnerFix a type violation
2004-10-16 Nate BegemanFinally fix one of the oldest FIXMEs in the PowerPC...
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 LattnerDo not erroneously accept revision 6 bytecode files...
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 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...
next