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
...
*
Roll forward r242871
Jingyue Wu
2015-07-29
1
-1
/
+0
*
Temporarily revert r242871
Jingyue Wu
2015-07-29
1
-0
/
+1
*
[NVPTX] run LSR before straight-line optimizations
Jingyue Wu
2015-07-23
1
-5
/
+32
*
[BranchFolding] do not iterate the aliases of virtual registers
Jingyue Wu
2015-07-22
1
-1
/
+0
*
[NVPTX] enable SpeculativeExecution in NVPTX
Jingyue Wu
2015-07-16
1
-0
/
+1
*
Correct lowering of memmove in NVPTX
Eli Bendersky
2015-07-16
1
-8
/
+10
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
1
-2
/
+3
*
[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
Jingyue Wu
2015-07-01
1
-2
/
+4
*
Add NVPTXPeephole pass to reduce unnecessary address cast
Jingyue Wu
2015-06-24
1
-0
/
+2
*
Add NVPTXLowerAlloca pass to convert alloca'ed memory to local address
Jingyue Wu
2015-06-17
1
-4
/
+5
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-11
/
+13
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-1
/
+1
*
[NVPTX] run SROA after NVPTXFavorNonGenericAddrSpaces
Jingyue Wu
2015-06-09
1
-0
/
+5
*
[NVPTX] roll forward r239082
Jingyue Wu
2015-06-04
1
-2
/
+3
*
Revert r239082
Jingyue Wu
2015-06-04
1
-3
/
+2
*
[NVPTX] kernel pointer arguments point to the global address space
Jingyue Wu
2015-06-04
1
-2
/
+3
*
[NaryReassociate] Run EarlyCSE after NaryReassociate
Jingyue Wu
2015-05-28
1
-0
/
+3
*
Resurrect r235688
Jingyue Wu
2015-04-24
1
-0
/
+2
*
Revert r235688
Jingyue Wu
2015-04-24
1
-2
/
+0
*
[NVPTX] enable NaryReassociate in NVPTX
Jingyue Wu
2015-04-24
1
-0
/
+2
*
[NVPTX] run SeparateConstOffsetFromGEP before SLSR
Jingyue Wu
2015-04-23
1
-4
/
+6
*
[NVPTX] do not run DCE after SLSR and SeparateConstOffsetFromGEP
Jingyue Wu
2015-04-21
1
-10
/
+4
*
Simplify the query for a subtarget in the NVPTX pass manager.
Eric Christopher
2015-03-21
1
-2
/
+1
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-3
/
+4
*
NVPTX: move NVPTXAllocaHoisting into the cpp file
Benjamin Kramer
2015-03-10
1
-0
/
+2
*
Remove all use of is64bit off of NVPTXSubtarget and clean up code
Eric Christopher
2015-02-19
1
-1
/
+1
*
Migrate the NVPTX backend asm printer to a per function subtarget.
Eric Christopher
2015-02-19
1
-3
/
+6
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Add straight-line strength reduction to LLVM
Jingyue Wu
2015-02-03
1
-0
/
+1
*
[multiversion] Switch all of the targets over to use the
Chandler Carruth
2015-02-01
1
-2
/
+3
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-2
/
+3
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-4
/
+0
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-0
/
+12
*
[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
[prev]
[next]