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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-1
/
+3
*
[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
2
-1
/
+119
*
Remove unused stdio.h includes
Dmitri Gribenko
2013-08-18
1
-1
/
+0
*
Replace getValueType().getSimpleVT() with getSimpleValueType().
Craig Topper
2013-08-15
1
-3
/
+2
*
[NVPTX] We dont have any target specific flags yet for generating symbol refe...
Justin Holewinski
2013-08-06
1
-7
/
+2
*
[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
Justin Holewinski
2013-08-06
1
-11
/
+19
*
[NVPTX] Fix bug in stack code generation causes by MC conversion
Justin Holewinski
2013-08-06
4
-53
/
+68
*
[NVPTX] Start conversion to MC infrastructure
Justin Holewinski
2013-08-06
10
-317
/
+593
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
1
-1
/
+1
*
[NVPTX] Remove unused prototypes
Justin Holewinski
2013-07-22
1
-3
/
+0
*
[NVPTX] Use approximate FP ops when unsafe-fp-math is used, and append
Justin Holewinski
2013-07-22
3
-56
/
+61
*
ARM: implement ldrex, strex and clrex intrinsics
Tim Northover
2013-07-16
1
-1
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-3
/
+3
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
2
-2
/
+2
*
[NVPTX] Add support for module-scope inline asm
Justin Holewinski
2013-07-01
1
-0
/
+10
*
[NVPTX] We dont use NVBuiltin anymore
Justin Holewinski
2013-07-01
2
-3
/
+0
*
[NVPTX] Cut down on physical register defs
Justin Holewinski
2013-07-01
3
-28
/
+13
*
[NVPTX] 64-bit ADDC/ADDE are not legal
Justin Holewinski
2013-07-01
1
-0
/
+3
*
[NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...
Justin Holewinski
2013-07-01
2
-156
/
+9
*
[NVPTX] Handle signext/zeroext attributes properly
Justin Holewinski
2013-07-01
1
-19
/
+25
*
[NVPTX] Add support for native SIGN_EXTEND_INREG where available
Justin Holewinski
2013-07-01
2
-4
/
+32
*
[NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.
Justin Holewinski
2013-07-01
2
-112
/
+430
*
[NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...
Justin Holewinski
2013-07-01
1
-1
/
+2
*
NVPTX: Fold otherwise unused variable into assert.
Benjamin Kramer
2013-06-29
1
-2
/
+2
*
[NVPTX] Select -1 instead of 1 when anyextend'ing i1 types
Justin Holewinski
2013-06-28
1
-3
/
+3
*
[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flags
Justin Holewinski
2013-06-28
1
-1
/
+12
*
[NVPTX] Calling conventions fix
Justin Holewinski
2013-06-28
1
-24
/
+40
*
[NVPTX] Add support for cttz/ctlz/ctpop
Justin Holewinski
2013-06-28
2
-0
/
+74
*
[NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...
Justin Holewinski
2013-06-28
8
-949
/
+1129
*
[NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...
Justin Holewinski
2013-06-28
10
-859
/
+1243
*
[NVPTX] Add support for vectorized function return values
Justin Holewinski
2013-06-28
1
-27
/
+137
*
[NVPTX] Clean up handling of formal arguments and enable generation of vector...
Justin Holewinski
2013-06-28
1
-114
/
+202
*
[NVPTX] Add infrastructure for vector loads/stores of parameters
Justin Holewinski
2013-06-28
3
-0
/
+155
*
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] Default pointer type doesn't make sense for getParamSymbol()
Justin Holewinski
2013-06-25
2
-2
/
+2
*
NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...
NAKAMURA Takumi
2013-06-24
1
-1
/
+23
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
2
-2
/
+2
*
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
2013-06-21
2
-13
/
+7
*
Don't pass in the TargetInstrInfo into the register info object. It doesn't u...
Bill Wendling
2013-06-19
3
-4
/
+3
*
[NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...
Justin Holewinski
2013-06-10
3
-39
/
+11
*
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
8
-66
/
+307
*
[NVPTX] Fix case where a sext load of an i1 type may produce an
Justin Holewinski
2013-05-30
1
-2
/
+4
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-3
/
+4
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-3
/
+3
[next]