- Fix codegen for pc relative constant (e.g. JT) in thumb mode:
[oota-llvm.git] / include / llvm /
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.
2007-01-16 Devang PatelUndo last check-in.
2007-01-16 Devang PatelSetup pass manager before scheduling required analysis.
2007-01-16 Bill WendlingFix for PR1095:
2007-01-16 Devang PatelCode refactoring.
2007-01-15 Devang PatelRemove extra white spaces. Fix comments.
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2007-01-14 Reid SpencerPrimitive types don't include integers any more, adjust.
2007-01-14 Chris Lattneradd accessors
2007-01-14 Chris Lattneradd a new HiddenDirective member for handling visibility.
2007-01-12 Jim Laskeyvirtual not needed.
2007-01-12 Reid SpencerDon't #include DerivedTypes.h in this header. Make...
2007-01-12 Evan Cheng- Move RTLIB::Libcall enum to a separate file.
2007-01-12 Jim LaskeyAllow isAllOnesValue testing on packed constants
2007-01-12 Evan ChengSilence a bogus compiler warning.
2007-01-12 Chris Lattnerinline isIntegral to make this method look like classof...
2007-01-12 Devang Patels/addPassToManager/add/g
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Devang PatelMove PMTopLevelManager, PMDataManager and FPPassManger...
next