oota-llvm.git
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.
2004-04-11 Chris LattnerMake comments above APIs reflect what they should do.
2004-04-11 Chris LattnerNew method to allow more efficient clients
2004-04-11 Chris LattnerFix a bug in my select transformation
2004-04-11 Chris LattnerAdd a missing break, which caused a crash in an obscure...
2004-04-10 Chris LattnerUpdate the value numbering interface.
2004-04-10 Chris LattnerNote to self: SAVE FILES!
2004-04-10 Chris LattnerAdd an interface to update value numbering
2004-04-10 Chris LattnerImplement InstCombine/select.ll:test13*
2004-04-10 Chris LattnerNew testcases
2004-04-10 Chris LattnerImplement InstCombine/add.ll:test20
2004-04-10 Chris LattnerNew testcase
2004-04-10 Chris LattnerRewrite the GCSE pass to be *substantially* simpler...
2004-04-10 Chris LattnerFix spurious warning in release mode
2004-04-10 Chris LattnerSilence a spurious warning
2004-04-10 Chris LattnerSimplify code a bit, and fix a bug that was breaking...
2004-04-10 Chris LattnerFix a bug in my checkin last night that was breaking...
2004-04-10 Chris LattnerFix previous patch
2004-04-10 Chris LattnerCorrectly update counters
2004-04-10 Chris LattnerAdd note
2004-04-10 Chris LattnerAdd a couple of more functions that cannot access memor...
2004-04-10 Chris LattnerSimplify code a bit, and use alias analysis to allow...
2004-04-10 Chris LattnerNew testcases
2004-04-10 Chris LattnerClarify interface
2004-04-10 Chris LattnerCreate the output directory if it's not already there
2004-04-09 Chris LattnerSimplify cfg now eliminates all of the branches in...
2004-04-09 Chris LattnerAnother testcase
2004-04-09 Chris LattnerTestcase to make sure we can apply the shift to the...
2004-04-09 Chris LattnerImplement select.ll:test12*
2004-04-09 Chris LattnerAdd testcases for harder combining cases.
2004-04-09 Chris LattnerFold code like:
2004-04-09 Chris LattnerFix an obvious bug in the refactoring I did a few days ago
2004-04-09 Chris LattnerExpand on adding an intrinsic. Move section to before...
2004-04-09 John CriswellReversed the order of the llvm.writeport() operands...
2004-04-09 Chris LattnerFold binary operators with a constant operand into...
2004-04-09 Chris LattnerImplement select.ll:test11
2004-04-09 Chris Lattnernew testcase
2004-04-09 Alkis EvlogimenosAdd definition list to each live interval.
2004-04-09 John CriswellFixed some spelling.
2004-04-09 John CriswellModified the prototypes of the llvm.readport and llvm...
2004-04-09 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-04-09 John CriswellChanged assertions to error messages.
2004-04-08 John CriswellChanges recommended by Chris:
2004-04-08 Chris LattnerImplement InstCombine/cast-propagate.ll
2004-04-08 Chris LattnerNew testcase
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics...
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-04-08 Chris LattnerImplement ScalarRepl/select_promote.ll
2004-04-08 Chris LattnerNew testcase, corresponding to phi_promote.ll
2004-04-08 Brian GaekeThis file does not appear to be included anywhere.
2004-04-08 Chris LattnerDisable strict alias analysis in the backend c compiler...
2004-04-08 Chris LattnerRevert previous patch, I'm a moron :)
2004-04-08 Chris LattnerRight, we break strict aliasing requirements. Make...
2004-04-08 Chris LattnerRemove the "really gross hacks" that are there to deal...
2004-04-08 Chris LattnerImplement InstCombine/select.ll:test[7-10]
2004-04-08 Chris LattnerAdd some more cases we should combine
2004-04-07 Brian GaekeThis file is no longer used.
2004-04-07 Brian GaekeDon't include InstrSelectionSupport.h.
2004-04-07 Brian GaekeMove ChooseRegOrImmed() prototype here, from InstrSelec...
2004-04-07 Brian GaekeDon't include InstrSelectionSupport.h.
2004-04-07 Chris LattnerImplement test/Regression/Transforms/InstCombine/getele...
2004-04-07 Chris LattnerNew testcase
2004-04-07 Brian GaekeFix insertion of SelectInsts.
2004-04-07 Brian GaekeDon't print [%reg + 0], just print [%reg]
2004-04-07 Brian GaekeFirst version of code to handle loads. Stub function...
2004-04-07 Brian GaekeSupport loading arguments from %I0...%I5 into virtual...
2004-04-07 Brian GaekeIt's setting up the call args right now, but on the...
2004-04-07 Chris LattnerNew testcase that crashed scalarevolution on sparc
2004-04-07 Chris LattnerFix a bug Brian found.
2004-04-07 Brian GaekeWe have a global reg. allocator now -- thanks to Alkis.
2004-04-07 Chris LattnerNew file that can be useful for hand inspection of...
2004-04-07 Chris LattnerThis is a start on handling setcc instructions. As...
2004-04-07 Chris Lattnerandd subcc instructions which is used to create the...
2004-04-07 Chris LattnerAvoid emitting an extra copy on each 32-bit operation
2004-04-07 Brian GaekeMake generation of stack-slot loads and copies less...
2004-04-07 Brian GaekeFix bug in printing loads.
2004-04-07 Chris LattnerAdd support for shift instructions, wrap some long...
2004-04-07 Chris LattnerFix encoding of existing shift instructions, add rr...
2004-04-07 Chris LattnerNew testcase
2004-04-07 Chris LattnerAdd a bunch more instructions
2004-04-07 Chris LattnerMerge my changes with brians
2004-04-07 Brian GaekeAdd in some things I forgot, which Chris helpfully...
2004-04-07 Brian GaekeAdd support for the "Y" register, used by MUL & DIV.
2004-04-07 Brian GaekeAdd UDIV, SDIV, and a few variants of WR.
2004-04-07 Brian GaekePreliminary support for getting 64-bit integer constant...
2004-04-06 Brian GaekePrune unnecessary #includes
2004-04-06 Brian GaekeSimple delay slot filler pass.
2004-04-06 Brian GaekeAdd references to delay slot filler pass.
next