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
2014-03-03
R600/SI: Implement VGPR register spilling
si-spill-fixes
Tom Stellard
6
-4
/
+221
2014-03-03
R600/SI: Only create one instruction when spilling/restoring register
Tom Stellard
7
-29
/
+167
2014-03-03
R600/SI: Only use the low 8-bits of reg encoding to determine the HW index
Tom Stellard
1
-1
/
+1
2014-03-03
Add DWARF discriminator support to DILexicalBlocks.
Diego Novillo
7
-10
/
+84
2014-03-03
Re-apply r202551, which introduced new PBQP solver.
Lang Hames
11
-1928
/
+1536
2014-03-03
Revert "[C++11] Replace LLVM atomics with std::atomic."
Benjamin Kramer
9
-49
/
+41
2014-03-03
[C++11] Replace LLVM atomics with std::atomic.
Benjamin Kramer
9
-41
/
+49
2014-03-03
C++11: Beware unnecessary copies with auto
Duncan P. N. Exon Smith
1
-0
/
+21
2014-03-03
Clarify struct usage guidelines
Duncan P. N. Exon Smith
1
-5
/
+31
2014-03-03
Add patch level to llvm version in CMake and Autoconf
Tom Stellard
7
-26
/
+69
2014-03-03
Don't emit a blank line when running llvm-config --system-libs.
Richard Osborne
1
-18
/
+20
2014-03-03
[mips] Prevent %lo relocation being used on MSA loads and stores.
Daniel Sanders
11
-106
/
+164
2014-03-03
[mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug data
Ed Maste
2
-0
/
+47
2014-03-03
Fixing a build failure reported by certain buildbots. This will disable jalx...
Vladimir Medic
1
-1
/
+1
2014-03-03
Unbreak the C++11 build.
Benjamin Kramer
1
-1
/
+1
2014-03-03
[msan] Handle X86 SIMD bitshift intrinsics.
Evgeniy Stepanov
2
-0
/
+219
2014-03-03
This patch implements jalx instruction for Mips architecture.This instruction...
Vladimir Medic
6
-1
/
+24
2014-03-03
[C++11] Add a basic block range view for RegionInfo
Tobias Grosser
5
-15
/
+24
2014-03-03
[C++11] MSVC 2012 can't handle list-initialization that calls
Chandler Carruth
1
-3
/
+3
2014-03-03
[C++11] Add two range adaptor views to User: operands and
Chandler Carruth
3
-15
/
+22
2014-03-03
[C++11] Add an iterator_range class template. This is modeled on the
Chandler Carruth
1
-0
/
+46
2014-03-03
[C++11] Pass unique_ptr by value instead of &&.
Ahmed Charles
1
-2
/
+2
2014-03-03
AsmParser: add missed tests
Saleem Abdulrasool
1
-0
/
+22
2014-03-02
[Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...
Venkatraman Govindaraju
5
-1
/
+108
2014-03-02
[Sparc] Add return/rett instruction to Sparc backend.
Venkatraman Govindaraju
7
-0
/
+54
2014-03-02
Remove unnecessary copy ctors.
Benjamin Kramer
2
-9
/
+0
2014-03-02
[Sparc] Add support for decoding jmpl/retl/ret instruction.
Venkatraman Govindaraju
4
-2
/
+56
2014-03-02
Give APInt move semantics.
Benjamin Kramer
3
-10
/
+49
2014-03-02
[Sparc] Add fcmpe* instructions to Sparc backend.
Venkatraman Govindaraju
5
-6
/
+49
2014-03-02
[Sparc] Add VIS instructions to sparc backend.
Venkatraman Govindaraju
5
-8
/
+294
2014-03-02
Add a PPC inline asm constraint type for single CR bits
Hal Finkel
2
-0
/
+67
2014-03-02
Ensure bitcode encoding of instructions and their operands stays stable.
Michael Kuperstein
6
-0
/
+467
2014-03-02
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
24
-111
/
+75
2014-03-02
[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
Chandler Carruth
3
-17
/
+3
2014-03-02
Test commit.
Ahmed Charles
1
-0
/
+1
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
136
-548
/
+480
2014-03-02
[C++11] Clarify in the Compiler.h support macros and comments (and
Chandler Carruth
1
-1
/
+6
2014-03-02
[C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros now that all their uses ar...
Craig Topper
1
-20
/
+0
2014-03-02
[SparcV9] Adds support for branch on integer register instructions (BPr) and ...
Venkatraman Govindaraju
9
-1
/
+243
2014-03-02
AVX-512: Fixed extract_vector_elt for v8i1 vector
Elena Demikhovsky
5
-12
/
+32
2014-03-02
[C++11] Suggest placing callable arguments as the last argument to
Chandler Carruth
1
-0
/
+4
2014-03-02
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
87
-773
/
+695
2014-03-02
[C++11] Update the coding standards to provide some important guidance
Chandler Carruth
1
-4
/
+126
2014-03-02
Add back LLVM_FINAL macro. lld still needs it.
Craig Topper
1
-0
/
+10
2014-03-02
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
9
-18
/
+8
2014-03-02
remove an old entry whose link is broken anyway
Chris Lattner
1
-8
/
+0
2014-03-02
[Sparc] Add support for parsing branches and conditional move instructions wi...
Venkatraman Govindaraju
5
-86
/
+156
2014-03-02
[Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 ...
Venkatraman Govindaraju
4
-34
/
+40
2014-03-02
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
15
-45
/
+41
2014-03-02
[Sparc] Add support for parsing fcmp with %fcc registers.
Venkatraman Govindaraju
11
-18
/
+99
[next]