Fix similar missing optimization opportunity in XOR.
[oota-llvm.git] / include /
2006-10-21 Chris LattnerNew, wonderful isSuccessor method
2006-10-20 Chris Lattnertypo
2006-10-20 Chris Lattneradd isIdenticalTo method to machineinstr/operand.
2006-10-20 Chris Lattneradd method
2006-10-20 Reid SpencerFix a comment to be accurate.
2006-10-20 Reid SpencerFor PR950:
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-10-17 Chris Lattneradd a method to remove a line # record.
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-17 Chris Lattnerupdate comment
2006-10-17 Chris LattnerDo not leak all of the SourceLineInfo objects. Do...
2006-10-17 Chris Lattnerminor cleanups
2006-10-17 Evan ChengSplit PRE_INDEXED to PRE_INC / PRE_DEC and similarly...
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-16 Jim LaskeyPass AliasAnalysis thru to DAGCombiner.
2006-10-16 Chris Lattneradd a ReplaceMBBInJumpTables method
2006-10-14 Evan ChengStart checking from the root of the matched sub-tree.
2006-10-14 Chris LattnerWhen SimplifySetCC was moved to the DAGCombiner, it...
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Chris Lattnerit is easier to implement these when they are virtual
2006-10-13 Chris Lattnerallow branch reversal to fail
2006-10-13 Bill WendlingCorrected formatting.
2006-10-13 Chris Lattnerreplace the existing branch inspection/modification...
2006-10-13 Chris LattnerExpose method and ivars for measuring inline asm length...
2006-10-12 Chris Lattnersimplify trivial function
2006-10-12 Evan ChengAdd RemoveDeadNode to remove a dead node and its (poten...
2006-10-11 Evan ChengNaming consistency.
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris Lattneradd two helper methods.
2006-10-10 Evan ChengComments; getChain(), getBasePtr(), etc. should return...
2006-10-09 Evan ChengMerging ISD::LOAD and ISD::LOADX. Added LoadSDNode...
2006-10-09 Andrew LenharthFix build error in gcc 3.4 and make more this general
2006-10-09 Nick LewyckyFix usage example.
2006-10-08 Chris LattnerFix PR897
2006-10-06 Chris LattnerAdd support for targets to declare that they use a GOT
2006-10-06 Chris Lattneradd an accessor
2006-10-05 Evan ChengAdd getStore() helper function to create ISD::STORE...
2006-10-05 Chris LattnerAdd insertelement/extractelement helper ctors.
2006-10-05 Chris Lattnerremove JumpTableTextSection
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter.
2006-10-05 Chris LattnerGive TargetAsmInfo a virtual dtor, add a new getSection...
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-10-03 Chris LattnerADd a method
2006-10-03 Chris LattnerProvide a function that ensures MBB numbering is dense...
2006-10-03 Chris Lattnerclean up use of 'explicit'. This is PR934.
2006-10-03 Bill WendlingFix for PR929. The PHI nodes were being gone through...
2006-10-03 Chris LattnerMove DominatorTree to immediately follow DominatorTreeBase
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-09-30 Chris LattnerOverride use_back in instruction/basicblock to provide...
2006-09-30 Chris LattnerAdd a version of the globalvariable ctor that inserts...
2006-09-28 Chris LattnerNow that ConstantBool::True/False are gone, we can...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Chris Lattnerrefactor critical edge breaking out into the SplitCritE...
2006-09-28 Chris Lattnerremove dead method
2006-09-28 Chris Lattnernew helper class to provide more explicit management...
2006-09-28 Evan Cheng- Added a hook processFunctionBeforeCalleeSaveScn(...
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-25 Chris Lattnerorder this properly to avoid warnings in TargetAsmInfo...
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-23 Chris Lattnerremove misleading comment
2006-09-23 Chris Lattneradd method, correct comment
2006-09-22 Devang PatelUse iterative algorith to assign DFS number. This reduces
2006-09-21 Devang PatelUse abstract class to facilitate dlopen() interface.
2006-09-18 Nick LewyckyFix findCaseDest to return null when BB is both the...
2006-09-18 Nick LewyckyAdd a new helper method to SwitchInst. Useful when...
2006-09-18 Jim LaskeySort out mangled names for globals
2006-09-18 Chris LattnerAdd support for pattern matching cast operations
2006-09-18 Chris Lattnerfix typo
2006-09-18 Chris Lattneradd a helper method
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-09-17 Chris LattnerAdd new SetCondInst::isRelational/isEquality methods...
2006-09-15 Chris LattnerKeep track of the start of MBB's in a separate map...
2006-09-14 Devang PatelUndo previous check-in.
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Evan ChengAdd MachineConstantPoolEntry getOffset() accessor.
2006-09-14 Evan ChengThe top bit is used to determine whether it's a Machine...
2006-09-14 Chris Lattnerrevert accidentally committed file
2006-09-14 Chris LattnerRemove dead methods, add getNumBlockIDs() method
2006-09-14 Reid SpencerAdd a HAVE_MACH_MACH_H #define to detect the presence...
2006-09-14 Evan ChengMirrors ConstantPoolSDNode.
2006-09-14 Devang PatelAvoid recursion in assignDFSNumber(). Move def from...
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-09-12 Nick LewyckyAdd ability to remove nodes from DominatorTree, for...
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-09 Chris LattnerImplement new fpowi node
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-08 Chris Lattneradd powi intrinsics.
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Chris LattnerAdd new option to leave asm names alone
2006-09-06 Devang PatelAdd getTargetTriple() that linker can use to query...
2006-09-06 Devang PatelKeep track of all modules crated using a name to module...
2006-09-06 Jim LaskeySeparate target specifc asm properties from asm printers.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-06 Devang PatelExtract target triplet from optimized module.
next