oota-llvm.git
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.
2004-04-03 Chris LattnerRemove a bunch of cruft that was used to be backwards...
2004-04-03 Chris LattnerAllow for use of arbitrary iterator types...
2004-04-03 Chris LattnerImplement test/Regression/Transforms/GCSE/undefined_load.ll
2004-04-03 Chris LattnerNew testcase
2004-04-03 Chris LattnerAdd a break in the default case
2004-04-02 Brian GaekeAdd autoconf support for isStandardOutAConsole ().
2004-04-02 Brian GaekeRegenerated using autoheader-2.57.
2004-04-02 Brian GaekeRegenerated using autoconf-2.57.
2004-04-02 Brian Gaekecheck for isatty function
2004-04-02 Chris LattnerRemove obsolete analyses
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...
next