speed up iterative loop by using iterators. changes direction, but functionally equiv...
[oota-llvm.git] / lib / Target /
2009-01-16 Evan ChengFix PPC ISD::Declare isel and eliminate the need for...
2009-01-16 Dan GohmanGive IA64 a TargetSubtarget subclass, so that it can
2009-01-16 Bill WendlingAdd support for non-zero __builtin_return_address value...
2009-01-16 Evan ChengARMCompilationCallback should not save / restore vfp...
2009-01-16 Dan GohmanInitial hazard recognizer support in post-pass scheduli...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2009-01-15 Rafael EspindolaFix Alpha test and support for private linkage.
2009-01-15 Mon P WangExpand insert/extract of a <4 x i32> with a variable...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Dan GohmanAdd load-folding table entries for BT*ri8 instructions.
2009-01-15 Dan GohmanMake getWidenVectorType const.
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2009-01-15 Richard OsborneDon't fold address calculations which use negative...
2009-01-15 Richard OsborneUpdate the operands used when building LDAWSP instructi...
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
2009-01-14 Richard OsborneAdd pseudo instructions to the XCore for (load|store...
2009-01-13 Nuno Lopesfix memleaks
2009-01-13 Dan GohmanBT appears to be available on all >= i386 chips.
2009-01-13 Dan GohmanDon't use a BT instruction if the AND has multiple...
2009-01-13 Dan GohmanDisable the register+memory forms of the bt instruction...
2009-01-13 Dan GohmanAdd bt instructions that take immediate operands.
2009-01-13 Dan GohmanFix a few more JIT encoding issues in the BT instructions.
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2009-01-13 Chris Lattnermake -march=cpp handle the nocapture attribute, make...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-10 Evan Cheng80 col violation.
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-09 Dan GohmanAdd load-folding table entries for MOVDQA.
2009-01-09 Dan GohmanWhitespace and other minor adjustments to make SSE...
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-08 Chris Lattneradd some more crazy strlen and memcpy stuff I noticed...
2009-01-08 Chris Lattneradd some notes about strlen craziness in eon.
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-07 Dan GohmanAdd patterns to match conditional moves with loads...
2009-01-07 Dan GohmanAdd load-folding table entries for cmovno too.
2009-01-07 Dan GohmanDefine instructions for cmovo and cmovno.
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2009-01-06 Dan GohmanRevert r42653 and forward-port the code that lets INC64...
2009-01-06 Scott MichelCellSPU:
2009-01-06 Scott MichelCellSPU: Update the README
2009-01-06 Scott MichelCellSPU:
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-05 Devang Patelsquash warnings.
2009-01-05 Evan ChengAtom and Core i7 do not have same model number after...
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-03 Evan ChengAdd Intel processors core i7 and atom.
2009-01-03 Evan ChengFix PR3210: Detect more Intel processors. Patch by...
2009-01-03 Scott MichelCellSPU:
2009-01-02 Scott Michel- Make copyRegToReg use the "LR" assembler synonym...
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengFix x86 CPU id detection to identify Penryn (and future...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-31 Chris Lattneradd a note
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-29 Misha BrukmanFixed spelling, removed trailing whitespace.
2008-12-29 Scott Michel- Various '#if 0' cleanups.
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-25 Chris LattnerAdd a simple pattern for matching 'bt'.
2008-12-25 Chris LattnerFix some JIT encodings.
2008-12-25 Chris LattnerBT memory operands load from their address operand.
2008-12-24 Chris LattnertranslateX86CC can never fail. Simplify it based on...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-24 Dan GohmanFix a compiler-abort on a testcase where the stack...
2008-12-24 Chris Lattnerindentation
2008-12-23 Chris Lattnersimplify some control flow and reduce indentation,...
2008-12-23 Dan GohmanAdd instruction patterns and encodings for the x86...
2008-12-23 Devang PatelSilence unused variable warnings.
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-23 Chris Lattneradd some notes for simplifylibcalls optimizations
2008-12-23 Mon P WangFixed code generation for v8i16 and v16i8 splats on...
2008-12-23 Dan GohmanMake the fuse-failed debug output human-readable.
2008-12-20 Dan GohmanFix fast-isel to not emit invalid assembly when present...
2008-12-19 Dan GohmanMove the patterns which have i8 immediates before the...
2008-12-19 Chris LattnerFix some release-assert warnings
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-18 Dan GohmanWhen emitting instructions that define EFLAGS and the...
2008-12-18 Dan GohmanWhen setting up the frame pointer, add it as a live...
2008-12-18 Mon P WangFixed x86 code generation of multiple for v2i64. It...
2008-12-18 Dan GohmanMark the x86 fp stack registers as "reserved". This...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-15 Chris Lattneradd some more notes.
2008-12-15 Chris LattnerAdd a testcase for GCC PR 23455, which lpre handles...
2008-12-15 Chris Lattnergvn now hoists this load out of the hot non-call path.
2008-12-14 Chris Lattnersilence warning when asserts disabled.
2008-12-14 Chris Lattnersilence warning when asserts disabled.
2008-12-12 Bill Wendling- Use patterns instead of creating completely new instr...
2008-12-12 Duncan SandsDon't make use of an illegal type (i64) when
2008-12-12 Mon P WangAdded support for SELECT v8i8 v4i16 for X86 (MMX)
2008-12-12 Bill WendlingRedo the arithmetic with overflow architecture. I was...
2008-12-11 Evan ChengFix a 80 col. violation.
2008-12-10 Evan ChengPreliminary ARM debug support based on patch by Mikael...
2008-12-10 Evan ChengSome code clean up.
2008-12-10 Bill WendlingOnly perform SETO/SETC to JO/JC conversion if extractva...
next