Remove useless .debug_macinfo section setup.
[oota-llvm.git] / lib / Target / NVPTX /
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...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Duncan P. N. Exon... NVPTX: Use MapMetadata() instead of custom/stale/untest...
2015-01-14 Duncan P. N. Exon... NVPTX: Remove bogus remap logic for global variable...
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2015-01-07 Ahmed Bougacha[CodeGen] Use MVT iterator_ranges in legality loops...
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2014-12-17 Jingyue Wu[NVPTX] Fix bugs related to isSingleValueType
2014-12-16 Matt ArsenaultNVPTX: Remove duplicate of AsmPrinter::lowerConstant
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Rafael EspindolaThis reverts commit r224043 and r224042.
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-03 Jacques PienaarTest commit.
2014-12-03 Duncan P. N. Exon... NVPTX: Delete dead code
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-12 Jingyue WuFix broken doxygen annotations, NFC
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Jingyue WuReverts r221772 which fails tests
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Rafael EspindolaRemove a bit of dead code.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-11 Jingyue Wu[NVPTX] Remove dead code in NVPTXTargetTransformInfo...
2014-11-10 Jingyue Wu[NVPTX] Add an NVPTX-specific TargetTransformInfo
2014-11-06 Eli BenderskyClean up NVPTXLowerStructArgs.cpp. NFC
2014-11-06 Aaron BallmanFixing some -Wcast-qual warnings; NFC.
2014-11-05 Justin Holewinski[NVPTX] Add NVPTXLowerStructArgs pass
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-25 Jingyue Wu[NVPTX] aligned byte-buffers for vector return types
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-10-02 Tilmann Scheller[NVPTX] Remove dead code.
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-29 Jingyue Wu[NVPTX] Make the alignment an explicit argument to...
2014-08-26 Dylan NoblesmithRevert "NVPTX: remove another raw delete call"
2014-08-25 Dylan NoblesmithNVPTX: remove another raw delete call
2014-08-25 Dylan NoblesmithNVPTX: remove raw delete call
2014-08-19 Duncan P. N. Exon... NVPTX: Use RAUW instead of reinventing the wheel
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Hal Finkel[NVPTX] Remove MemIntrinsicSDNode/MemSDNode duplicate...
2014-08-11 Sylvestre LedruFix typos:
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Aaron BallmanImprove some const-correctness to remove a -Wcast-qual...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-31 Aaron BallmanFixing a -Wcast-qual warning in GCC. No functional...
2014-07-23 Justin Holewinski[NVPTX] Silence a GCC warning found by the buildbots
2014-07-23 Justin Holewinski[NVPTX] mul.wide generation works for any smaller integ...
2014-07-23 Justin Holewinski[NVPTX] Make sure we do not generate MULWIDE ISD nodes...
2014-07-18 Tim NorthoverNVPTX: support fpext/fptrunc to and from f16.
2014-07-18 Tim NorthoverNVPTX: support direct f16 <-> f64 conversions via intri...
2014-07-17 Justin Holewinski[NVPTX] Improve handling of FP fusion
next