summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Convert comments to documentation comments (// -> ///)Dmitri Gribenko2013-11-05
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-03
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-31
* Update commentMatt Arsenault2013-10-29
* Workaround MSVC 32-bit miscompile of getCondCodeAction.Matt Arsenault2013-10-29
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-23
* Remove unused TargetLowering field.Matt Arsenault2013-10-21
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-21
* [projects/test-suite] White space and long line fixes.Jack Carter2013-10-17
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-14
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-11
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-11
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-11
* test commitSriram Murali2013-10-10
* Fix grammar / missing wordsMatt Arsenault2013-10-10
* 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