Fix a bug in which address displacements were being added to the
[oota-llvm.git] / include /
2008-09-25 Bill WendlingMake pointer parameter const for isUsedInBasicBlock.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-25 Dan GohmanFastISel support for debug info.
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-25 Dan GohmanEnable DeadMachineInstructionElim when Fast-ISel is...
2008-09-25 Dan GohmanRefactor the code that adds standard LLVM codegen passe...
2008-09-24 Anton KorobeynikovFinally get rid of virtual inheritance in TAI
2008-09-24 Anton KorobeynikovUse crazy template-based inheritance instead of virtual...
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovUse generic section-handling stuff to emit constant...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-24 Evan ChengAdd DisableGVCompilation which forces the JIT to assert...
2008-09-24 Bill WendlingReapplying r56550
2008-09-24 Eric ChristopherTemporarily revert r56550 until missing commit can...
2008-09-24 Bill WendlingRefactor the constant folding code into it's own functi...
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-24 Devang Patels/ParamAttributeListImpl/AttributeListImpl/g
2008-09-24 Dan GohmanAdd a method to MachineInstr for testing whether it...
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang Patel80 cols
2008-09-23 Devang PatelRemove tabs.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-23 Dan GohmanArrange for FastISel code to have access to the Machine...
2008-09-23 Chris Lattnerallow inreg on the result of a function
2008-09-23 Dan GohmanUpdate the comment to reflect the new name.
2008-09-22 Dale JohannesenRemove silly semicolon.
2008-09-22 Dale JohannesenRemove a compiler warning.
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-22 Mikhail GlushenkovConvert llvmc2 plugins to use llvm/Support/Registry...
2008-09-22 Mikhail GlushenkovMove llvmc2 header files under include/llvm/CompilerDriver
2008-09-22 Rafael EspindolaAdd bound checks in SmallVector
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-21 Chris Lattnerexplain what earlyclobber actually is.
2008-09-21 Dan GohmanFactor out code into HandleVirtRegDef, for consistency...
2008-09-20 Cedric VenetUpdate VS projects.
2008-09-20 Dale JohannesenShorten and rearrange data fields to save a word of...
2008-09-19 Bill WendlingPrevent warning about conversion from 64-bit to 32...
2008-09-19 Dan GohmanNow that ConstantSDNode doesn't hold an APInt,
2008-09-19 Ted KremenekAdded static methods to APSInt: getMinValue and getMaxV...
2008-09-19 Gabor Greifbacking out my last commit, it was not intended to...
2008-09-19 Gabor Greiffirst shot at removing Use::Val
2008-09-19 Duncan SandsRemove the MarkModRef pass (use AddReadAttrs instead).
2008-09-19 Duncan SandsAdd a new pass AddReadAttrs which works out which functions
2008-09-19 Dale JohannesenRemove AsmThatEarlyClobber etc. from LiveIntervalAnalysis
2008-09-18 Dan GohmanAdd a new "fast" scheduler. This is currently basically...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-17 Dan GohmanAdd a new MachineInstr-level DCE pass. It is very simpl...
2008-09-16 Devang PatelRemove.
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-16 Dan GohmanFix these comments to reflect current reality. Surprisi...
2008-09-16 Dan GohmanFCmpInst predicates UNO, ORD, FALSE, and TRUE are commu...
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-15 Devang PatelExtract optimization pass selection code from llvm...
2008-09-15 Dan GohmanRe-enable SelectionDAG CSE for calls. It matters in...
2008-09-14 Dale Johannesenadjust last patch per review feedback
2008-09-13 Gabor Greifminor correction
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Evan ChengEliminate some unused methods.
2008-09-11 Evan ChengChange getSubReg semantics. It now returns zero if...
2008-09-11 Dale JohannesenThe version of AtomicSDNode::AtomicSDNode used (only...
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Anton KorobeynikovFix incorrect linker behaviour: we shouldn't resolve...
2008-09-09 Gabor Greiffit in 80 cols, minor tweaks
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-08 Anton KorobeynikovReapply 55899: First draft of EH support on x86/64...
2008-09-08 Bill WendlingAccidental commit of partial 'stack canaries' code
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Anton KorobeynikovFirst draft of EH support on x86/64-linux
2008-09-08 Duncan SandsReapply 55859. This doesn't change anything as
2008-09-07 Evan Cheng- Doh. Pass vector by value is bad.
2008-09-06 Duncan SandsWhen PruneEH turned an invoke into an ordinary
2008-09-05 Owen AndersonRevert r55859. This is breaking the build in the absce...
2008-09-05 Dale JohannesenMark math lib intrinsics readonly, on the grounds
2008-09-05 Duncan SandsDelete the removeCallEdgeTo callgraph method,
2008-09-05 Owen AndersonRename method.
2008-09-05 Dan GohmanFastISel support for ConstantExprs.
2008-09-05 Evan ChengAdd a variant of AnalyzeCallOperands that can be used...
2008-09-05 Duncan SandsStrip trailing whitespace.
next