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
/
NVPTXAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-4
/
+1
*
Revert "NVPTX: remove another raw delete call"
Dylan Noblesmith
2014-08-26
1
-1
/
+3
*
NVPTX: remove another raw delete call
Dylan Noblesmith
2014-08-25
1
-3
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-17
/
+20
*
[NVPTX] Add more surface/texture intrinsics, including CUDA unified texture f...
Justin Holewinski
2014-07-17
1
-217
/
+15
*
[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
Justin Holewinski
2014-07-16
1
-2
/
+2
*
[NVPTX] Error out if initializer is given for variable in an address space th...
Justin Holewinski
2014-06-27
1
-7
/
+18
*
[NVPTX] Add support for .managed variables for UVM
Justin Holewinski
2014-06-27
1
-0
/
+5
*
[NVPTX] Emit .weak linkage for link_once, weak, available_externally, and com...
Justin Holewinski
2014-06-27
1
-0
/
+4
*
[NVPTX] Variables that start with llvm. or nvvm. are reserved and should not ...
Justin Holewinski
2014-06-27
1
-0
/
+5
*
[NVPTX] Emit .weak when linkage is not external, internal, or private
Justin Holewinski
2014-06-27
1
-0
/
+7
*
[NVPTX] Just use getTypeAllocSize() when computing return value size for stru...
Justin Holewinski
2014-06-27
1
-17
/
+1
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-3
/
+3
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-9
/
+9
*
[NVPTX] Add preliminary intrinsics and codegen support for textures/surfaces
Justin Holewinski
2014-04-09
1
-18
/
+305
*
[NVPTX] Add support for addrspacecast in global variable initializers, includ...
Justin Holewinski
2014-04-09
1
-3
/
+40
*
[NVPTX] Add query support for read-write images and managed variables
Justin Holewinski
2014-04-09
1
-0
/
+2
*
PR19099 - revert r203483
Eli Bendersky
2014-03-31
1
-43
/
+16
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-8
/
+2
*
Make sure NVPTX doesn't emit symbol names that aren't valid in PTX.
Eli Bendersky
2014-03-10
1
-16
/
+43
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-20
/
+15
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
[NVPTX] Fix emitting aggregate parameters
Gautam Chakrabarti
2014-01-28
1
-3
/
+3
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-2
/
+1
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
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
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+1
*
Remove the notion of primitive types.
Rafael Espindola
2013-12-07
1
-4
/
+4
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-15
/
+0
*
[NVPTX] Fix handling of indirect calls
Justin Holewinski
2013-11-15
1
-0
/
+8
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-18
/
+18
*
NVPTX: Remove unused globals.
Benjamin Kramer
2013-10-27
1
-7
/
+3
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
1
-2
/
+2
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
1
-13
/
+33
*
[NVPTX] Support constant vector globals
Justin Holewinski
2013-09-19
1
-1
/
+1
*
[NVPTX] Re-enable assembly printing support for inline assembly
Justin Holewinski
2013-08-24
1
-0
/
+111
*
[NVPTX] We dont have any target specific flags yet for generating symbol refe...
Justin Holewinski
2013-08-06
1
-7
/
+2
*
[NVPTX] Fix bug in stack code generation causes by MC conversion
Justin Holewinski
2013-08-06
1
-25
/
+31
*
[NVPTX] Start conversion to MC infrastructure
Justin Holewinski
2013-08-06
1
-301
/
+101
*
[NVPTX] Add support for module-scope inline asm
Justin Holewinski
2013-07-01
1
-0
/
+10
*
[NVPTX] Cut down on physical register defs
Justin Holewinski
2013-07-01
1
-1
/
+0
*
[NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...
Justin Holewinski
2013-06-28
1
-9
/
+124
[prev]
[next]