summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Remove dead argument.Rafael Espindola2013-11-27
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* Whitespace.NAKAMURA Takumi2013-11-21
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-09
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* 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