Go back to passing the analyses around as parameters.
[oota-llvm.git] / lib / Target /
2008-05-12 Evan ChengRefactor isConsecutiveLoad from X86 to TargetLowering...
2008-05-12 Nate BegemanAdd support for vicmp/vfcmp codegen, more legalize...
2008-05-12 Dan GohmanFix a compile error on compilers that still want a...
2008-05-11 Anton KorobeynikovAdd note
2008-05-10 Evan ChengWhen transforming a vector_shuffle to a load, the base...
2008-05-10 Dan GohmanFor now, abort when an ISD::VAARG is encountered on...
2008-05-10 Evan ChengSome clean up.
2008-05-10 Evan ChengIf movl top bits are undef, let it be selected to movlp...
2008-05-09 Evan ChengAdd a pattern to do move the low element of a v4f32...
2008-05-09 Evan ChengHandle a few more cases of folding load i64 into xmm...
2008-05-08 Evan ChengUse movq to move low half of XMM register and zero...
2008-05-08 Evan ChengHandle vector move / load which zero the destination...
2008-05-07 Duncan SandsOutput correct exception handling and frame info
2008-05-06 Chris LattnerMatch things like 'armv5tejl-unknown-linux-gnu' for...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-05-05 Chris Lattneradd a micro optzn.
2008-05-05 Mon P WangImproved generated code for atomic operators
2008-05-05 Evan ChengCode clean up. No functionality change.
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Dan GohmanFix IsLinux being uninitialized on non-Linux targets.
2008-05-05 Anton KorobeynikovFix 80col violation
2008-05-05 Dan GohmanUse a dedicated IsLinux flag instead of an ELFLinux...
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-05-04 Anton KorobeynikovAdd General Dynamic TLS model for X86-64. Some parts...
2008-05-04 Evan ChengSelect vector shift with non-immediate i32 shift amount...
2008-05-03 Evan ChengAdd separate intrinsics for MMX / SSE shifts with i32...
2008-05-02 Evan ChengUndo r50574. We are already ensuring the folded load...
2008-05-02 Evan Cheng80 column violation.
2008-05-02 Evan ChengNot safe folding a load + FsXORPSrr into FsXORPSrm...
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-30 Scott MichelBug fixes and updates for CellSPU, syncing up with...
2008-04-29 Anton KorobeynikovDon't do stupid things: doInitialization(Module&) is...
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-28 Anton KorobeynikovFix FP return for Win64 ABI
2008-04-27 Anton KorobeynikovProperly lower vararg's FORMAL_ARGUMENTS node on win64
2008-04-27 Anton KorobeynikovHandle fp80 for win64
2008-04-26 Chris LattnerA few inline asm cleanups:
2008-04-26 Chris Lattnerno need to implement this method and just have it call
2008-04-25 Evan ChengExtract the lower 64-bit if a MMX value is passed in...
2008-04-25 Evan ChengFix illegal MMX_MOVDQ2Qrr pattern. vector_extract resul...
2008-04-25 Evan ChengSpecial handling for MMX values being passed in either...
2008-04-25 Evan ChengFix MMX_MOVQ2DQrr pattern. It's illegal to do a bitconv...
2008-04-25 Chris Lattneradd a note
2008-04-25 Evan Cheng80 col violation.
2008-04-25 Evan ChengNot checking for intrinsics which do not have a chain...
2008-04-25 Evan Cheng- Switch from std::set to SmallPtrSet.
2008-04-25 Evan ChengMMX argument passing fixes:
2008-04-25 Chris LattnerLoosen up an assertion to allow intrinsics. I really...
2008-04-25 Evan ChengFix bug in x86 memcpy / memset lowering. If there are...
2008-04-23 Dan GohmanMake these variables static.
2008-04-23 Anton KorobeynikovDrop dead includes
2008-04-23 Anton KorobeynikovAdjust option names for C++ backend
2008-04-23 Anton KorobeynikovFirst step of implementing PR1538: move llvm2cpp logic...
2008-04-23 Dan GohmanInitial CBE support for multiple return values.
2008-04-23 Anton KorobeynikovFix typo
2008-04-23 Anton KorobeynikovOnly allow increase of max alignment value
2008-04-23 Anton KorobeynikovBe over-conservative: scan for all used virtual registe...
2008-04-23 Anton KorobeynikovAdd X86 Maximal Stack Alignment Calculator Pass before RA
2008-04-23 Anton KorobeynikovDo proper book-keeping of offsets and prologue/epilogue...
2008-04-23 Anton KorobeynikovIf stack realignment is used - incoming args will use...
2008-04-23 Anton KorobeynikovEastimate required stack alignment early, so we can...
2008-04-23 Anton KorobeynikovCleanup
2008-04-23 Anton KorobeynikovSimplify
2008-04-23 Anton KorobeynikovMake stack alignment options global for all targets
2008-04-23 Anton KorobeynikovProvide option for enabling-disabling stack realignment
2008-04-23 Anton KorobeynikovDisable stack realignment for functions with dynamic...
2008-04-23 Anton KorobeynikovProvide ABI-correct stack alignment
2008-04-23 Anton KorobeynikovProvide convenient helpers for some operations
2008-04-23 Anton KorobeynikovWhitespace cleanup
2008-04-21 Dan GohmanImplement an x86-64 ABI detail of passing structs by...
2008-04-21 Dan GohmanFix the encoding of the MMX movd that moves from MMX...
2008-04-21 Chris LattnerAdd an ugly note.
2008-04-20 Nicolas GeoffrayDon't forget to update the current operand when getting...
2008-04-20 Chris LattnerA better fix for my previous patch, MOVZQI2PQIrr just...
2008-04-20 Chris LattnerSwitch to using Simplified ConstantFP::get API.
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-19 Evan ChengAlso LXCHG64 -> XCHG64rm.
2008-04-19 Evan ChengPPC32 atomic operations.
2008-04-19 Evan Chengxchg which references a memory operand does not need...
2008-04-18 Dan GohmanFix the handling of va_copy on x86-64. As of llvm-gcc...
2008-04-18 Evan Cheng- Fix atomic operation JIT encoding.
2008-04-17 Evan ChengAlso support Intel asm syntax.
2008-04-17 Evan ChengFix assembly code for atomic operations.
2008-04-16 Evan ChengDon't forget about sub-register indices when rematting...
2008-04-16 Dale JohannesenUnbreak build on x86-64.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-04-16 Evan ChengInitialize X863DNowLevel.
2008-04-16 Roman LevensteinOngoing work on improving the instruction selection...
2008-04-16 Dan GohmanAdd support for the form of the SSE41 extractps instruc...
2008-04-16 Dan GohmanRecreate the size SDNode instead of reusing the old...
2008-04-16 Dan GohmanRemove X86_64SRet; it isn't used anymore.
2008-04-15 Dan GohmanAdd movd instructions to move from MMX registers
2008-04-15 Nicolas GeoffrayChange Divided flag to Split, as suggested by Evan
2008-04-14 Dan GohmanRemove unnecessary <sstream> includes.
2008-04-14 Dan GohmanFix const-correctness issues with the SrcValue handling...
2008-04-14 Dale JohannesenReverse sense of unwind-tables option. This means
2008-04-13 Nicolas GeoffrayAdd a divided flag for the first piece of an argument...
2008-04-12 Anton KorobeynikovProvide option for stack alignment override
2008-04-12 Arnold SchwaighoferThis patch corrects the handling of byval arguments...
next