SPU section handling is really huge mess. Replace remaining TAI calls for sections...
[oota-llvm.git] / lib / Target /
2008-09-24 Anton KorobeynikovSPU section handling is really huge mess. Replace remai...
2008-09-24 Anton KorobeynikovRemove dead code for PIC16 (preparation to switch to...
2008-09-24 Anton KorobeynikovXMM6-XMM15 are callee-saved on Win64. Patch by Nicolas...
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
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 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 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-23 Matthijs KooijmanFix indendation.
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-21 Dan GohmanInstead of building a list and sorting it just to find...
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-18 Evan ChengDuh. Default to ARMCC::AL (always).
2008-09-18 Evan ChengClean up.
2008-09-18 Evan ChengCosmetic.
2008-09-17 Dan GohmanFastISel: For calls, prefer using the callee's address...
2008-09-17 Evan ChengFix addrmode1 instruction encodings; fix bx_ret encoding.
2008-09-17 Evan ChengSpecify instruction encoding using range list to avoid...
2008-09-17 Dan GohmanSimplify and generalize X86DAGToDAGISel::CanBeFoldedBy...
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-15 Bruno Cardoso LopesFixed Bug 2751
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-13 Evan ChengFix random abort.
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-13 Evan ChengTypo.
2008-09-13 Evan ChengRely on instruction format to determine so_reg operand...
2008-09-13 Evan ChengRevert 56176. All those instruction formats are still...
2008-09-13 Evan ChengAccidentially flipped the condition.
2008-09-13 Evan ChengAdd debug dumps.
2008-09-12 Evan ChengEliminate unnecessary instruction formats.
2008-09-12 Evan ChengAddrmode 1 S bit can be dynamically set. Look for CPSR...
2008-09-12 Evan ChengRewrite address mode 1 code emission routines.
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Jim Grosbachudpate header comment: s/VP/VFP/
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-11 Dale JohannesenSuccumb utterly to compatibility and implement
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 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 Dan GohmanMark IMPLICIT_DEF as being rematerializable and cheap...
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 WendlingAccidental commit of partial 'stack canaries' code
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 Dan GohmanDelete an unused variable.
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.
next