oota-llvm.git
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
2004-03-31 Chris LattnerMachineBasicBlock::remove should not modify the iterato...
2004-03-31 Chris LattnerImprove description, add warning
2004-03-31 Chris LattnerMachineBasicBlock::remove should not change 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 LattnerTest folding comparisons into select instructions
2004-03-30 Chris LattnerNew testcase. This now codegens to:
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 LattnerNew testcase for select instructions
2004-03-30 Chris LattnerFix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx
2004-03-30 Chris LattnerNew testcase that crashes the assembler
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 LattnerOops, actually USE the previously computed value
2004-03-30 Chris LattnerTest general value/value selection which we can do...
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 LattnerAdd some testcases for select simplification
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 LattnerRelax the interface a bit
2004-03-29 John CriswellMerged in RELEASE_12.
2004-03-29 John CriswellMerged in RELEASE_12.
2004-03-29 Chris LattnerHandle -0.0 correctly
2004-03-29 Chris LattnerAdd a faq entry
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 LattnerMake sure to get the headers from zlib correctly
next