Rather than marking all internal globals "Ref"
[oota-llvm.git] / lib / Target /
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.
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 Dan GohmanClean up uses of TargetLowering::getTargetMachine.
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-09-02 Dale JohannesenFix some bugs in the code sequences for atomics.
2008-09-02 Evan ChengAdd Mac OS X compatible JIT callback routine.
2008-09-02 Evan ChengRevamp ARM JIT.
2008-09-02 Evan ChengChange getBinaryCodeForInstr prototype. First operand...
2008-09-01 Evan ChengControl flow instruction encodings.
2008-09-01 Evan Chengldm / stm instruction encodings.
2008-09-01 Evan ChengAXI2 and AXI3 instruction encodings.
2008-09-01 Evan ChengReorganize instruction formats again; AXI1 encoding.
2008-09-01 Evan Chengaddrmode3 instruction encodings.
2008-09-01 Evan ChengReorganize some instruction format definitions. No...
2008-09-01 Evan ChengRest of addrmode2 instruction encodings.
2008-08-31 Evan ChengAddr2 word / byte load encodings.
2008-08-31 Evan ChengAddr1 instructions opcodes are encoded in bits 21-24...
2008-08-31 Gabor Greiffix a bunch of 80-col violations
2008-08-31 Bill WendlingRevert the "XFAIL" for the rotate_ops.ll testcase....
2008-08-31 Bill WendlingExpand for ROTR with MVT::i64.
2008-08-30 Gabor Greiffix some 80-col violations
2008-08-30 Evan ChengFor now, can't mark XOR64rr isAsCheapAsAMove. It's...
2008-08-30 Evan ChengTransform (x << (y&31)) -> (x << y). This takes advanta...
2008-08-30 Dale JohannesenAdd ppc partial-word ATOMIC_CMP_SWAP.
2008-08-29 Evan ChengSwap fp comparison operands and change predicate to...
2008-08-29 Evan ChengUse static_cast instead of C style cast.
2008-08-29 Evan ChengBacking out 55521. Not safe.
2008-08-29 Dale JohannesenAdd partial word version of ATOMIC_SWAP.
2008-08-29 Owen AndersonAdd initial support for fast isel of instructions that...
2008-08-29 Evan ChengTableGen'ing instruction encodings.
2008-08-29 Evan Chengaddrmode1 (data processing) instruction encoding: bits...
2008-08-29 Evan ChengMVN is addrmode1.
2008-08-29 Evan ChengMore refactoring.
2008-08-28 Evan ChengSwap fp comparison operands and change predicate to...
2008-08-28 Evan ChengRefactor ARM instruction format definitions into a...
2008-08-28 Dan GohmanAdd a target callback for FastISel.
2008-08-28 Gabor Greifremove tabs, fix > 80 cols
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
next