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
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
12
-71
/
+146
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
28
-290
/
+179
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
31
-678
/
+480
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
43
-1059
/
+7103
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
22
-493
/
+2031
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
38
-405
/
+4556
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
31
-301
/
+263
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
7
-26
/
+38
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
7
-39
/
+25
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
7
-25
/
+39
*
[NVPTX] Fix handling of indirect calls
Justin Holewinski
2013-11-15
6
-12
/
+46
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-1
/
+1
*
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
2013-11-13
1
-2
/
+0
*
[NVPTX] Properly handle bitcast ConstantExpr when checking for the alignment ...
Justin Holewinski
2013-11-11
1
-13
/
+38
*
[NVPTX] Fix logic error in loading vector parameters of more than 4 components
Justin Holewinski
2013-11-11
1
-1
/
+1
*
[NVPTX] Blacklist TailDuplicate pass
Justin Holewinski
2013-11-11
1
-0
/
+1
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
2
-1
/
+2
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
2
-19
/
+19
*
NVPTX: Remove unused globals.
Benjamin Kramer
2013-10-27
1
-7
/
+3
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
3
-8
/
+8
*
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
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
2
-15
/
+36
*
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
[next]