aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* If the type legalizer actually legalized anythingDuncan Sands2008-11-241-4/+2
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-244-0/+1572
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-231-14/+16
* Implement ComputeLatency for MachineInstr ScheduleDAGs. FactorDan Gohman2008-11-211-0/+18
* Delete redundant inline keywords.Dan Gohman2008-11-201-3/+3
* Doxygenate comments.Dan Gohman2008-11-201-30/+26
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-181-3/+5
* Extend InlineAsm::C_Register to allow multiple specific registersDale Johannesen2008-11-131-2/+2
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-101-6/+6
* Jump tables may be emitted by target.Evan Cheng2008-11-071-0/+4
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-051-5/+6
* For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng2008-11-041-0/+5
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-033-6/+4
* Added interface to allow clients to create a MemIntrinsicNode forMon P Wang2008-11-011-1/+22
* Revert errant deletion. The target needs to be able to specify that it doesn'...Jim Grosbach2008-10-301-0/+3
* Add initial support for vector widening. Logic is set to widen for X86.Mon P Wang2008-10-301-2/+12
* This is not needed anymore.Evan Cheng2008-10-291-9/+0
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-281-0/+9
* For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng2008-10-271-1/+7
* Return something (i.e. NULL) from an unimplemented virtual function.Oscar Fuentes2008-10-261-0/+1
* Add storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlot|Addr} descriptions.Evan Cheng2008-10-251-0/+17
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-251-0/+8
* This forward declaration is unnecessary.Evan Cheng2008-10-201-1/+0
* Teach getTypeToTransformTo to return somethingDuncan Sands2008-10-201-4/+5
* Fix a typo in a comment.Dan Gohman2008-10-201-1/+1
* Fix typo in a comment.Matthijs Kooijman2008-10-201-1/+1
* Remove another stale comment.Matthijs Kooijman2008-10-201-3/+1
* Remove an inappropriate (probably outdated) comment.Matthijs Kooijman2008-10-201-3/+1
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-181-0/+5
* Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng2008-10-171-5/+19
* Keep track of *which* input constraint matches an outputChris Lattner2008-10-171-3/+3
* add an assert so that PR2356 explodes instead of running off anChris Lattner2008-10-171-0/+10
* Trim #includes.Dan Gohman2008-10-161-1/+0
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-161-5/+5
* - Add target lowering hooks that specify which setcc conditions are illegal,Evan Cheng2008-10-151-0/+37
* FastISel support for exception-handling constructs.Dan Gohman2008-10-141-1/+6
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-18/+18
* Clarify meaning of copyRegToReg's return value.Evan Cheng2008-10-131-1/+3
* (re)Put const weak strings in appropriate section on Darwin.Dale Johannesen2008-10-081-0/+1
* Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson2008-10-071-0/+4
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-011-4/+0
* Implement the -fno-builtin option in the front-end, not in the back-end.Bill Wendling2008-10-011-2/+1
* Add the new `-no-builtin' flag. This flag is meant to mimic the GCCBill Wendling2008-09-301-1/+2
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-261-3/+3
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-253-2/+4
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-253-4/+2
* Enable DeadMachineInstructionElim when Fast-ISel is enabled.Dan Gohman2008-09-251-0/+6
* Refactor the code that adds standard LLVM codegen passes intoDan Gohman2008-09-251-1/+7
* Finally get rid of virtual inheritance in TAIAnton Korobeynikov2008-09-242-2/+2
* Use crazy template-based inheritance instead of virtual one.Anton Korobeynikov2008-09-241-0/+2