Fix a comment that needed to change after SHIFT patch landed.
[oota-llvm.git] / include /
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Devang PatelPretty print pass managers.
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Reid SpencerFix a homonymo in a comment.
2007-02-01 Anton KorobeynikovFixed uninitialized stuff inside LegalizeDAG. Fortunate...
2007-02-01 Chris LattnerAdd a new dense hash table implementation
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2007-02-01 Chris Lattnerrename DenseMap -> IndexedMap.
2007-02-01 Devang PatelAdd printVersion(). Linker can use it to print LLVM...
2007-02-01 Devang PatelAdd PrintVersionMessage() that tools can use to print...
2007-01-31 Chris Lattneradd missing ctor
2007-01-31 Chris Lattnerimplement the new GEP instruction ctors.
2007-01-31 Evan ChengAllow the target to override the ISD::CondCode that...
2007-01-31 Evan ChengAdded O_F32 and O_64 in addition to UO_F32 and UO_64...
2007-01-31 Chris LattnerRevise APIs for creating constantexpr GEPs to not requi...
2007-01-30 Chris LattnerMake this a *real* header:
2007-01-30 Chris Lattnermove constant folding code out of Utils/Local into...
2007-01-30 Chris LattnerThe inliner/cloner can now optionally take TargetData...
2007-01-30 Chris LattnerChange constant folding APIs to take an optional Target...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Reid SpencerCompaction tables no longer supported, remove its block ID.
2007-01-29 Jim LaskeyOut of line function.
2007-01-29 Jim LaskeyOnly gather frame info if debug or eh.
2007-01-29 Devang Patel- Undo previous check-in (i.e. Do not export TimingInfo...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-29 Nate BegemanProperly support cstrings
2007-01-29 Jim LaskeyFlag to control exception handling.
2007-01-29 Devang PatelMove TimingInfo into PassManagers.h so that other libs...
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-29 Reid SpencerIntrinsicLowering now requires TargetData.
2007-01-29 Anton KorobeynikovMake doxygen happy
2007-01-28 Reid SpencerAdjust a comment to reflect reality.
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-27 Chris Lattnerprovide a definition for uintptr_t
2007-01-27 Chris LattnerMake SmallSet<whatever*, N> faster by transparently...
2007-01-27 Chris Lattneradd some missing API
2007-01-27 Chris LattnerGive SmallSet a reasonable fallback if it gets large...
2007-01-27 Chris Lattnerimplement SmallPtrSet::erase
2007-01-27 Chris LattnerFix a limitation of SmallPtrSet. Before it would asser...
2007-01-27 Chris Lattneradd some comments on the algorithm
2007-01-27 Chris LattnerAdd a new SmallSet ADT specialized for pointers.
2007-01-27 Reid SpencerAdd some comments, fix an 80 cols violation.
2007-01-27 Bill WendlingAccessor for the TargetELFWriterInfo class object.
2007-01-27 Bill WendlingThe TargetELFWriterInfo class holds target-specific...
2007-01-27 Chris Lattnersimplify insert interface
2007-01-27 Chris Lattnerclean up comment
2007-01-26 Nate BegemanHandle multiple functions, properly mangle symbols...
2007-01-26 Chris Lattnerfit in 80 cols
2007-01-26 Jim Laskeyrename files
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerFor PR761:
2007-01-26 Reid SpencerFor PR645:
2007-01-26 Devang PatelRemove dead code.
2007-01-26 Devang PatelInherit CallGraphSCCPass directly from Pass.
2007-01-26 Devang PatelInherit FunctionPass directly from Pass.
2007-01-25 Devang PatelInherit BasicBlockPass directly from Pass.
2007-01-25 Devang PatelRemove dead code.
2007-01-25 Evan ChengAdded a MRegisterInfo hook that tells PEI the target...
2007-01-25 Jim LaskeyMigrate print routines to asm to be shared by exception...
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-24 Jim LaskeyUse asm printer to emit alignment
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-24 Bill WendlingA virtual method to return the TargetMachOWriterInfo...
2007-01-24 Bill WendlingMoved target-specific information to the TargetMachOWri...
2007-01-24 Bill WendlingNew "TargetMachOWriterInfo" class. It holds target...
2007-01-23 Devang PatelAdd CallGraphSCCPass::assignPassManager().
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-23 Chris Lattnerfix typo
2007-01-23 Chris Lattnermake the SmallSet interface more std::set-like
2007-01-23 Chris Lattneradd a trivial SmallSet class, which operates on a simil...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-22 Evan ChengUpdate comment.
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Reid SpencerImplement a getTypeSizeInBits method. This helps in...
2007-01-20 Owen AndersonTargetData assumes (and some regression tests depend...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-19 Reid SpencerFor PR1043:
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2007-01-18 Reid SpencerProvide an isPowerOf2ByteWidth method for the IntegerTy...
2007-01-18 Bill WendlingHave the OutputBuffer take the is64Bit and isLittleEndi...
2007-01-18 Chris Lattneradd new JumpTableSpecialLabelPrefix hook to asmprinter...
2007-01-17 Reid SpencerFor PR1028:
2007-01-17 Bill WendlingChanged to use the OutputBuffer instead of the methods...
2007-01-17 Bill WendlingRefactored output buffer methods from MachO and ELF...
2007-01-17 Devang PatelUpdate assignPassManager() signature to allow selection...
2007-01-17 Chris Lattnerdocument that BSSSection can be null.
2007-01-17 Anton KorobeynikovDocument flag
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Chris Lattnermake doxygen comment much better. Patch by B. Scott...
2007-01-17 Bill WendlingThe TargetObjInfo object goes here.
2007-01-17 Bill WendlingRemoved methods which are now in the respective TargetO...
2007-01-17 Bill WendlingNew "TargetObjInfo" class. This holds information that...
2007-01-17 Reid SpencerFor PR1117:
2007-01-17 Reid SpencerFor PR1094:
2007-01-17 Reid SpencerRemove unused forward class declarations.
next