[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.
[oota-llvm.git] / lib / Target / NVPTX /
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 Eric ChristopherFix a [-Werror,-Winconsistent-missing-override] problem...
2015-04-28 Justin Holewinski[NVPTX] Handle addrspacecast constant expressions in...
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-24 Jingyue WuResurrect r235688
2015-04-24 Jingyue WuRevert r235688
2015-04-24 Jingyue Wu[NVPTX] Emits "generic()" depending on the original...
2015-04-24 Jingyue Wu[NVPTX] enable NaryReassociate in NVPTX
2015-04-23 Jingyue Wu[NVPTX] run SeparateConstOffsetFromGEP before SLSR
2015-04-21 Jingyue Wu[NVPTX] do not run DCE after SLSR and SeparateConstOffs...
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations...
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the NVPTX...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 Justin Holewinski[NVPTX] Associate a minimum PTX version for each SM...
2015-03-30 Duncan P. N. Exon... CodeGen: Use the new DebugLoc API, NFC
2015-03-30 Justin Holewinski[NVPTX] Add options for PTX 4.1/4.2 and SM 3.2/3.7...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-28 Akira HatanakaDelete MCInstPrinter::AvailableFeatures.
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-24 Andrew KaylorDisabling warnings for MSVC build to enable /W4 use.
2015-03-24 David BlaikieOpaque Pointer Types: GEP API migrations to specify...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Eli BenderskySimplify boolean expressions with true and false using...
2015-03-21 Eric ChristopherRemove the target independent TargetMachine::getSubtarg...
2015-03-21 Eric ChristopherSimplify the query for a subtarget in the NVPTX pass...
2015-03-19 Artem BelevichAdd support for __nvvm_reflect changes in libdevice...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
2015-03-14 David Blaikie[opaque pointer type] more gep API migration
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-12 Jingyue Wu[NVPTXAsmPrinter] do not print .align on function headers
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Benjamin KramerDon't use LLVM_LIBRARY_VISIBILITY in cpp files.
2015-03-10 Benjamin KramerNVPTX: move NVPTXAllocaHoisting into the cpp file
2015-03-10 Benjamin KramerNVPTX: Remove copy of LLVMInitializeNVPTXAsmPrinter.
2015-03-10 Rafael EspindolaRemove incredibly confusing isBaseAddressKnownZero.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2015-03-09 Rafael EspindolaDelete dead code. NFC.
2015-03-09 Benjamin KramerMove unreferenced passes into the cpp file
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-02 Paul RobinsonRemove useless .debug_macinfo section setup.
2015-03-02 Benjamin KramerNVPTX: Remove dead code.
2015-02-28 Benjamin KramerConvert push_back loops into append calls.
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-19 Eric ChristopherAvoid using a self-referential initializer and fix...
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2015-02-19 Eric ChristopherRemove all use of getDrvInterface off of NVPTXSubtarget...
2015-02-19 Eric ChristopherMigrate the NVPTX backend asm printer to a per function...
2015-02-14 Duncan P. N. Exon... NVPTX: Canonicalize access to function attributes, NFC
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-03 Jingyue WuAdd straight-line strength reduction to LLVM
2015-02-03 Jingyue WuRemove usernames from TODOs, NFC
2015-02-02 Jingyue WuResurrect the assertion removed by r227717
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-30 Eric ChristopherMigrate a bare getSubtarget call to query the MachineFu...
2015-01-30 Eric ChristopherMigrate NVPTXISelLowering to take the subtarget that...
2015-01-30 Eric ChristopherRemove unused argument.
2015-01-30 Eric ChristopherMigrate NVPTXISelDAGToDAG's getSubtarget to a runOnMach...
2015-01-28 Chandler Carruth[LPM] Stop using the string based preservation API...
2015-01-26 Justin Holewinski[NVPTX] Generate a more optimal sequence for select...
2015-01-26 Justin Holewinski[NVPTX] Handle floating-point conversion patterns that...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-14 NAKAMURA TakumiUpdate libdeps in NVPTXCodeGen, since r225944.
2015-01-14 Olivier SallenaveOverride the TLI callback enableAggressiveFMAFusion...
next