summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
...
* 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
* Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick2013-06-15
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-10
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-27
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Create an FPOW SDNode opcode def in the target independent .td file rather th...Owen Anderson2013-05-22
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-16
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...Stephen Lin2013-04-21
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-18
* Fix comment spacing.Chad Rosier2013-04-18
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-07
* Add a comment to TargetInstrInfo about FoldImmediateHal Finkel2013-04-06
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-05
* Clean up some confusing language, and use more realistic examples.Jakob Stoklund Olesen2013-04-05
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-15
* Add a new method which enables one to change register classes.Reed Kotler2013-03-14
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-14
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Reset some of the target options which affect code generation.Bill Wendling2013-03-13
* Add more functions to the TLI.Meador Inge2013-03-05
* Fix PR10475Michael Liao2013-03-01
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21