Add SCCP support for constant folding calls, implementing:
[oota-llvm.git] / lib /
2004-04-06 Jakub Staszakfile based off InstSelectSimple.cpp, slowly being repla...
2004-04-06 Jakub StaszakTablgen files for really simple instruction selector
2004-04-06 Chris LattnerFix PR313: [x86] JIT miscompiles unsigned short to...
2004-04-06 Chris LattnerFix incorrect encoding of some ADC and SBB instuctions
2004-04-06 Chris LattnerFix a minor bug in previous checking
2004-04-06 Chris LattnerImprove codegen of long == and != comparisons against...
2004-04-06 Chris LattnerHandle various other important cases of multiplying...
2004-04-06 Chris LattnerEfficiently handle a long multiplication by a constant...
2004-04-06 Chris LattnerImprove code generation of long shifts by 32.
2004-04-06 Chris LattnerBugfixes: inc/dec don't set the carry flag!
2004-04-06 Chris LattnerImprove code for passing constant longs as arguments...
2004-04-06 Chris LattnerEmit more efficient 64-bit operations when the RHS...
2004-04-06 Chris LattnerFix typeo
2004-04-06 Chris LattnerAdd support for simple immediate handling to long instr...
2004-04-06 Chris LattnerThe sbb instructions really ARE sbb's, not adc's
2004-04-06 Chris LattnerImplement negation of longs efficiently. For this...
2004-04-06 Chris LattnerMinor tweak to avoid an extra reg-reg copy that the...
2004-04-06 Chris LattnerTwo changes:
2004-04-05 Chris Lattnerlli no longer takes the -quiet option!
2004-04-05 Chris LattnerDo not mangle intrinsics in any way!
2004-04-05 Chris LattnerSparc don't got not "sqrtl", bum bum bum
2004-04-05 Misha BrukmanKill warnings during an optimized compile where assert...
2004-04-05 Chris LattnerFix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCras...
2004-04-05 Chris LattnerFix a bug in yesterdays checkins which broke siod....
2004-04-05 Chris LattnerFix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-05 Chris LattnerImplement support for a new LLVM 1.3 bytecode format...
2004-04-04 Chris LattnerAdd ConstantExpr::get(Sign|Zero)Extend methods
2004-04-04 Chris LattnerIn the perhaps not-to-distant future, we might support...
2004-04-04 Chris LattnerAdjust to new interface
2004-04-04 Chris LattnerAdjust to new gep_type_iterator prototypes.
2004-04-03 Chris LattnerRemove a bunch of cruft that was used to be backwards...
2004-04-03 Chris LattnerImplement test/Regression/Transforms/GCSE/undefined_load.ll
2004-04-03 Chris LattnerAdd a break in the default case
2004-04-02 Brian GaekeAdd autoconf support for isStandardOutAConsole ().
2004-04-02 Chris LattnerRemove obsolete files
2004-04-02 Brian GaekeAdd support for many of the MRegisterInfo callbacks.
2004-04-02 Brian GaekeAdd load, store, and NOP instructions.
2004-04-02 Brian GaekeAdd support for printing pc-relative displacements...
2004-04-02 Brian GaekeAdd support for call instructions (0-ary only for now).
2004-04-02 Chris LattnerComment out debugging printouts
2004-04-02 Chris LattnerRewrite the indvars pass to use the ScalarEvolution...
2004-04-02 Chris LattnerAdd a new analysis
2004-04-02 Chris LattnerFix the obvious bug in my previous checkin
2004-04-02 Chris LattnerImplement Transforms/SimplifyCFG/return-merge.ll
2004-04-02 Alkis EvlogimenosClean up code a bit.
2004-04-02 Brian GaekeOnly strip symbols if emitting bytecode to the assembly...
2004-04-02 Brian GaekeAdd support for constant select expressions. Clarify...
2004-04-02 Alkis EvlogimenosFix type in comments
2004-04-02 Alkis EvlogimenosFix type in instruction builder instantiation
2004-04-02 Chris LattnerMake the verifier API more complete and useful.
2004-04-02 Alkis EvlogimenosAdd more ADC and SBB variants
2004-04-02 Chris LattnerAdd new function, autoconf support required tho
2004-04-01 Chris LattnerFix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
2004-04-01 Chris LattnerRemove some assertions that are now bogus with the...
2004-04-01 Chris LattnerFix PR306: Loop simplify incorrectly updates dominator...
2004-04-01 Chris LattnerAdd support for select constant expressions to the...
2004-04-01 Chris LattnerSimplify code by using the more powerful BuildMI forms.
2004-04-01 Chris LattnerWrap at 80 cols
2004-03-31 Chris LattnerGenerate slightly smaller code, "test R, R" instead...
2004-03-31 Chris LattnerThe X86 backend no longer needs the select lowering...
2004-03-31 Chris LattnerCodegen FP select instructions into X86 conditional...
2004-03-31 Chris LattnerAdd support for floating point conditional move instruc...
2004-03-31 Chris LattnerAdd support for FP cmoves
2004-03-31 Chris LattnerAdd FP conditional move instructions, which annoyingly...
2004-03-31 Chris LattnerAdd warning
2004-03-31 Chris LattnerMBB::remove should not modify the iterator passed in
2004-03-31 Chris LattnerMachineBasicBlock::remove should not modify the iterato...
2004-03-31 Brian GaekeFactor out getStaticStackSize from InsertPrologCode...
2004-03-31 Brian GaekeUse the true, decoded name of the archive member in...
2004-03-31 Chris LattnerAvoid TRUE and FALSE which apparently conflict with...
2004-03-31 Chris LattnerFix linking of constant expr casts due to type resoluti...
2004-03-31 Chris LattnerAdd support for constant expr casts
2004-03-31 Chris LattnerAdd support for reading constantexpr select instructions
2004-03-30 Chris LattnerFix a latent bug in select constantexpr handling that...
2004-03-30 Alkis EvlogimenosCorrectly update LiveVariables when an instruction...
2004-03-30 Chris LattnerFold comparisons into select instructions, making much...
2004-03-30 Chris LattnerImplement spill code folding for all of the conditional...
2004-03-30 Chris LattnerAdd direct support for integer select instructions...
2004-03-30 Chris LattnerFix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx
2004-03-30 Chris LattnerFix some serious bugs in the cmov descriptions, which...
2004-03-30 Brian GaekeStart cleaning up this pass so that I can debug it.
2004-03-30 Chris LattnerNow that all the code generators support the select...
2004-03-30 Chris LattnerImplement select.ll:test[3-6]
2004-03-30 Chris LattnerFix a fairly major performance problem. If a PHI node...
2004-03-30 Chris LattnerAdd the select lowering pass to get initial support...
2004-03-30 Chris LattnerAdd a simple select instruction lowering pass
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Brian GaekeDon't warn about a null live range if the Value is...
2004-03-29 Brian GaekeChange how the beginnings and ends of MachineFunctions...
2004-03-29 Chris LattnerAdjust to new itf
2004-03-29 Chris LattnerHandle -0.0 correctly
2004-03-29 Chris LattnerAdd a bunch of methods that should have been added...
2004-03-29 Chris LattnerAdd another check
2004-03-29 Chris LattnerFix an assertion
2004-03-29 Chris LattnerMake error message a bit nicer.
2004-03-26 Chris LattnerAdd two methods which have been needed for a long time...
2004-03-26 Chris LattnerX % -1 == X % 1 == 0
2004-03-25 Chris LattnerTwo changes:
next