oota-llvm.git
2004-04-15 Chris LattnerUnbreak the build
2004-04-14 Chris LattnerImplement a FIXME: if we're going to insert a cast...
2004-04-14 John CriswellRemove code to adjust the iterator for llvm.readio...
2004-04-14 Brian GaekeFix typo.
2004-04-14 Chris LattnerThis is a trivial tweak to the addrec insertion code...
2004-04-14 Brian GaekeAdd a TargetData to the PassManager regardless of the...
2004-04-14 Brian GaekeAdd a copy constructor for TargetData.
2004-04-14 Chris LattnerWe are now on LLVM 1.3
2004-04-14 Chris LattnerRegenerated
2004-04-14 John CriswellRemove the return type check for llvm.readio. This...
2004-04-14 John CriswellAdded code to verify that llvm.readio's pointer argumen...
2004-04-14 John CriswellTest for memory mapped I/O intrinsics.
2004-04-14 John CriswellFinish adding the llvm.readio and llvm.writeio intrinsics.
2004-04-14 Chris LattnerADd a trivial instcombine: load null -> null
2004-04-14 Chris LattnerThis is the real fix for Codegen/X86/2004-04-13-FPCMOV...
2004-04-14 Chris LattnerTemporarily hack in the intrinsics that John added...
2004-04-13 John CriswellAdded support for the llvm.readio and llvm.writeio...
2004-04-13 Chris LattnerImplement a small optimization, which papers over the...
2004-04-13 Chris LattnerFix bug, add support for +/-
2004-04-13 Chris Lattnernew testcase that crashes the fp stackifier
2004-04-13 Chris LattnerWe actually don't have spiff anymore
2004-04-13 Chris LattnerOut with spiff, in with fpcmp
2004-04-13 Chris LattnerRemove spiff. Though it looked good, it was not really...
2004-04-13 Chris LattnerOkay, spiff is completely incapable of handling files...
2004-04-13 Chris LattnerAdd a note
2004-04-13 Chris LattnerAdd SCCP support for constant folding calls, implementing:
2004-04-13 Chris LattnerNew testcase
2004-04-13 Chris LattnerAdd a simple call constant propagation interface.
2004-04-13 Chris LattnerAdd new interfaces
2004-04-13 Chris LattnerConstant propagation should remove the dead instructions
2004-04-13 Chris LattnerNew testcase
2004-04-13 Brian GaekeRegenerated using autoconf-2.57.
2004-04-13 Brian GaekeRewrite POV-Ray check as per PR301
2004-04-13 Chris LattnerIncrease buffer size again. *sigh*
2004-04-13 Chris LattnerDon't index spiff. It should not count as lines of...
2004-04-13 Chris LattnerFixed sized limits are bad... duh.
2004-04-13 Chris LattnerReally spiff, don't chatter :)
2004-04-13 Brian GaekeI don't think we have to have 4 extra allocated (but...
2004-04-13 Brian GaekeI started working on casts, but I don't have anything...
2004-04-13 Brian GaekeDon't underline diffs
2004-04-13 Chris LattnerEmit the immediate form of in/out when possible.
2004-04-13 Chris LattnerAdd immediate forms of in/out. Use let to shorten...
2004-04-13 Chris LattnerAdd support for new instruction type
2004-04-13 Chris LattnerAdd support for the printImplicitDefsBefore flag
2004-04-13 Chris LattnerMake the testcase more challenging
2004-04-13 Chris LattnerReenable library now that the loopsimplify bug is fixed
2004-04-13 Chris LattnerFix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFronti...
2004-04-13 Chris LattnerNew testcase where loop simplify is not updating domfro...
2004-04-13 Chris LattnerRefactor code a bit to make it simpler and eliminate...
2004-04-13 Chris LattnerAdd notes about some of the code quality improvements...
2004-04-13 Chris LattnerTemporary hack to get the nightly tester running
2004-04-13 John CriswellAdded Spiff.
2004-04-13 Chris LattnerThis patch addresses PR35: Loop simplify should reconst...
2004-04-13 Brian GaekeClean up the Spiff code so that it emits fewer warnings...
2004-04-12 Brian GaekeBuild Spiff directory
2004-04-12 Brian GaekeAdd the Spiff fp-aware diff utility from Bellcore
2004-04-12 Brian GaekeWe don't need to insert TargetData into the PassManager...
2004-04-12 Chris Lattnernew testcase
2004-04-12 Alkis EvlogimenosFix bug introduced in previous commit.
2004-04-12 Chris LattnerAdd some methods that are useful for updating loop...
2004-04-12 Alkis EvlogimenosUpdate testcase to illustrate the coalescing problem...
2004-04-12 Alkis EvlogimenosCorrectly compute spill weights
2004-04-12 John CriswellAdded testcase for the llvm.readport and llvm.writeport...
2004-04-12 John CriswellCorrected the descriptions of the llvm.writeport and...
2004-04-12 Alkis EvlogimenosPrint def lists a bit more compactly
2004-04-12 Alkis EvlogimenosAdd same value coalescing testcase
2004-04-12 John CriswellAdded initial design for the llvm.readio and llvm.write...
2004-04-12 Chris LattnerAdd a couple more IPO's
2004-04-12 Chris Lattnerfinegrainify namespacification
2004-04-12 Chris LattnerActually update the call graph as the inliner changes...
2004-04-12 Chris LattnerChange the call graph class to have TWO external nodes...
2004-04-12 Chris LattnerHrm, operator new and new[] do not belong here. We...
2004-04-12 Chris LattnerAdd support for removing invoke instructions
2004-04-12 Chris LattnerStop printing Function*
2004-04-12 Chris LattnerSimplify code a bit, and be sure to mark the external...
2004-04-12 Chris LattnerFix issues that the local allocator has dealing with...
2004-04-12 Chris LattnerNo really, fix printing for LLC. I gotta get a way...
2004-04-12 Chris LattnerCorrect printing for LLC and the encoding for the JIT
2004-04-12 Chris LattnerUse the fucomi[p] instructions to perform floating...
2004-04-12 Chris LattnerAdd support for the FUCOMIr instruction
2004-04-12 Chris LattnerAdd two new instructions
2004-04-12 Chris LattnerFix a bug in my load/cast folding patch.
2004-04-12 Chris LattnerAdjust some comments, fix a bug in my previous patch
2004-04-11 Chris LattnerDisambiguate symbols after loop extraction so that...
2004-04-11 Chris LattnerOn X86, casting an integer to floating point requires...
2004-04-11 Chris LattnerNew testcase
2004-04-11 Chris LattnerImplement folding of loads into floating point operatio...
2004-04-11 Chris LattnerNew testcase
2004-04-11 Chris LattnerUnify all of the code for floating point +,-,*,/ into...
2004-04-11 Chris LattnerThis implements folding of constant operands into float...
2004-04-11 Chris LattnerRestructure the mul/div/rem handling code to follow...
2004-04-11 Chris LattnerCodegen FP adds and subtracts with a constant more...
2004-04-11 Chris LattnerAdd some new instructions
2004-04-11 Chris LattnerNew testcase
2004-04-11 Chris LattnerRelax assertion to make this function work with a broad...
2004-04-11 Chris LattnerTwo changes:
2004-04-11 Chris LattnerAdd another variant of the testcase
2004-04-11 Chris Lattneroperator new & operator new[] do not kill any legal...
2004-04-11 Chris Lattnernew testcase
2004-04-11 Chris LattnerAllow clients to be more efficient.
next