index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
NVPTX
/
NVPTXAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...
Justin Holewinski
2013-06-28
1
-3
/
+0
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-2
/
+4
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
1
-1
/
+1
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
1
-1
/
+1
*
[NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...
Justin Holewinski
2013-06-10
1
-12
/
+1
*
[NVPTX] Re-enable support for virtual registers in the final output
Justin Holewinski
2013-05-31
1
-39
/
+24
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-1
/
+1
*
[NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...
Justin Holewinski
2013-05-20
1
-9
/
+7
*
[NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputs
Justin Holewinski
2013-05-20
1
-41
/
+62
*
[NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...
Justin Holewinski
2013-05-20
1
-2
/
+12
*
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-30
1
-431
/
+448
*
[NVPTX] Fix handling of vector arguments
Justin Holewinski
2013-03-24
1
-1
/
+17
*
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-12
1
-45
/
+1
*
[NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...
Justin Holewinski
2013-02-09
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-10
/
+5
*
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
1
-2
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-17
/
+17
*
[NVPTX] Order global variables in def-use order before emiting them in the fi...
Justin Holewinski
2012-11-16
1
-3
/
+67
*
Fix invalid asserts, use llvm_unreachable instead.
Jakub Staszak
2012-11-14
1
-3
/
+3
*
[NVPTX] Add more precise PTX/SM target attributes
Justin Holewinski
2012-11-12
1
-1
/
+2
*
[NVPTX] Use ABI alignment for parameters when alignment is not specified.
Justin Holewinski
2012-11-09
1
-0
/
+3
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-5
/
+3
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-4
/
+5
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-4
/
+3
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-3
/
+5
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-4
/
+3
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-3
/
+4
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-13
/
+13
*
Use new accessor methods to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Remove layering violation #include.
Bill Wendling
2012-06-28
1
-1
/
+0
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-8
/
+6
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
1
-1
/
+3
*
Convert assert(0) to llvm_unreachable.
Craig Topper
2012-05-24
1
-14
/
+11
*
Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...
Craig Topper
2012-05-24
1
-1
/
+1
*
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
1
-0
/
+2068