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-05-04
AMDIL: Remove SubRegClasses field from Register Classes
r600-tablegen-reg-encoding
Tom Stellard
4
-8
/
+1
2012-05-04
AMDIL: Use new HWEncoding field in tablegen register class
Tom Stellard
12
-5045
/
+2076
2012-05-04
TableGen: Add HWEncoding field to Register class
Tom Stellard
3
-0
/
+42
2012-05-04
R600: Lower ULT A, B, C to SETGT_UINT A, C, B
Tom Stellard
1
-0
/
+7
2012-05-04
R600: Fix MachineInstr dump
Tom Stellard
1
-1
/
+2
2012-05-04
R600: Fix build for updated LLVM 3.1 release branch
Tom Stellard
2
-18
/
+18
2012-05-04
R600: Add subtarget feature: DumpCode
Tom Stellard
4
-6
/
+8
2012-05-04
R600: Remove unnecessary dynamic casts
Dragomir Ivanov
1
-5
/
+5
2012-05-04
R600: Add pattern for llvm.AMDGPU.kill v2
Dragomir Ivanov
2
-1
/
+6
2012-05-04
R600: Fix handling of MASK_WRITE instructions
Tom Stellard
2
-1
/
+3
2012-05-04
Build script changes for R600/SI Codegen
Tom Stellard
6
-10
/
+17
2012-05-04
include/llvm: Add R600 Intrinsics
Tom Stellard
2
-0
/
+37
2012-05-04
test/CodeGen/R600: Add some basic tests
Tom Stellard
27
-0
/
+251
2012-05-04
AMDIL: Add Function passes for R600/SI codegen
Tom Stellard
21
-0
/
+7667
2012-05-04
AMDIL: Add R600/SI Tablegen definitions and generated files
Tom Stellard
44
-0
/
+25104
2012-05-04
AMDIL: Add core backend files for R600/SI codegen
Tom Stellard
70
-0
/
+13364
2012-05-04
Pacify GCC's -Wreturn-type
Matt Beaumont-Gay
1
-0
/
+1
2012-05-04
Factor the computation of input and output sets into a public interface
Chandler Carruth
2
-37
/
+45
2012-05-04
Rather than trying to gracefully handle input sequences with repeated
Chandler Carruth
1
-1
/
+1
2012-05-04
Fix a goof with my previous commit by completely returning when we
Chandler Carruth
1
-1
/
+1
2012-05-04
Hoist a safety assert from the extraction method into the construction
Chandler Carruth
1
-9
/
+13
2012-05-04
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
6
-220
/
+225
2012-05-04
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
3
-12
/
+23
2012-05-04
Fix some loops to match coding standards. No functional change intended.
Craig Topper
1
-6
/
+8
2012-05-04
Fix up some spacing. No functional change.
Craig Topper
1
-6
/
+6
2012-05-04
Simplify broadcast lowering code. No functional change intended.
Craig Topper
1
-17
/
+7
2012-05-04
Allow v16i16 and v32i8 shuffles to be rewritten as narrower shuffles.
Craig Topper
2
-5
/
+16
2012-05-04
Add 'landingpad' instructions to the list of instructions to ignore.
Bill Wendling
1
-7
/
+9
2012-05-04
Simplify shuffle narrowing code a bit. No functional change intended.
Craig Topper
1
-22
/
+16
2012-05-04
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
7
-125
/
+30
2012-05-04
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
4
-89
/
+0
2012-05-04
Pass -fcolor-diagnostics when it is supported. This makes a difference when
Rafael Espindola
1
-0
/
+4
2012-05-04
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2
-30
/
+15
2012-05-04
Initialize SparcInstrInfo before SparcTargetLowering.
Jakob Stoklund Olesen
2
-2
/
+3
2012-05-04
Add a SuperRegClassIterator class.
Jakob Stoklund Olesen
2
-15
/
+69
2012-05-04
A pile of long over-due refactorings here. There are some very, *very*
Chandler Carruth
5
-50
/
+40
2012-05-03
Add a FoldingSetVector datastructure which is analogous to a SetVector,
Chandler Carruth
1
-0
/
+105
2012-05-03
PR12729: Change 'llvm-objdump' to display the available targets.
Pete Cooper
1
-0
/
+3
2012-05-03
Remove accidentally added file.
Jakob Stoklund Olesen
1
-0
/
+0
2012-05-03
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
3
-37
/
+32
2012-05-03
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2
-4
/
+17
2012-05-03
Emit SuperRegMasks as part of the existing SubClassMask arrays.
Jakob Stoklund Olesen
2
-102
/
+83
2012-05-03
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
6
-44
/
+128
2012-05-03
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2
-14
/
+29
2012-05-03
remove calls to calloc if the allocated memory is not used (it was already be...
Nuno Lopes
3
-5
/
+5
2012-05-03
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
18
-93
/
+5036
2012-05-03
Add rudimentary CMake logic for detecting Graphviz.
Ted Kremenek
2
-1
/
+2
2012-05-03
add support for calloc to objectsize lowering
Nuno Lopes
4
-5
/
+88
2012-05-03
Fix the type of SubClassMask.
Jakob Stoklund Olesen
1
-1
/
+1
2012-05-03
Compress tables for getMatchingSuperRegClass().
Jakob Stoklund Olesen
1
-19
/
+67
[next]