Remove more special cases from LegalizeDAG.
[oota-llvm.git] / lib / Target /
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...
2009-05-09 Eli FriedmanRemove a completed optimization. Add a potential optim...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-09 Sanjiv GuptaUse 16 bit arithmetic while retrieving the address...
2009-05-08 Evan ChengPPC::B and PPC::BCC's target operand may be an immediate.
2009-05-08 Anton KorobeynikovFactor out cycle-finder code and make it generic.
2009-05-08 Anton KorobeynikovAllow 8 bit select in custom inserter
2009-05-08 Anton KorobeynikovExpand UREM / SREM into libcalls
2009-05-08 Anton KorobeynikovAdd 8 bit select
2009-05-08 Chris LattnerFix PR4152: asm constraint validation happens before...
2009-05-08 Evan ChengOptimize code placement in loop to eliminate unconditio...
2009-05-08 Nick LewyckyAdd missing #include for "strlen" which is used inline...
2009-05-08 Sanjiv GuptaMoved pic16 naming functions to correct place.
2009-05-07 Evan ChengEliminate compiler warnings.
2009-05-06 Oscar FuentesCMake: Updated lib/Target/PIC16/CMakeLists.txt.
2009-05-06 Dale JohannesenUse X86AddrNumOperands instead of magic constant one
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-05-05 Chris LattnerAdd basic support for code generation of
2009-05-05 Evan ChengRevert part of 70929 that has to do with determining...
2009-05-05 Evan ChengMove getInstrOperandRegClass from the scheduler to...
2009-05-04 Evan Cheng- Avoid the longer SIB encoding on x86_64 when it's...
2009-05-04 Dan GohmanX86FastISel doesn't support the -tailcallopt ABI.
2009-05-04 Anton KorobeynikovFix code emission for conditional branches.
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Anton KorobeynikovHandle implicit zext in a better way. Shamelessly stole...
2009-05-03 Anton KorobeynikovUpdate due to mainline API change
2009-05-03 Anton KorobeynikovAdd TODO list :)
2009-05-03 Anton KorobeynikovMake handling of conditional stuff much more straightfo...
2009-05-03 Anton KorobeynikovTemporary disable imm patterns for cmp. Actually, all...
2009-05-03 Anton KorobeynikovExpand divisions into libcalls
2009-05-03 Anton KorobeynikovCustom lower SIGN_EXTEND
2009-05-03 Anton KorobeynikovSome eye-candy
2009-05-03 Anton KorobeynikovPrint function header / footer
2009-05-03 Anton KorobeynikovFix printing: je => jeq
2009-05-03 Anton KorobeynikovAdd 8bit shifts
2009-05-03 Anton KorobeynikovHandle logical shift right (at least I hope so :) )
2009-05-03 Anton KorobeynikovHandle anyext
2009-05-03 Anton KorobeynikovExpand all sorts of indirect branches
next