aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Merging r195491:Bill Wendling2013-11-251-1/+5
* Merging r195339:Bill Wendling2013-11-211-5/+1
* Merging r195317:Bill Wendling2013-11-211-1/+5
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-171-0/+17
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-151-0/+11
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+5
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-1/+6
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-091-0/+6
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-081-2/+2
* Convert comments to documentation comments (// -> ///)Dmitri Gribenko2013-11-051-9/+10
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-031-0/+12
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-313-1/+28
* Update commentMatt Arsenault2013-10-291-2/+2
* Workaround MSVC 32-bit miscompile of getCondCodeAction.Matt Arsenault2013-10-291-15/+13
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-292-8/+5
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-231-2/+6
* Remove unused TargetLowering field.Matt Arsenault2013-10-211-4/+0
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-211-3/+7
* [projects/test-suite] White space and long line fixes.Jack Carter2013-10-171-10/+14
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-141-0/+20
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-111-0/+29
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-111-29/+0
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-111-0/+29
* test commitSriram Murali2013-10-101-2/+4
* Fix grammar / missing wordsMatt Arsenault2013-10-101-2/+3
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-301-0/+2
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-281-1/+1
* Added temp flag -misched-bench for staging in default changes.Andrew Trick2013-09-261-0/+3
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-251-0/+9
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-0/+11
* Added MachineSchedPolicy.Andrew Trick2013-09-061-0/+11
* mi-sched: Load clustering is a bit to expensive to enable unconditionally.Andrew Trick2013-09-041-0/+2
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-0/+2
* Add useAA() to TargetSubtargetInfoHal Finkel2013-08-291-0/+4
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-261-2/+4
* PrintVRegOrUnitAndrew Trick2013-08-231-0/+16
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-231-0/+6
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-221-1/+6
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-202-0/+13
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-162-1/+14
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-162-1/+17
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-162-1/+15
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-131-3/+6
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-0/+14
* Add a overload to CostTable which allows it to infer the size of the table.Benjamin Kramer2013-08-091-9/+26
* Add ISD::FROUND for libm round()Hal Finkel2013-08-072-0/+2
* Refactor isInTailCallPosition handlingTim Northover2013-08-061-0/+9
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-051-0/+7
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-6/+1
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-011-3/+3