Don't attempt to simplify an non-affine IV expression if it can't
[oota-llvm.git] / lib / Target /
2009-06-03 Mike StumpMake the buildbot see green (to make it easier to spot...
2009-06-03 Dan GohmanRemove unnecessary #includes.
2009-06-03 Sanjiv GuptaEmit file directives correctly in case of a .bc is...
2009-06-03 Sanjiv GuptaFrameIndex could be used as a value (addressof (arg...
2009-06-03 Sanjiv GuptaFixed a bug in which signed comparisons were being...
2009-06-03 Duncan SandsAvoid a warning "'U' might be used uninitialized in
2009-06-03 Evan ChengTemporarily revert 72756 for now.
2009-06-03 Evan ChengFold preceding / trailing base inc / dec into the singl...
2009-06-03 Dan GohmanRevert r72734. The Darwin assembler doesn't support...
2009-06-02 Evan ChengOn Darwin x86_64 small code model doesn't guarantee...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenAdd missing file.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-06-01 Dale JohannesenComment grammaro/clarification.
2009-06-01 Dale JohannesenTrailing whitespace.
2009-06-01 Anton KorobeynikovImplement review feedback. Make thumb2 'normal' subtarg...
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-06-01 Anton KorobeynikovDo not emit "generic" CPU string. This fixes PR4291.
2009-05-31 Dan GohmanFix a grammaro and clarify a comment.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-30 Evan Cheng(i64 (zext (srl GR32 8))) -> movzbl AH is not safe...
2009-05-30 Bill WendlingUntabification.
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff
2009-05-29 Evan ChengMore h-registers tricks: folding zext nodes.
2009-05-28 Bill WendlingThe MONITOR and MWAIT instructions have insufficient...
2009-05-28 Evan ChengFix MOVMSKPDrr encoding.
2009-05-28 Evan ChengFix PSIGND encoding bug. Patch by Sean Callanan.
2009-05-28 Sanjiv GuptaEmit debug info for locals with proper scope.
2009-05-28 Sanjiv GuptaMark the branch insns correctly.
2009-05-28 Sanjiv GuptaFixing problems that got exposed after the refactoring...
2009-05-28 Eli FriedmanReturn the operand rather than a null SDValue when...
2009-05-28 Jeffrey YasskinThis patch brings the list of attributes in CPPBackend...
2009-05-28 Bill Wendling"The instructions MMX_PSADBWrm and MMX_PSADBWrr have...
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-27 Eli FriedmanGer rid of some dead code.
2009-05-27 Evan ChengFix sfence jit encoding. Patch by Sean Callanan.
2009-05-27 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
2009-05-27 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-26 Daniel DunbarBack out r72431, it is causing a number of compilation...
2009-05-26 Stefanus Du ToitUpdate CPU capabilities for AMD machines
2009-05-26 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-25 Chris Lattneradd some late optimizations that GCC does. It thinks...
2009-05-25 Chris Lattnerfix typo
2009-05-25 Chris Lattnerwe should eventually add -march=atom and the new atom...
2009-05-24 Eli FriedmanMake the PPC backend use a legal type for the operands...
2009-05-23 Eli FriedmanMake the X86 backend mark EXTRACT_SUBVECTOR as Expand...
2009-05-23 Anton KorobeynikovAdd ARMv7 architecture, Cortex processors and different...
2009-05-23 Anton KorobeynikovEmit ARM Build Attributes
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-23 Eli FriedmanMake the x86 backend custom-lower UINT_TO_FP and FP_TO_...
2009-05-22 Oscar FuentesCMake: Use libpthread in tblgen when needed. Updated...
2009-05-22 Bob WilsonOnly 64-bit targets support TImode libcalls. Disable...
2009-05-22 Sanjiv GuptaEmit debug information for globals (which include autom...
2009-05-20 Bob WilsonMinor formatting fixes.
2009-05-20 Evan ChengTry again. Allow call to immediate address for ELF...
2009-05-20 Evan ChengCannot use immediate as call absolute target in PIC...
2009-05-19 Bob WilsonFix pr4227: Handle large immediate values in inline...
2009-05-19 Bob WilsonFollow up on new support for memory operands in ARM...
2009-05-19 Bob WilsonFix pr4058 and pr4059. Do not split i64 or double...
2009-05-19 Bob WilsonFix pr4091: Add support for "m" constraint in ARM inlin...
2009-05-19 Dale JohannesenSpacing fix.
2009-05-18 Dale JohannesenAdd OpSize to 16-bit ADC and SBB.
2009-05-18 Bob WilsonFix pr4202: Disable CodePlacementOpt for ARM. The...
2009-05-18 Dale JohannesenFill in the missing patterns for ADC and SBB.
2009-05-17 Anton KorobeynikovMark rotl/rotr as expand. This generates pretty ugly...
2009-05-17 Anton KorobeynikovTypo
2009-05-16 Jakob Stoklund OlesenFix a missing def-flag on a Mips epilogue load.
2009-05-16 Jakob Stoklund OlesenRemember to set def-flag on register loaded from stack...
2009-05-14 Mike StumpReflow to fit 80-col.
2009-05-14 Mike StumpReflow to fit 80-col.
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2009-05-13 Jim GrosbachSpelling correction s/builting/builtin/ and remove...
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-13 Sanjiv GuptaRun through the list of globals once and sectionize...
2009-05-13 Dale JohannesenAdd an int64_t variant of abs, for host environments
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-12 Jim Grosbachcorrect register class for tADDspi to GPR since the...
2009-05-12 Bill WendlingMore MSVC fixes -- class/struct conflicts.
2009-05-12 Evan Cheng80 col violations.
2009-05-12 Bob WilsonFix up a few minor typos in comments.
2009-05-12 Bob WilsonFix 80-col violations and remove trailing whitespace...
2009-05-12 Sanjiv GuptaIterate over globals once and sectionize them into...
2009-05-12 Sanjiv GuptaWe do not need to create a label for external defs...
2009-05-12 Sanjiv GuptaMark mayLoad, mayStore for insns correctly and use...
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-12 Evan ChengAvoid unneeded SIB byte encoding. Patch by Zoltan Varga.
2009-05-11 Jay FoadDon't #include DerivedTypes.h from TargetData.h.
2009-05-11 Dan GohmanFix two wording errors that Duncan spotted.
2009-05-11 Dan GohmanLLVM has unaligned loads and stores now.
2009-05-11 Dan GohmanUpgrade this example to new-style syntax.
2009-05-11 Dan GohmanConvert a subtract into a negate and an add when it...
2009-05-11 Chris Lattnerremove some done things: we have nocapture and SROA...
2009-05-11 Chris Lattneradd a note
2009-05-11 Jay FoadChange TargetData::getIntPtrType() to return an Integer...
2009-05-11 Sanjiv GuptaFix more naming issues.
2009-05-11 Sanjiv GuptaDetect calls to compiler intrinsics and emit an extern...
2009-05-10 Sanjiv GuptaModule iterator contains list of filescope functions...
2009-05-10 Anton KorobeynikovAdd imm-reg and imm-mem patters for cmp on msp430
2009-05-10 Sanjiv GuptaChanged lowering and asmprinter to use ABI Names class...
next