summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXTargetMachine.cpp
Commit message (Expand)AuthorAge
* [NVPTX] Directly control the Machine SSA passes that are invoked for NVPTX.Justin Holewinski2014-06-27
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-27
* Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher2014-06-27
* Remove caching of the target machine in NVPTXInstrInfo andEric Christopher2014-06-27
* Remove comment that duplicated information in the constructorEric Christopher2014-06-27
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-01
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-21
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-09
* Optimize away unnecessary address casts.Eli Bendersky2014-04-03
* Fix for PR19099 - NVPTX produces invalid symbol names.Eli Bendersky2014-03-31
* Removes the NVPTXSplitBBatBar pass.Eli Bendersky2014-03-24
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Don't duplicate the DataLayout defaults for integer, floats and vectors.Rafael Espindola2013-12-16
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* Refactor NVPTX's computeDataLayout.Rafael Espindola2013-12-14
* Turn NVPTXSubtarget::getDataLayout into a static function.Rafael Espindola2013-12-14
* [NVPTX] Blacklist TailDuplicate passJustin Holewinski2013-11-11
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-16
* [NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach...Justin Holewinski2013-10-11
* NVPTX: Don't even create a regalloc if we're not going to use it.Benjamin Kramer2013-05-31
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-31
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-20
* Remove the MachineMove class.Rafael Espindola2013-05-13
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-30
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-30
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove duplicate includes.Roman Divacky2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04