summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-04
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-21
* Group the scheduling functions together.Eric Christopher2014-05-21
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Move the function and data section flags into the options struct andEric Christopher2014-05-20
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-20
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: add support to build CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-17
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Remove the Options query functions and just access our Options directly.Eric Christopher2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* Remove unused functions setting MCOptions from TargetMachine.Eric Christopher2014-05-15
* Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher2014-05-15
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Remove MCUseCFI from TargetMachine.Rafael Espindola2014-05-12
* Pass the value type to TLI::getRegisterByNameHal Finkel2014-05-11
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-08
* Implememting named register intrinsicsRenato Golin2014-05-06
* Fix typo (also tab character).Eric Christopher2014-05-05
* [ARM64] Prevent bit extraction to be adjusted by following shiftWeiming Zhao2014-04-30
* Fix commentJoerg Sonnenberger2014-04-28
* DAGCombiner: Turn divs of vector splats into vectorized multiplications.Benjamin Kramer2014-04-26
* Revert r206749 till a final decision about the intrinsics is made.Michael Zolotukhin2014-04-26
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* ARM64: Combine shifts and uses from different basic block to bit-extract inst...Yi Jiang2014-04-21
* Reapply r206732. This time without optimization of branches.Michael Zolotukhin2014-04-21
* Revert r206732 which is causing llc to crash on most of the build bots.Chandler Carruth2014-04-21
* Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,Michael Zolotukhin2014-04-21
* Patch by Vadim ChugunovYaron Keren2014-04-19
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Make doxygen comment match the declaration.Benjamin Kramer2014-04-11
* SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizerTom Stellard2014-04-11
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* Add DAG parameter to ComputeNumSignBitsForTargetNodeMatt Arsenault2014-04-04
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Simplify resolveFrameIndex() signature.Jim Grosbach2014-04-02
* Add helpers for checking if a value is a target boolean constant.Matt Arsenault2014-04-01
* Change shouldSplitVectorElementType to better match the description.Matt Arsenault2014-03-31
* Add a TLI hook to control when BUILD_VECTOR might be expanded using shufflesHal Finkel2014-03-31
* ARM64: initial backend importTim Northover2014-03-29