index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
NVPTX
/
NVPTXTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-6
/
+3
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-3
/
+6
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-6
/
+3
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
1
-0
/
+2
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+2
*
[NVPTX] Add an NVPTX-specific TargetTransformInfo
Jingyue Wu
2014-11-10
1
-0
/
+8
*
[NVPTX] Add NVPTXLowerStructArgs pass
Justin Holewinski
2014-11-05
1
-0
/
+2
*
[NVPTX] Directly control the Machine SSA passes that are invoked for NVPTX.
Justin Holewinski
2014-06-27
1
-0
/
+41
*
Move NVPTX subtarget dependent variables from the target machine
Eric Christopher
2014-06-27
1
-14
/
+1
*
Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.
Eric Christopher
2014-06-27
1
-1
/
+1
*
Remove caching of the target machine in NVPTXInstrInfo and
Eric Christopher
2014-06-27
1
-1
/
+1
*
Remove comment that duplicated information in the constructor
Eric Christopher
2014-06-27
1
-6
/
+6
*
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
2014-06-06
1
-1
/
+1
*
Add an optimization that does CSE in a group of similar GEPs.
Eli Bendersky
2014-05-01
1
-4
/
+17
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-8
/
+8
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...
Benjamin Kramer
2014-04-21
1
-1
/
+0
*
[NVPTX] Add preliminary intrinsics and codegen support for textures/surfaces
Justin Holewinski
2014-04-09
1
-0
/
+8
*
Optimize away unnecessary address casts.
Eli Bendersky
2014-04-03
1
-0
/
+9
*
Fix for PR19099 - NVPTX produces invalid symbol names.
Eli Bendersky
2014-03-31
1
-0
/
+3
*
Removes the NVPTXSplitBBatBar pass.
Eli Bendersky
2014-03-24
1
-2
/
+0
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
2014-01-12
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
The preferred alignment defaults to the abi alignment. Omit if it is the same.
Rafael Espindola
2013-12-16
1
-2
/
+2
*
Don't duplicate the DataLayout defaults for integer, floats and vectors.
Rafael Espindola
2013-12-16
1
-3
/
+1
*
On DataLayout, omit the default of p:64:64:64.
Rafael Espindola
2013-12-16
1
-3
/
+1
*
Refactor NVPTX's computeDataLayout.
Rafael Espindola
2013-12-14
1
-4
/
+9
*
Turn NVPTXSubtarget::getDataLayout into a static function.
Rafael Espindola
2013-12-14
1
-1
/
+11
*
[NVPTX] Blacklist TailDuplicate pass
Justin Holewinski
2013-11-11
1
-0
/
+1
*
Assert on duplicate registration. Don't depend on function pointer equality.
Rafael Espindola
2013-10-16
1
-3
/
+0
*
[NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach...
Justin Holewinski
2013-10-11
1
-2
/
+22
*
NVPTX: Don't even create a regalloc if we're not going to use it.
Benjamin Kramer
2013-05-31
1
-2
/
+7
*
[NVPTX] Re-enable support for virtual registers in the final output
Justin Holewinski
2013-05-31
1
-0
/
+27
*
Move passes from namespace llvm into anonymous namespaces. Sort includes whil...
Benjamin Kramer
2013-05-23
1
-2
/
+2
*
[NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputs
Justin Holewinski
2013-05-20
1
-0
/
+8
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-1
/
+3
*
[NVPTX] Add NVVMReflect pass to allow compile-time selection of
Justin Holewinski
2013-03-30
1
-0
/
+7
*
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-30
1
-38
/
+21
*
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-12
1
-1
/
+0
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-2
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
1
-1
/
+2
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-2
/
+1
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
[next]