oota-llvm.git
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 LattnerMerge the code generator miscompilation code into the...
2004-04-05 Chris LattnerMake a method public
2004-04-05 Chris LattnerMinor cleanups, remove some old debug code
2004-04-05 Chris LattnerRefactor and genericize code
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 LattnerMake full use of the Mangler interface to simplify...
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 LattnerNew testcase for PR312
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 LattnerNew testcase that crashes the instcombine pass. Domina...
2004-04-05 Chris LattnerPR82 is finally fixed!
2004-04-05 Chris LattnerMinor change
2004-04-05 Chris LattnerUpdate getelementptr instruction description
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-05 Chris LattnerBe more restrictive with the index types we allow for...
2004-04-05 Chris LattnerPR305 is now fixed
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 LattnerSupport iteration over constant instructions
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 LattnerAllow for use of arbitrary iterator types...
2004-04-03 Chris LattnerImplement test/Regression/Transforms/GCSE/undefined_load.ll
2004-04-03 Chris LattnerNew testcase
2004-04-03 Chris LattnerAdd a break in the default case
2004-04-02 Brian GaekeAdd autoconf support for isStandardOutAConsole ().
2004-04-02 Brian GaekeRegenerated using autoheader-2.57.
2004-04-02 Brian GaekeRegenerated using autoconf-2.57.
2004-04-02 Brian Gaekecheck for isatty function
2004-04-02 Chris LattnerRemove obsolete analyses
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 Lattnercleanup some long-dead code
2004-04-02 Chris LattnerIgnore configure produced files
2004-04-02 Chris LattnerTweak libraries for scev changes
2004-04-02 Chris Lattnernew testcase
2004-04-02 Chris LattnerComment out debugging printouts
2004-04-02 Chris LattnerNew testcases for the indvars pass
2004-04-02 Chris LattnerTweak testcase to work with new indvars pass
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 Chris LattnerNew testcase
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 Chris LattnerMinor speedup
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 Chris LattnerMake the verifier API more complete and useful
2004-04-02 Alkis EvlogimenosAdd more ADC and SBB variants
2004-04-02 Chris Lattnerminor formatting change
2004-04-02 Chris LattnerFix two pretty serious bugs:
2004-04-02 Chris LattnerFix a fairly nasty bug that prevented bugpoint from...
2004-04-02 Chris LattnerIf the program returns a non-zero exit value, don't...
2004-04-02 Chris LattnerFix wonky header
2004-04-02 Chris LattnerAdd new function
2004-04-02 Chris LattnerAdd new function, autoconf support required tho
2004-04-01 Chris LattnerBug fixed
2004-04-01 Chris LattnerFix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
2004-04-01 Chris LattnerNew testcase for PR310
2004-04-01 Chris LattnerRemove some assertions that are now bogus with the...
2004-04-01 Chris LattnerBug fixed
2004-04-01 Chris LattnerFix PR306: Loop simplify incorrectly updates dominator...
2004-04-01 Chris LattnerNew testcase for PR306
2004-04-01 Misha BrukmanFix grammar.
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-04-01 Chris LattnerAllow converting a builder to an iterator
2004-04-01 Chris LattnerTests for fp cmov's that I forgot to check in earlier
2004-04-01 Chris LattnerClear out all of the changes. Reset version numbers...
2004-03-31 Brian GaekeAdd clear() forwarding method.
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
next