Remove a bunch of cruft that was used to be backwards compatible with the last
[oota-llvm.git] / lib /
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:
2004-03-25 Chris LattnerMinor efficiency improvement, finegrainify namespacific...
2004-03-19 Chris LattnerHrm, we were leaking ~1M of garbage that valgrind never...
2004-03-19 Chris LattnerTeach the optimizer to delete zero sized alloca's ...
2004-03-19 Chris LattnerFix PR299: [Sparc] Code generator asserts on alloc...
2004-03-18 Chris LattnerMalloc doesn't kill a load. This patch need not go...
2004-03-18 Chris LattnerFix a really nasty bug that was breaking ijpeg in LLC...
2004-03-18 Chris LattnerFix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
2004-03-18 Chris LattnerAdd statistics to the loop extractor. The loop extract...
2004-03-18 Chris LattnerFix problem with PHI nodes having multiple predecessors...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
2004-03-18 Chris LattnerSeriously simplify and correct the PHI node handling...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-OutputMismatch.ll
2004-03-18 Chris LattnerFix several bugs in the extractor:
2004-03-18 Chris LattnerThe code extractor needs dominator info. Provide it
2004-03-18 Chris LattnerPrune #includes, moving the module interface to the...
2004-03-17 Chris LattnerFix a HORRIBLY NASTY bug that caused siod to stop worki...
2004-03-17 Chris LattnerFix compilation of mesa, which I broke earlier today
2004-03-17 Chris LattnerBe more accurate
2004-03-17 Alkis EvlogimenosMake the set of fixed (preallocated) intervals be a...
2004-03-16 Chris LattnerFix bug in previous checkin
2004-03-16 Chris LattnerOkay, so there is no reasonable way for tail duplicatio...
2004-03-16 Chris LattnerThis code was both incredibly complex and incredibly...
2004-03-16 Brian GaekeThe .type directive on Solaris uses the # character...
2004-03-16 Brian GaekeFix bug in zero-extending of shorts.
2004-03-16 Brian GaekeAdd UMULrr and SMULrr instructions.
2004-03-16 Brian GaekeUse ! for comment char; it works in both Solaris as...
2004-03-16 Brian GaekeMake getClass more robust by adding cLong.
2004-03-16 Chris LattnerPunt if we see gigantic PHI nodes. This improves a...
2004-03-16 Chris LattnerDo not try to optimize PHI nodes with incredibly high...
2004-03-16 Chris LattnerDo not copy gigantic switch instructions
2004-03-16 Chris LattnerFix PR296: [execution engines] Unhandled cast constant...
2004-03-16 Chris LattnerFix a regression from this patch:
next