Make the description of the hotpatch attribute even more generic. Spotted by
[oota-llvm.git] / include /
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-10-25 Tobias GrosserReference RegionPass to stop it being eliminated.
2010-10-25 Duncan SandsRemove deprecated macro names. Hopefully this will...
2010-10-23 Benjamin KramerSmallVectorize.
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation
2010-10-22 Evan ChengTransfer implicit ops when forming load multiple and...
2010-10-22 Michael J. SpencerI hate line endings.
2010-10-22 Michael J. SpencerEndian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-22 Michael J. SpencerRename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-21 Duncan SandsFix the cleanup process of exception information in...
2010-10-21 Wesley PeckAdding the EM_MBLAZE value to the machine architectures...
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-10-20 Chandler CarruthAdd a comment about ATTRIBUTE_UNUSED to avoid further...
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-10-19 Jim GrosbachSpelling typo fix. s/incput/input/. Thanks, Bob!
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-10-19 Dan GohmanMove NoAA out of BasicAliasAnalysis.cpp into its own...
2010-10-19 Dan GohmanReapply r116831 and r116839, converting AliasAnalysis...
2010-10-19 Douglas GregorExtend StringRef's edit-distance algorithm to permit...
2010-10-19 Dan GohmanRevert r116831 and r116839, which are breaking selfhost...
2010-10-19 Jakob Stoklund OlesenShrink MachineOperand from 40 to 32 bytes on 64-bit...
2010-10-19 Owen AndersonRemove extraneous slash.
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Dan GohmanOops, check in all the files for converting AliasAnalys...
2010-10-19 Owen AndersonFactor out the call-once implementation into its own...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Mikhail GlushenkovGlobalOpt: EvaluateFunction() must not evaluate stores...
2010-10-19 Mikhail GlushenkovTrailing whitespace.
2010-10-19 Chandler CarruthFirst step to allowing the resource directory of Clang...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-19 Chandler CarruthMove the definition of this to the source file to ancho...
2010-10-18 Dan GohmanMake the representation of AliasSets explicitly differe...
2010-10-18 Chandler CarruthAdd a virtual destructor to silence a GCC warning.
2010-10-18 Dan GohmanDon't pass the raw invalid pointer used to represent...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-18 Dan GohmanMake AliasSetTracker TBAA-aware, enabling TBAA-enabled...
2010-10-18 Dan GohmanAdd TypeBasedAliasAnalysis to the standard pass lists...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-16 Michael J. SpencerWhitespace!
2010-10-15 Jim GrosbachGrammar.
2010-10-14 Francois PichetAlways use binary mode for output stream. This is impor...
2010-10-14 Owen AndersonTry again at implementing thread-safe lazy pass initial...
2010-10-14 Owen AndersonRevert r116489. It included some changes I didn't...
2010-10-14 Owen AndersonApparently MSVC doesn't support thread-safe static...
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-13 Chris Lattnermissed a line :(
2010-10-13 Chris Lattnerconstify these methods.
2010-10-13 Chris Lattneradd a few operations for signed operations that also
2010-10-13 Owen AndersonConversely, Analysis-implementations do NOT need to...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-13 Owen AndersonTake advantage of C++'s thread-safe static local initia...
2010-10-13 Benjamin KramerRemove noisy semicolon.
2010-10-13 Tobias GrosserAdd Region::isTopLevelRegion().
2010-10-13 Tobias GrosserRegionInfo: Update RegionInfo after a BB was split.
2010-10-13 Tobias GrosserRegioInfo: Add getExpandedRegion().
2010-10-13 Tobias GrosserRegionInfo: Allow to update exit and entry of a region.
2010-10-13 Tobias GrosserRegionInfo: Enhance addSubregion.
2010-10-13 Tobias GrosserRegionInfo: Allow to set the parent region of a basic...
2010-10-13 Rafael EspindolaFix PR8313 by changing ValueToValueMap use a TrackingVH.
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-12 Jim GrosbachComment grammar tweakage.
2010-10-12 Dan GohmanInitial va_arg support for x86-64. Patch by David Meyer!
2010-10-12 Dan GohmanConstify.
2010-10-12 Dan GohmanUse SmallVectorImpl in a bunch of places.
2010-10-11 Jason W KimSecond set of ARM/MC/ELF changes.
2010-10-11 Dan GohmanClang's #include handling apparently doesn't work for...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Michael J. SpencerRevert "System: Add SwapByteOrder and update Support...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Chris Lattnerremove dead prototype, PR8351
2010-10-11 Chris Lattnertweak comment.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-09 Kenneth UildriksNow using a variant of the existing inlining heuristics...
2010-10-08 Jim GrosbachAllow << streaming of MCOperand.
2010-10-08 Kenneth UildriksStart separating out code metrics into code size metric...
2010-10-08 Michael J. SpencerMC-COFF: Fix Simple and Complex type. Fixes PR8320.
2010-10-08 Michael J. SpencerFix Whitespace.
2010-10-07 Jakob Stoklund OlesenAfter splitting, the remaining LiveInterval may be...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-07 Jim GrosbachAdd output stream operator for MCInst.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-10-07 Owen AndersonAdd initialization routines for Instrumentation.
2010-10-07 Owen AndersonAdd initialization routines to InstCombine.
2010-10-07 Owen AndersonAdd initialization routines for VMCore.
2010-10-07 Owen AndersonAdd initialization routines for Target.
next