oota-llvm.git
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.
2004-04-06 Brian GaekeFirst attempt at handling frame index elimination.
2004-04-06 Brian GaekeFirst attempt at special-casing printing of [%reg ...
2004-04-06 Brian GaekeDelete reference to "the Mach-O Runtime ABI".
2004-04-06 Brian GaekeDeal with call return values.
2004-04-06 John CriswellAdding kimwitu++ license.
2004-04-06 Chris LattnerBugs fixed new features implemented
2004-04-06 Jakub Staszakfile based off InstSelectSimple.cpp, slowly being repla...
2004-04-06 Jakub StaszakTablgen files for really simple instruction selector
2004-04-06 Jakub StaszakTablegen backend for really simple instruction selector
2004-04-06 Jakub Staszakadd tablgen backend for really simple instruction selector
2004-04-06 Chris LattnerFix PR313: [x86] JIT miscompiles unsigned short to...
2004-04-06 Chris LattnerFix incorrect encoding of some ADC and SBB instuctions
2004-04-06 John CriswellAdded licensing information for treecc.
2004-04-06 Chris LattnerFix a minor bug in previous checking
2004-04-06 Misha BrukmanWrap at 80 cols.
2004-04-06 Chris LattnerMinor cleanups
2004-04-06 Chris LattnerDocument new option
2004-04-06 Chris LattnerAdd a new gccld -native-cbe option which causes gccld...
2004-04-06 Chris LattnerImprove codegen of long == and != comparisons against...
2004-04-06 Chris LattnerUpdate docs a bit
2004-04-06 Chris LattnerRemove some options that don't really have anything...
2004-04-06 Chris LattnerHandle various other important cases of multiplying...
2004-04-06 Chris LattnerEfficiently handle a long multiplication by a constant...
2004-04-06 Misha Brukman* Added link to newly written ExtendingLLVM.html document
2004-04-06 Misha BrukmanIncorporated Chris' comments.
2004-04-06 Misha BrukmanAdded notes on extending LLVM with new instructions...
2004-04-06 Chris LattnerImprove code generation of long shifts by 32.
2004-04-06 Chris LattnerBugfixes: inc/dec don't set the carry flag!
2004-04-06 Chris LattnerImprove code for passing constant longs as arguments...
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.
next