[X86][ELF] Correct relocation for DWARF TLS references
[oota-llvm.git] / lib / Target / NVPTX /
2014-07-17 Justin Holewinski[NVPTX] Add missing .v4 qualifier on vector store instr...
2014-07-17 Justin Holewinski[NVPTX] Flag surface/texture query instructions with...
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-16 Justin Holewinski[NVPTX] Honor alignment on vector loads/stores
2014-07-16 Justin Holewinski[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-14 NAKAMURA TakumiNVPTX/LLVMBuild.txt: Add "Scalar" to required_libraries...
2014-07-03 Chandler Carruth[codegen,aarch64] Add a target hook to the code generat...
2014-06-27 Justin Holewinski[NVPTX] Use GreatestCommonDivisor64 from MathExtras...
2014-06-27 Justin Holewinski[NVPTX] Add reflect intrinsic (better than matching...
2014-06-27 Justin Holewinski[NVPTX] Handle all possible vector types in getSetCCRes...
2014-06-27 Justin Holewinski[NVPTX] Add 'b' asm constraint
2014-06-27 Justin Holewinski[NVPTX] Simplify some argument lowering logic
2014-06-27 Justin Holewinski[NVPTX] Do not process samplers in GenericToNVVM
2014-06-27 Justin Holewinski[NVPTX] Error out if initializer is given for variable...
2014-06-27 Justin Holewinski[NVPTX] Add support for .managed variables for UVM
2014-06-27 Justin Holewinski[NVPTX] Emit .weak linkage for link_once, weak, availab...
2014-06-27 Justin Holewinski[NVPTX] Variables that start with llvm. or nvvm. are...
2014-06-27 Justin Holewinski[NVPTX] Fix handling of ldg/ldu intrinsics.
2014-06-27 Justin Holewinski[NVPTX] Clean up argument lowering code and properly...
2014-06-27 Justin Holewinski[NVPTX] Add missing boolean vector contents flag
2014-06-27 Justin Holewinski[NVPTX] Add support for [SHL,SRA,SRL]_PARTS
2014-06-27 Justin Holewinski[NVPTX] Implement fma and imad contraction as target...
2014-06-27 Justin Holewinski[NVPTX] Add support for efficient rotate instructions...
2014-06-27 Justin Holewinski[NVPTX] Add missing isel patterns for 64-bit atomics
2014-06-27 Justin Holewinski[NVPTX] Add isel patterns for bit-field extract (bfe)
2014-06-27 Justin Holewinski[NVPTX] Add support for isspacep instruction
2014-06-27 Justin Holewinski[NVPTX] Add support for envreg reads
2014-06-27 Justin Holewinski[NVPTX] Add target options for PTX 3.2/4.0 and SM 5...
2014-06-27 Justin Holewinski[NVPTX] Update sub-target feature detection
2014-06-27 Justin Holewinski[NVPTX] Directly control the Machine SSA passes that...
2014-06-27 Justin Holewinski[NVPTX] Emit .weak when linkage is not external, intern...
2014-06-27 Justin Holewinski[NVPTX] Just use getTypeAllocSize() when computing...
2014-06-27 Eric ChristopherMove NVPTX subtarget dependent variables from the targe...
2014-06-27 Eric ChristopherUse the target lowering we can get off of the DAG rathe...
2014-06-27 Eric ChristopherMove the constructor for NVPTXFrameLowering into the...
2014-06-27 Eric ChristopherRemove unnecessary caching of the TargetMachine on...
2014-06-27 Eric ChristopherRework the logic for setting the TargetName. This appea...
2014-06-27 Eric ChristopherRemove caching of the target machine in NVPTXInstrInfo and
2014-06-27 Eric ChristopherRemove comment that duplicated information in the const...
2014-06-27 Eric ChristopherRemove commented out code.
2014-06-27 Eric ChristopherRemove extraneous parens and extraneous const cast...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-07 Alp TokerFix typos
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-31 Alp TokerUpdate a couple of header inclusion guards
2014-05-23 Jingyue WuTest commit.
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-30 Craig TopperDe-virtualize or remove some methods that have no overr...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperReplace std::vector with SmallVector for some small...
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Fix two headers where we included a standard...
2014-04-22 Chandler Carruth[cleanup] Fix another place where we were including...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 Chandler Carruth[Modules] Consolidate the DEBUG_TYPE defines in NVPTX...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-04-09 Justin Holewinski[NVPTX] Add support for addrspacecast in global variabl...
2014-04-09 Justin Holewinski[NVPTX] Add query support for read-write images and...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-03 Eli BenderskyOptimize away unnecessary address casts.
2014-03-31 Matt ArsenaultChange shouldSplitVectorElementType to better match...
2014-03-31 Eli BenderskyPR19099 - revert r203483
2014-03-31 Eli BenderskyFix for PR19099 - NVPTX produces invalid symbol names.
2014-03-24 Eli BenderskyRemoves the NVPTXSplitBBatBar pass.
2014-03-24 Justin Holewinski[NVPTX] Add isel patterns for addrspacecast
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-10 Eli BenderskyMake sure NVPTX doesn't emit symbol names that aren...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-07 Eli BenderskyRemove unused method declaration
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables.
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
next