aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Add comments about DstAlign and SrcAlign.Evan Cheng2010-04-011-2/+5
* - Avoid using floating point stores to implement memset unless the value is z...Evan Cheng2010-04-011-1/+1
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-011-3/+3
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-3/+3
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-3/+3
* finally remove the immAllOnesV_bc/immAllZerosV_bc patternsChris Lattner2010-03-281-7/+0
* add some node definitions.Chris Lattner2010-03-281-0/+8
* remove parallel support.Chris Lattner2010-03-271-1/+0
* Fix unused parameter warning.Eric Christopher2010-03-251-3/+3
* Docuemntation corrections from John Myers.Dan Gohman2010-03-251-4/+4
* add a convenient TargetInstrDesc::getNumImplicitUses/Defs method.Chris Lattner2010-03-241-0/+19
* Remove the ConvertActions table and associated code, which is unused.Dan Gohman2010-03-241-41/+0
* Revert 99335. getTypeToExpandTo's iterative behavior is actuallyDan Gohman2010-03-231-0/+21
* Remove getTypeToExpandTo, since it isn't adding much valueDan Gohman2010-03-231-21/+0
* MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...Daniel Dunbar2010-03-231-0/+11
* MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...Daniel Dunbar2010-03-231-0/+7
* MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement...Daniel Dunbar2010-03-231-0/+7
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-201-5/+5
* MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar2010-03-191-0/+6
* MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar2010-03-191-0/+4
* MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar2010-03-191-0/+10
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-191-0/+1
* use ins/outsChris Lattner2010-03-181-24/+24
* MC/AsmMatcher: Add support for target specific "instruction cleanup" functions,Daniel Dunbar2010-03-181-0/+5
* MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...Daniel Dunbar2010-03-181-2/+20
* Remove an unnecessary (and misspelled) typedef. Tweak whitespace.Bob Wilson2010-03-171-3/+3
* remove dead variable, patch by Nathan Howell!Chris Lattner2010-03-171-5/+0
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-151-0/+7
* Make default expansion for FP16 <-> FP32 nodes into libcallsAnton Korobeynikov2010-03-141-0/+2
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-132-12/+9
* give Mangler access to TargetData.Chris Lattner2010-03-121-1/+4
* finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner2010-03-121-3/+9
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-121-5/+3
* make TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-121-6/+0
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-112-2/+8
* Remove getWidenVectorType, which is no longer used.Dan Gohman2010-03-111-7/+0
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-111-8/+12
* Fix (unused) RegisterAsmBackend template, clang++ isn't happy about this.Daniel Dunbar2010-03-111-2/+3
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-0/+2
* MC: Sketch some TargetAsmBackend hooks we are going to need.Daniel Dunbar2010-03-111-0/+22
* MC: Provide the target triple to AsmBackend constructors.Daniel Dunbar2010-03-111-3/+4
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-101-1/+22
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+2
* Use Other as a sentinel instead of iAny.Chris Lattner2010-03-071-2/+2
* - Change MachineInstr::isIdenticalTo to take a new option that determines whe...Evan Cheng2010-03-031-16/+12
* Remove dead parameter passing.Bill Wendling2010-03-021-1/+1
* Use Doxygen comment syntax.Dan Gohman2010-03-011-2/+2
* Add a flag to addPassesToEmit* to disable the Verifier pass runDan Gohman2010-02-281-6/+12
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-271-7/+0
* remove a dead PatLeaf, I previously changed all uses to use -1 instead.Chris Lattner2010-02-251-1/+0