Use crazy template-based inheritance instead of virtual one.
[oota-llvm.git] / lib / Target / X86 /
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 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 KorobeynikovXMM6-XMM15 are callee-saved on Win64. Patch by Nicolas...
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 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 Dan GohmanFix these enums' starting values to reflect the way...
2008-09-23 Dan GohmanDelete an unused function.
2008-09-23 Dan GohmanMove the code for initializing the global base reg...
2008-09-22 Evan ChengSupport x86 specific inline asm modifier 'J'.
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Arnold SchwaighoferChange the calling convention used when tail call optim...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-21 Chris LattnerFold immediates into X86 shifts with fast isel. This...
2008-09-20 Chris Lattneradd a note
2008-09-20 Evan ChengNo need to print function stubs for Mac OS X 10.5 and...
2008-09-20 Evan Cheng80 column violation.
2008-09-19 Dan GohmanFix a FastISel GlobalVariable CSE bug.
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-18 Dan GohmanAddress-mode folding for X86FastISel. It's pretty basic...
2008-09-18 Dan GohmanSimplify this code. The FastISel class has its own...
2008-09-17 Dan GohmanFastISel: For calls, prefer using the callee's address...
2008-09-17 Dan GohmanSimplify and generalize X86DAGToDAGISel::CanBeFoldedBy...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
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 GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Arnold SchwaighoferWhen tailcallopt is enabled all fastcc calls must have...
2008-09-11 Owen AndersonFix a bug in ANY_EXTEND handling that was breaking...
2008-09-11 Dale JohannesenThe version of AtomicSDNode::AtomicSDNode used (only...
2008-09-11 Owen AndersonIf ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and...
2008-09-10 Dan GohmanX86FastISel support for double->float and float->double...
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-10 Evan ChengFix a fastcc + sret bug. If fastcc and sret, callee...
2008-09-10 Dale JohannesenHandle new intrinsics with vector arguments.
2008-09-10 Duncan SandsFix name.
2008-09-10 Duncan SandsAdd trampoline support for the new FastCC calling
2008-09-10 Duncan SandsTurn off the new FastCC for the moment. It causes
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Anton KorobeynikovReplace explicit pointer-size constants to TargetData...
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-08 Anton KorobeynikovReapply 55901: Drop unused variable
2008-09-08 Anton KorobeynikovReapply 55900: We do support EH on x86-64!
2008-09-08 Anton KorobeynikovReapply 55899: First draft of EH support on x86/64...
2008-09-08 Anton KorobeynikovReapply blindly reverted 55898: Implement FRAME_TO_ARGS...
2008-09-08 Bill WendlingReverting r55898 as well. This wasn't reverted in the...
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Evan ChengHandle calls which produce i1 results: promote to i8...
2008-09-08 Dan Gohmani128 and f80 are implemented for x86-64 now.
2008-09-08 Dan GohmanFix copy+pastos in comments.
2008-09-08 Anton KorobeynikovDrop unused variable
2008-09-08 Anton KorobeynikovWe do support EH on x86-64!
2008-09-08 Anton KorobeynikovFirst draft of EH support on x86/64-linux
2008-09-08 Anton KorobeynikovImplement FRAME_TO_ARGS_OFFSET for x86-64
2008-09-08 Evan ChengAdd support to extend call operands when needed. Enable...
2008-09-07 Evan ChengInitial fastisel call support for C, Fast, and X86_Fast...
2008-09-07 Evan ChengSome code clean up.
2008-09-07 Evan ChengHandle x86 truncate to i8 with target hook for now.
2008-09-06 Owen AndersonFix constant pool loads, and remove broken versions...
2008-09-06 Owen AndersonFix the X86 addConstantPoolReference, which had the...
2008-09-05 Eli FriedmanFix for PR2687: Add patterns to match sint_to_fp and...
2008-09-05 Dan GohmanFix X86FastISel's shift and select code to reject illeg...
2008-09-05 Dan GohmanFix the opcodes used by X86FastISel for shifts and...
2008-09-05 Evan ChengFactor out code that emits load and store instructions.
2008-09-05 Owen AndersonRename method.
2008-09-05 Dan GohmanX86FastISel support for shifts and conditional moves.
2008-09-05 Evan ChengIf SSE2 is available, x86 should pass first 3 f32/f64...
2008-09-05 Dan GohmanCheck a comparion's operand type for legality before
2008-09-05 Dan GohmanFix X86FastISel code for comparisons and conditional...
2008-09-05 Dan GohmanX86FastISel support for conditional branches.
2008-09-05 Owen AndersonAdd initial support for selecting constant materializat...
2008-09-04 Dan GohmanX86FastISel support for ICmpInst and FCmpInst.
2008-09-04 Evan ChengFor whatever the reason, x86 CallingConv::Fast (i.e...
2008-09-04 Devang PatelIf function notes say optimize for size, then adjust...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 Owen AndersonFix the ordering of operands to the store (inverted...
2008-09-04 Owen AndersonAdd a first attempt at implementing stores for X86...
2008-09-04 Evan ChengLoad from GV stub should be locally CSE'd.
2008-09-04 Evan ChengRemove code that pad number of bytes to pop for X86_Fas...
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-09-03 Dan GohmanCreate HandlePHINodesInSuccessorBlocksFast, a version of
2008-09-03 Evan ChengAdd X86 target hook to implement load (even from Global...
2008-09-03 Ted KremenekFix capitalization in #include of FastISel.h. This...
2008-09-03 Evan ChengUnbreak fast isel.
2008-09-03 Evan ChengLet tblgen only generate fastisel routines, not the...
2008-08-31 Gabor Greiffix a bunch of 80-col violations
2008-08-30 Evan ChengFor now, can't mark XOR64rr isAsCheapAsAMove. It's...
next