Pruning includes.
[oota-llvm.git] / lib /
2008-01-07 Gordon HenriksenPruning includes.
2008-01-07 Bill WendlingOperand 1 should be a register. We don't care if it...
2008-01-07 Chris Lattneradd a note
2008-01-07 Chris Lattnerremove #includage
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris Lattnersimplify some code.
2008-01-07 Chris LattnerRename all the M_* flags to be namespace qualified...
2008-01-07 Chris Lattneruse predicate.
2008-01-07 Chris Lattneradd more and significantly better comments to the rest...
2008-01-07 Chris Lattnersimplify some code using new predicates
2008-01-07 Chris Lattnerrename hasVariableOperands() -> isVariadic(). Add...
2008-01-07 Chris Lattnerremove a dead field.
2008-01-07 Chris Lattnerno need to explicitly clear these fields.
2008-01-07 Chris LattnerMove a bunch more accessors from TargetInstrInfo to...
2008-01-07 Chris Lattnerremove MachineOpCode typedef.
2008-01-07 Chris Lattnerremove some uses of MachineOpCode, move getSchedClass
2008-01-07 Chris LattnerAdd predicates methods to TargetOperandInfo, and switch...
2008-01-07 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2008-01-07 Gordon HenriksenDeleting an empty file. Thanks, /usr/bin/patch!
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2008-01-07 Owen AndersonUpdate CodeGen for MRegisterInfo --> TargetInstrInfo...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-07 Gordon HenriksenAmmending r45669 with a missing file.
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2008-01-06 Chris LattnerThe pic base can't be duplicated.
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...
2008-01-06 Duncan SandsWhen transforming a call to a bitcast function into
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-06 Duncan SandsRemove an unused variable.
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2008-01-06 Chris Lattnerremove explicit isStore flags that are now inferrable.
2008-01-06 Chris Lattnerremove some isStore flags that are now inferred automat...
2008-01-05 Bill WendlingFix comment.
2008-01-05 Chris Lattnermake this build with newer gcc's
2008-01-05 Nate BegemanRemove an incorrect optimization that is performed...
2008-01-05 Nate BegemanIf custom lowering of insert element fails, the result...
2008-01-05 Chris LattnerFix build issue on certain compilers.
2008-01-05 Gordon HenriksenRefactoring the x86 and x86-64 calling convention imple...
2008-01-05 Bill WendlingChris and Evan noticed that this check was compleatly...
2008-01-05 Chris LattnerThe current impl is really trivial, add some comments...
2008-01-05 Chris Lattnerallow sinking to be enabled for the jit
2008-01-05 Chris Lattnerenable sinking and licm of loads from the argument...
2008-01-05 Chris Lattnersimplify some code by using shorter accessors.
2008-01-05 Chris Lattnerrevert my previous patch.
2008-01-05 Chris Lattnerfactor some code better to avoid redundancy between
2008-01-05 Chris Lattnergetting the pic base has no side effects.
2008-01-05 Chris Lattnerdon't sink anything with side effects, this makes lots...
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-05 Chris Lattnerfix a common crash.
2008-01-05 Chris Lattnerremove a couple more unsafe xforms in the face of overflow.
2008-01-05 Chris Lattnerremove the (x-y) < 0 comparison xform, it miscompiles
2008-01-05 Owen AndersonI should not be allowed to commit when sleepy.
2008-01-05 Evan ChengCombine MovePCtoStack + POP32r into one instruction...
2008-01-04 Owen AndersonMove some more functionality from MRegisterInfo to...
2008-01-04 Bill WendlingDon't recalculate the loop info and loop dominators...
2008-01-04 Wojciech Matyjewiczfix typo
2008-01-04 Evan ChengUnbreak tailcall opt in JIT.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-04 Bill Wendling80-column violations.
2008-01-04 Bill WendlingAdd that this preserves some analyses.
2008-01-04 Bill WendlingMove option to enable machine LICM into LLVMTargetMachi...
2008-01-04 Bill WendlingCall the parent's getAnalysisUsage.
2008-01-04 Chris LattnerAdd a really quick hack at a machine code sinking pass...
2008-01-04 Chris Lattnerremove dead #includes and reorder the rest.
2008-01-04 Chris LattnerFix PR1896
2008-01-04 Evan ChengCorrect order of parameters.
2008-01-03 Chris LattnerRemove symbols that don't exist, remove tabs, fix comme...
2008-01-03 Gordon HenriksenFirst steps in in X86 calling convention cleanup.
2008-01-03 Chris Lattnerdon't hoist FP additions into unconditional adds +...
2008-01-03 Chris LattnerFix PR1873, a problem finding stat-related symbols...
2008-01-03 Gordon HenriksenTrying that again.
2008-01-03 Gordon HenriksenFix a compile error on Windows.
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2008-01-03 Chris LattnerRemove the function attr cache for intrinsics. This...
2008-01-03 Chris LattnerDon't create a new ParamAttrsList (which copies the...
2008-01-03 Chris Lattnermove some code out of line, rearrange a bit.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2008-01-02 Chris Lattneradd missing #include
2008-01-02 Evan ChengX86 PIC JIT bug fix: relocations for constantpool and...
2008-01-02 Chris Lattnerremove blob of #if'd out code.
2008-01-02 Chris LattnerFix a build issue on cygwin
2008-01-02 Bill WendlingUse the correct MachineRegisterInfo object.
2008-01-02 Bill WendlingMachine LICM will check that operands are defined outsi...
2008-01-02 Bill WendlingRemove dead code.
2008-01-02 Chris Lattnerdarwin9 and above support aligned common symbols.
2008-01-02 Chris Lattnerleopard and above support alignment for common symbols.
2008-01-02 Bill WendlingUse the new architecture to get the containing machine...
2008-01-02 Nick LewyckyDon't be rude, emit debugging info where asked to.
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerMake MachineRegisterInfo::getVRegDef more efficient...
2008-01-01 Chris Lattnerswitch the register iterator to act more like hte LLVM...
2008-01-01 Gordon HenriksenAdding C bindings for SwitchInst::addCase.
2008-01-01 Chris LattnerAdd a trivial but handy function to efficiently return...
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2008-01-01 Chris LattnerFix a bug in my previous patch: refer to the impl not...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Duncan SandsFix PR1833 - eh.exception and eh.selector return two
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
next