index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-12
AMDIL: Add AMDGPUSubtarget class
r600-vliw
Tom Stellard
3
-5
/
+24
2012-04-12
More packet fixes
Tom Stellard
1
-5
/
+24
2012-04-12
Start doing VLIW stuff in R600
Tom Stellard
13
-11
/
+156
2012-04-09
AMDIL: Re-license everything with the University of Illinois Open Source License
Tom Stellard
98
-4449
/
+270
2012-04-09
AMDIL: Add SI backend
Tom Stellard
49
-44
/
+5269
2012-04-09
AMDIL: Add missing R600KernelParameters files
Tom Stellard
4
-2
/
+586
2012-03-30
AMDIL: Set has_asmprinter = 1 in LLVMBuild.txt
Tom Stellard
1
-1
/
+1
2012-03-30
Rename the AsmPrinter sublcass files to avoid problems with build system
Tom Stellard
2
-0
/
+0
2012-03-30
AMDIL: Use TargetPassConfig for AMDILTargetMachine
Tom Stellard
2
-53
/
+64
2012-03-29
Start to move Lower Shader instructions into ISelLowering
Tom Stellard
2
-8
/
+9
2012-03-29
Add support for extra FC op
Tom Stellard
3
-1
/
+15
2012-03-27
test/CodeGen/R600: Add some basic tests
Tom Stellard
27
-0
/
+251
2012-03-26
Add R600 backend in lib/Target/AMDIL
Tom Stellard
156
-12
/
+92069
2012-03-22
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
4
-3
/
+102
2012-03-22
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
3
-5
/
+57
2012-03-22
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2
-5
/
+23
2012-03-22
[python] Add negative MemoryBuffer testcase
Anders Waldenborg
1
-0
/
+5
2012-03-22
Remove some unnecessary forward declarations.
Craig Topper
7
-12
/
+0
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
67
-2048
/
+1395
2012-03-22
PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...
Hal Finkel
1
-1
/
+2
2012-03-22
add load/store volatility control to the C API, patch by Yiannis Tsiouris!
Chris Lattner
2
-0
/
+16
2012-03-22
don't use "signed", just something I noticed in patches flying by.
Chris Lattner
1
-2
/
+2
2012-03-22
In erroneous inline assembly we could mistakenly try to access the
Eric Christopher
1
-1
/
+5
2012-03-22
[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%
Chad Rosier
2
-0
/
+16
2012-03-21
[PathV2]: Fix bug in create_directories which caused infinite recursion on
Michael J. Spencer
1
-5
/
+6
2012-03-21
Add a release note for r145714.
Nick Lewycky
1
-0
/
+31
2012-03-21
misched: tag a few XFAILs that I plan to fix
Andrew Trick
4
-2
/
+10
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
56
-1071
/
+1823
2012-03-21
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
3
-0
/
+387
2012-03-21
Fix windows compilation warning. Patch by Micah.
Jan Sjödin
1
-1
/
+1
2012-03-21
Add a ${pathsep} variable to lit that expands to : (or ; on win32).
Nico Weber
1
-0
/
+1
2012-03-21
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2
-0
/
+11
2012-03-21
Missed getPointerToNamedFunction() declaration.
Danil Malyshev
1
-0
/
+4
2012-03-21
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
11
-329
/
+215
2012-03-21
Checking a build_vector for an all-ones value.
Jim Grosbach
1
-5
/
+14
2012-03-21
[asan] fix one more bug related to long double
Kostya Serebryany
1
-1
/
+1
2012-03-21
Put Is64BitMemOperand into !defined(NDEBUG) for now.
Joerg Sonnenberger
1
-0
/
+2
2012-03-21
Use a signed value for this enum to avoid spuriuos warnings from gcc.
Benjamin Kramer
2
-2
/
+2
2012-03-21
Teach instsimplify to gracefully degrade in the presence of instructions
Chandler Carruth
1
-0
/
+6
2012-03-21
[python] Add some paths where to find test binary
Anders Waldenborg
1
-0
/
+2
2012-03-21
[python] Mark get_test_binary as not being a test
Anders Waldenborg
1
-0
/
+1
2012-03-21
lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...
NAKAMURA Takumi
1
-28
/
+41
2012-03-21
Finish organizing C API docs.
Gregory Szorc
1
-67
/
+194
2012-03-21
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2
-5
/
+64
2012-03-21
I meant to disable this test, not XFAIL it
Andrew Trick
1
-2
/
+2
2012-03-21
misched: beginning to add unit tests
Andrew Trick
1
-0
/
+20
2012-03-21
misched: fix LiveInterval update for bottom-up scheduling
Andrew Trick
1
-3
/
+13
2012-03-21
misched: trace LiveIntervals after scheduling.
Andrew Trick
1
-0
/
+1
2012-03-21
misched: obvious iterator update fixes for bottom-up.
Andrew Trick
1
-0
/
+6
2012-03-21
misched: cleanup main loop
Andrew Trick
1
-10
/
+14
[next]