summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-30
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-28
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-26
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-25
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Added MachineSchedPolicy.Andrew Trick2013-09-06
* mi-sched: Load clustering is a bit to expensive to enable unconditionally.Andrew Trick2013-09-04
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-04
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-29
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* PrintVRegOrUnitAndrew Trick2013-08-23
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-23
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-20
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-16
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-16
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-16
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-13
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* Add a overload to CostTable which allows it to infer the size of the table.Benjamin Kramer2013-08-09
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* Refactor isInTailCallPosition handlingTim Northover2013-08-06
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-01
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-29
* Fix a comment cut-&-pasto.Richard Sandiford2013-07-25
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-23
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-16
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.Michael Gottesman2013-07-11
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-05
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-05
* Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...Michael Gottesman2013-07-03
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-02
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* TableGen: Generate a function for getting operand indices based on their defi...Tom Stellard2013-06-25
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Remove static, because it was messing everything up.Bill Wendling2013-06-20
* Make the '==' operator inline.Bill Wendling2013-06-19
* Make this static inline to avoid duplicates.Bill Wendling2013-06-19
* Make the comparison operators non-member functions.Bill Wendling2013-06-19
* Add operator!= as the compliment to operator==. This is for a future change.Bill Wendling2013-06-19
* Directly access objects which may change during compilation.Bill Wendling2013-06-17
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16