Fix broken build
[oota-llvm.git] / lib / Target / NVPTX /
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.
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Gautam Chakrabarti[NVPTX] Fix emitting aggregate parameters
2014-01-27 Gautam Chakrabartitest commit: add minor comment
2014-01-24 Alp TokerFix known typos
2014-01-21 Justin Holewinski[NVPTX] Add missing patterns for div.approx with immedi...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Rafael EspindolaDon't duplicate the DataLayout defaults for integer...
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-14 Rafael EspindolaRefactor NVPTX's computeDataLayout.
2013-12-14 Rafael EspindolaTurn NVPTXSubtarget::getDataLayout into a static function.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-10 NAKAMURA TakumiAdd proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-07 Rafael EspindolaRemove the notion of primitive types.
2013-12-05 Justin Holewinski[NVPTX] Fix off-by-one error when creating the VT list...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 Rafael EspindolaDon't set PrivateGlobalPrefix for NVPTX and R600.
2013-12-02 Rafael EspindolaDon't set PrivateGlobalPrefix twice in the same function.
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-12-02 Rafael EspindolaRemove dead declarations.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Justin Holewinski[NVPTX] Fix handling of indirect calls
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-11 Justin Holewinski[NVPTX] Properly handle bitcast ConstantExpr when check...
2013-11-11 Justin Holewinski[NVPTX] Fix logic error in loading vector parameters...
2013-11-11 Justin Holewinski[NVPTX] Blacklist TailDuplicate pass
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-27 Benjamin KramerNVPTX: Remove unused globals.
2013-10-18 Nadav RotemMark some command line flags as hidden
2013-10-16 Rafael EspindolaAssert on duplicate registration. Don't depend on funct...
2013-10-11 Justin Holewinski[NVPTX] Switch from StrongPHIElimination to PHIEliminat...
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-19 Justin Holewinski[NVPTX] Support constant vector globals
2013-08-24 Justin Holewinski[NVPTX] Re-enable assembly printing support for inline...
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-06 Justin Holewinski[NVPTX] We dont have any target specific flags yet...
2013-08-06 Justin Holewinski[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
next