aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-251-2/+7
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-241-7/+2
* Updated version of r96634 (which was reverted due to failing 176.gcc andJim Grosbach2010-02-221-0/+11
* Fix various doxygen warnings.Dan Gohman2010-02-221-2/+2
* MC: Sketch registry support for target specific assembler backends.Daniel Dunbar2010-02-212-0/+88
* Formatting tweaks (trailing whitespace, ordering, comments).Daniel Dunbar2010-02-211-89/+91
* Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner2010-02-211-1/+1
* Revert 96634. It causes assertion failures for 126.gcc and 176.gcc inBob Wilson2010-02-191-11/+0
* Radar 7636153. In the presence of large call frames, it's not sufficientJim Grosbach2010-02-191-0/+11
* Fix a few unused parameter warnings.Eric Christopher2010-02-171-1/+1
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-168/+0
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-152-40/+25
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-121-5/+7
* refactor x86 conditional branches to use a multipatternChris Lattner2010-02-111-1/+1
* The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang2010-02-101-0/+5
* Fix "the the" and similar typos.Dan Gohman2010-02-102-2/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-093-67/+90
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-081-4/+7
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-031-23/+13