index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-28
TGSI: Add support for read.workdim intrinsic
HEAD
master
Hans de Goede
5
-4
/
+22
2016-06-28
TGSI: Add tgsi_kernel_start to opencl.kernels metadata
Hans de Goede
1
-0
/
+11
2016-06-28
TGSI: Fix isKernelFunction
Hans de Goede
2
-20
/
+16
2016-06-28
TGSI: Add instruction labels to the asm output
Hans de Goede
4
-6
/
+27
2016-06-28
TGSI: Use a machine-wide ConstantPool
Hans de Goede
5
-10
/
+23
2016-06-28
TGSI: Implement read blockid / blocksize / gridsize intrinsics
Hans de Goede
1
-0
/
+27
2016-06-28
TGSI: Use new MEMORY declarations for various mem accesses
Hans de Goede
3
-8
/
+19
2016-06-28
TGSI: Fix ASM file / function header generation
Hans de Goede
4
-0
/
+20
2016-06-28
TGSI: initial Intrinsic support
Hans de Goede
12
-8
/
+285
2016-06-28
Cleanup header of the output
Hans de Goede
6
-1
/
+192
2016-06-28
Finish IMM / constantpool support
Hans de Goede
8
-12
/
+174
2016-06-28
Use ConstantPool for immediates
Hans de Goede
4
-7
/
+115
2016-06-28
Drop si, sf, vi, vf suffixes added to emitted instructions
Hans de Goede
1
-34
/
+34
2016-06-28
Fix load / store's to add address-space argument
Hans de Goede
1
-18
/
+18
2016-06-28
Fix specifying swizzling when only using one component for source operands
Hans de Goede
1
-3
/
+33
2016-06-28
TGSI: Fix register names in output asm
Hans de Goede
1
-160
/
+160
2016-06-28
Port TGSI backend to current llvm trunk
Hans de Goede
20
-193
/
+178
2016-06-27
TGSI back-end: Initial import.
Francisco Jerez
39
-1
/
+2587
2016-06-27
Mips: Fix access to private functions.
Rafael Espindola
2
-1
/
+15
2016-06-26
add tests for potential select transforms
Sanjay Patel
1
-0
/
+117
2016-06-26
Use isPositionIndependent predicate. NFC.
Rafael Espindola
1
-1
/
+1
2016-06-26
Use isPositionIndependent. NFC.
Rafael Espindola
1
-1
/
+1
2016-06-26
Use isPositionIndependent predicate.
Rafael Espindola
1
-1
/
+1
2016-06-26
Use isPositionIndependent predicate. NFC.
Rafael Espindola
1
-9
/
+8
2016-06-26
Refactor a duplicated predicate. NFC.
Rafael Espindola
6
-10
/
+6
2016-06-26
[lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars.
Marcin Koscielnicki
1
-1
/
+2
2016-06-26
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
19
-121
/
+105
2016-06-26
Revert r273807 (and r273809, r273810), it caused PR28311
Nico Weber
2
-240
/
+3
2016-06-26
Apply clang-tidy's modernize-loop-convert to lib/MC.
Benjamin Kramer
6
-67
/
+56
2016-06-26
Apply clang-tidy's modernize-loop-convert to most of lib/IR.
Benjamin Kramer
10
-70
/
+61
2016-06-26
[CodeExtractor] Merge DEBUG statements in an attempt to fix the msvc
Benjamin Kramer
1
-4
/
+6
2016-06-26
Fixed build failure (due to unused variable error) in r273807.
Amjad Aboud
1
-0
/
+1
2016-06-26
Fixed build failure (due to unused variable error) in r273807.
Amjad Aboud
1
-3
/
+1
2016-06-26
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
53
-519
/
+398
2016-06-26
[codeview] Improved array type support.
Amjad Aboud
2
-2
/
+240
2016-06-26
[RSForGC] Appease MSVC
Sanjoy Das
1
-2
/
+4
2016-06-26
[X86] Rewrite lowerVectorShuffleWithPSHUFB to not require a ZeroableMask to b...
Craig Topper
1
-39
/
+21
2016-06-26
[X86] Replace calls to isSingleInputShuffleMask with just checking if V2 is U...
Craig Topper
1
-25
/
+25
2016-06-26
[SelectionDAG] Use DAG.getCommutedVectorShuffle instead of reimplementing it.
Craig Topper
1
-15
/
+2
2016-06-26
[LoopUnswitch] Unswitch on conditions feeding into guards
Sanjoy Das
2
-7
/
+130
2016-06-26
[RSForGC] Bring the BDVState struct up to code; NFC
Sanjoy Das
1
-25
/
+33
2016-06-26
[RSForGC] Bring computeLiveInValues up to code; NFC
Sanjoy Das
1
-8
/
+5
2016-06-26
[RSForGC] Bring computeLiveOutSeed up to code; NFC
Sanjoy Das
1
-7
/
+7
2016-06-26
[RSForGC] Bring computeLiveInValues up to code; NFC
Sanjoy Das
1
-19
/
+8
2016-06-26
[RSForGC] Bring recomputeLiveInValues up to code; NFC
Sanjoy Das
1
-9
/
+9
2016-06-26
[RSForGC] Bring containsGCPtrType, isGCPointerType up to code; NFC
Sanjoy Das
1
-3
/
+2
2016-06-26
[RSForGC] Bring analyzeParsePointLiveness up to code; NFC
Sanjoy Das
1
-7
/
+7
2016-06-26
[RSForGC] Bring meetBDVStateImpl up to code; NFC
Sanjoy Das
1
-14
/
+13
2016-06-26
[RSForGC] Get rid of the unnecessary MeetBDVStates struct; NFC
Sanjoy Das
1
-58
/
+36
2016-06-26
[RSForGC] Bring findBasePointer up to code; NFC
Sanjoy Das
2
-110
/
+96
[next]