clean up header.
[oota-llvm.git] / lib / Target /
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-05 Dan GohmanRemove the SDNPAssociative properties for the flags...
2010-01-04 Evan ChengPerform this folding as a target specific dag combine:
2010-01-04 Dan GohmanRemove some README.txt entries which are now implemented.
2010-01-04 Dan GohmanA use by operand 1 or 2 of a SELECT is not a FLAGS...
2010-01-04 Dan GohmanFlags-producing add, and, or, etc. have the same profib...
2010-01-04 Dan GohmanAdd SDNPCommutative and SDNPAssociative to several...
2010-01-04 Anton KorobeynikovFix invalid chain folding for memory variant of sdiv...
2010-01-04 Chris Lattnerimplement an instcombine xform needed by clang's codegen
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2010-01-01 Chris Lattnerupdate this. To take the next step, llvm.powi should...
2009-12-29 Benjamin KramerReplace a few more SmallVectors with arrays.
2009-12-29 Sanjiv GuptaExtern declaration for unordered.f32 libcall was not...
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-12-28 Benjamin KramerAdd missing include (for inline PATypeHolder::get).
2009-12-28 Sanjiv GuptaFixed llc crash for zext (i1 -> i8) loads.
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-28 Bill WendlingMark variable used by 'assert' as 'unused'.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead store. The initial value was never used...
2009-12-28 Bill WendlingAdd an "ATTRIBUTE_UNUSED" macro (and use it). It's...
2009-12-26 Eli FriedmanPR5886: Make sure IMUL32m is marked as setting EFLAGS...
2009-12-23 Jakob Stoklund OlesenMove kill flags when the same register occurs more...
2009-12-23 Jakob Stoklund OlesenHandle undef operands properly.
2009-12-23 Jakob Stoklund OlesenMake insert position available to MergeOpsUpdate.
2009-12-23 Jakob Stoklund OlesenPerform kill flag calculations in new method. No functi...
2009-12-23 Jakob Stoklund OlesenMove repeated code to a new method. No functional change.
2009-12-23 Sanjiv GuptaReapply 91904.
2009-12-23 Sanjiv GuptaAdded missing patterns for subtract instruction.
2009-12-23 Sanjiv GuptaReverting back 91904.
2009-12-23 Chris Lattnerreally remove the instruction, don't just comment it out
2009-12-23 Chris Lattnercompletely eliminate the MOV16r0 'instruction'. The...
2009-12-23 Sean CallananMore fixes for Visual C++. Replaced several very small
2009-12-23 Chris Lattnerstop pattern matching 16-bit zero's of a register to...
2009-12-22 Jakob Stoklund OlesenAdd a SPR register class to the ARM target.
2009-12-22 Sean CallananRemoved the "inline" keyword from the disassembler...
2009-12-22 Sean CallananFixes to the X86 disassembler:
2009-12-22 Jakob Stoklund OlesenUse proper move instructions. Make the verifier happy.
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-22 Douglas GregorInclude based on the current path, since we already...
2009-12-22 Sanjiv GuptaWhile converting one of the operands to a memory operan...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-22 Sean CallananChanged REG_* to MODRM_REG_* to avoid conflicts
2009-12-22 Daniel DunbarFix some may-be-uninitialized var warnings.
2009-12-22 Sean CallananFixed library dependencies between the X86 disassembler and
2009-12-22 Chris Lattnerprint pcrel immediates as signed values instead of...
2009-12-21 Anton KorobeynikovMark FPW as allocable when frame address is taken.
2009-12-21 Evan ChengDelete the instruction just before the function termina...
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-21 Eli FriedmanA couple minor README updates.
2009-12-19 Daniel DunbarRemove unused variable (noticed by clang++).
2009-12-19 Daniel Dunbar#if 0 out X86 disassembler for now, it is breaking...
2009-12-19 Sanjiv GuptaEmit direction operand in binary insns that stores...
2009-12-19 Nuno Lopesrename dprintf to dbgpritnf, in order to fix build...
2009-12-19 Sanjiv Gupta1. In indirect load/store insns , the name of fsr shoul...
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-12-19 Daniel DunbarUse memset instead of bzero, its more portable.
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-19 Anton KorobeynikovBump alignment requirements for windows targets to...
2009-12-18 Bill WendlingChanges from review:
2009-12-18 Rafael EspindolaFix libstdc++ build on ARM linux and part of PR5770.
2009-12-18 Tilmann SchellerFix wrong frame pointer save offset in the 64-bit Power...
2009-12-18 Tilmann SchellerAdd support for calls through function pointers in...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Eric ChristopherFix typo.
2009-12-18 Evan ChengRe-apply 91623 now that I actually know what I was...
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-18 John McCallPass the error string directly to llvm_unreachable...
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-17 Jeffrey YasskinRevert r91623 to unbreak the buildbots.
2009-12-17 Evan ChengRemove an unused option.
2009-12-17 Chris Lattnerfinish cleaning up StructLayoutMap.
2009-12-17 Ken DyckIn LowerEXTRACT_VECTOR_ELT, force an i32 value type...
2009-12-16 Johnny ChenRenamed "tCMNZ" to "tCMNz" to be consistent with other...
2009-12-16 John McCallSilence a clang warning about the deprecated (but perfe...
2009-12-16 Jim GrosbachMark STREX* as earlyclobber for the success result...
2009-12-16 Johnny ChenAdd encoding bits for some Thumb instructions. Plus...
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-16 John McCallEvery anonymous namespace is different. Caught by...
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-12-15 Johnny ChenAdded encoding bits for the Thumb ISA. Initial checkin.
2009-12-15 Evan ChengFix an encoding bug.
2009-12-15 Kenneth UildriksFor fastcc on x86, let ECX be used as a return register...
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
next