oota-llvm.git
2007-02-23 Evan Cheng-march=arm -enable-thumb => -march=thumb
2007-02-23 Evan ChengAdded -march=thumb; removed -enable-thumb.
2007-02-23 Evan Cheng80 col. violation.
2007-02-23 Anton KorobeynikovExternal weak linkage is supported by recent binutils...
2007-02-23 Reid Spencer1. Fix a carry out problem in add if destination and...
2007-02-23 Evan ChengA spill kills the register being stored. But it is...
2007-02-23 Evan ChengFirst potential client of register scavenger.
2007-02-23 Evan ChengBy default, spills kills the register being stored.
2007-02-23 Evan ChengAdd option to turn on register scavenger; By default...
2007-02-23 Evan ChengTemporay hook to enable register scavening for specific...
2007-02-23 Evan ChengUse findRegisterUseOperand to find a kill of particular...
2007-02-23 Evan ChengInitial check in of register scavenger. Its only curren...
2007-02-23 Devang PatelTeach LoopPass to assign itself one Loop Pass Manager.
2007-02-23 Devang PatelAdd facility that allows LoopPass to re-insert a loop...
2007-02-23 Devang PatelAdd LPPassManager interface that LoopPass can use to...
2007-02-22 Evan ChengCopy and paste silliness.
2007-02-22 Chris Lattnerremove obsolete file
2007-02-22 Devang PatelPopulate and walk loop queue.
2007-02-22 Devang PatelAdd LoopQueue. This is used by loop pass manager to...
2007-02-22 Evan ChengRemove unnecessary isKill properties if a live range...
2007-02-22 Jim LaskeyUpdate comment.
2007-02-22 Jim LaskeyMissing end of abbreviations - correction
2007-02-22 Jim LaskeyMissing end of abbreviations.
2007-02-22 Jim LaskeyNeed to init.
2007-02-22 Jim LaskeyTypo.
2007-02-22 Jim LaskeyRemove isAccessable.
2007-02-22 Jim LaskeyUse exception flag.
2007-02-22 Jim LaskeyRevert changes for a simplier solution.
2007-02-22 Jim LaskeyRemove assertion.
2007-02-22 Jim LaskeyTighten up error checking of args.
2007-02-22 Jim LaskeyHandle lowering invoke to call correctly.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-22 Andrew Lenharthmissed cast elimination
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-22 Devang PatelAdd Loop Pass Manager.
2007-02-22 Chris Lattnerclarify llvm-gcc GPL issue
2007-02-22 Reid SpencerWhen converting from 64 to 32-bits, use the actual...
2007-02-22 Reid SpencerFix countLeadingZeros in the case that the bitwidth...
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-21 Jim LaskeySelection and lowering for exception handling.
2007-02-21 Jim LaskeyItanium ABI exception handing support.
2007-02-21 Jim LaskeyException handling support.
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-02-21 Jim LaskeyAdd TAI field for exception table section.
2007-02-21 Jim LaskeyMake branch folding behave in the presence of landing...
2007-02-21 Jim LaskeyAllow for live in registers for eh landing pads.
2007-02-21 Jim LaskeyAdd a flag to MBBs to indicate whether it is an eh...
2007-02-21 Jim LaskeyAdd structures used for collecting eh information.
2007-02-21 Jim LaskeyAdd new instructions for handling data passed into...
2007-02-21 Jim LaskeyAdd new intrinsics for eh support.
2007-02-21 Evan ChengELF / PIC requires GOT be in the EBX register during...
2007-02-21 Devang PatelSimplify
2007-02-21 Reid SpencerReorganize some code to make it clearer, avoid a few...
2007-02-21 Chris Lattnerrevert r1.68. This breaks 'make install' without doing...
2007-02-21 Reid SpencerFix the carry in addition.
2007-02-21 Reid SpencerAdd a dump() method for debugging.
2007-02-21 Reid Spencer1. Add a dump() method for faster debugging.
2007-02-21 Devang PatelFix memory leak (PR 775).
2007-02-21 Evan ChengOut of bound reference.
2007-02-21 Evan ChengUse BitVector instead. No functionality change.
2007-02-21 Reid SpencerFix countLeadingZeros to actually return the correct...
2007-02-20 Reid SpencerMake long addition and subtraction work. Speed things...
2007-02-20 Evan ChengThis cast broke lots of tests.
2007-02-20 Dan GohmanFix typos in comments.
2007-02-20 Reid SpencerClean up variable names in operator*.
2007-02-20 Reid SpencerUse INFINITY macro from math.h instead of constructing...
2007-02-20 Reid SpencerFirst version that can process arith.cpp test case...
2007-02-20 Reid SpencerAdd an internal convenience method for division that...
2007-02-20 Chris Lattnereliminate some dead friends.
2007-02-20 Chris Lattnerswitch ConstantFP's from ValueMap to DenseMap, which...
2007-02-20 Chris Lattnercleanup ConstantInt to use a single DenseMap for uniqui...
2007-02-20 Chris LattnerNot all managedstatics need object pointers.
2007-02-20 Chris LattnerMake ConstantInt::getTrue/getFalse be llvm_shutdown...
2007-02-20 Chris Lattneradd a way to register an arbitrary cleanup function.
2007-02-20 Chris LattnerClean up the internals of the ConstantInt machinery
2007-02-20 Chris Lattnersimplify some code that was not llvm_shutdown safe
2007-02-20 Chris Lattnerremove reoptimizer-specific passes
2007-02-20 Chris Lattnerremove some dead passes and stuff specific to the reopt...
2007-02-20 Chris Lattnerremove some passes
2007-02-20 Chris Lattnerremove dead method
2007-02-20 Evan ChengDead code.
2007-02-20 Evan ChengHow the heck did I forget patterns for llvm.x86.sse2...
2007-02-19 Reid SpencerAdd a section on the target datalayout syntax and descr...
2007-02-19 Reid SpencerSimplify some code by moving variable declarations...
2007-02-19 Reid SpencerImplement support for non-standard integer bit widths...
2007-02-19 Evan ChengAdded test case for PR1207.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Evan ChengFix test case.
2007-02-19 Chris Lattnerthis passes now
2007-02-19 Chris Lattnerllvm-gcc issue fixed, revert reversal :)
2007-02-19 Chris Lattnerremove warning
2007-02-19 Evan ChengTemporarily reverting the patch. It's breaking llvm...
2007-02-19 Reid SpencerAdd a FIXME for unwritten code.
2007-02-19 Bill WendlingCorrected typo.
2007-02-19 Reid SpencerSome minor tweaks and grammar cleanup.
2007-02-19 Chris Lattnerremove dead methods
2007-02-19 Chris Lattnerremove use of deprecated apis
2007-02-19 Chris Lattnereliminate use of deprecated apis
2007-02-19 Chris Lattnerremove use of deprecated api
2007-02-19 Chris Lattneradd alternate version of constant ctors that don't...
next