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-11-04
R600/SI: Change all instruction assembly names to lowercase.
si-lowercase
Tom Stellard
238
-5748
/
+5748
2014-11-04
R600/SI: Add an extra check line to make test more strict
Tom Stellard
1
-0
/
+1
2014-11-04
[X86] Add 'FeatureSlowSHLD' to cpu 'bdver3'. Also explicit set FeatureAVX and...
Andrea Di Biagio
1
-8
/
+11
2014-11-04
ErrorOr: Be more explicit in the implicit conversion to bool docs
Justin Bogner
1
-3
/
+3
2014-11-04
[PBQP] Callee saved regs should have a higher cost than scratch regs
Arnaud A. de Grandmaison
2
-0
/
+107
2014-11-04
[PBQP] Tweak spill costs and coalescing benefits
Arnaud A. de Grandmaison
4
-12
/
+29
2014-11-04
R600/SI: Rename div_scale dest operands to match documentation
Matt Arsenault
1
-2
/
+2
2014-11-04
AArch64: Pattern match integer vector abs like we do on ARM.
Benjamin Kramer
2
-0
/
+92
2014-11-04
[asan] [mips] changed ShadowOffset32 for systems having 16kb PageSize; patch ...
Kostya Serebryany
1
-1
/
+1
2014-11-04
Remove unused DisableRedZone option.
Rafael Espindola
1
-5
/
+0
2014-11-04
InstSimplify: Fold a hasNoSignedWrap() call into a match() expression
David Majnemer
1
-2
/
+1
2014-11-04
InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expression
David Majnemer
1
-2
/
+1
2014-11-04
[mips] Improve support for the .set mips16/nomips16 assembler directives.
Toma Tabacu
2
-6
/
+32
2014-11-04
[Stackmaps] Make test less fragile. NFC.
Juergen Ributzka
1
-2
/
+2
2014-11-04
remove function names from comments; NFC
Sanjay Patel
1
-39
/
+35
2014-11-04
fix typo in comment
Sanjay Patel
1
-1
/
+1
2014-11-04
Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.
NAKAMURA Takumi
3
-0
/
+6
2014-11-04
Remove "REQUIRES:shell" from tests. They work for me.
NAKAMURA Takumi
7
-12
/
+0
2014-11-04
[yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flag
Simon Atanasyan
2
-2
/
+5
2014-11-04
Re-enable tests in llvm/test/Object, corresponding to line_iterator's
NAKAMURA Takumi
5
-15
/
+0
2014-11-04
llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in rege...
NAKAMURA Takumi
1
-2
/
+1
2014-11-04
Remove FindProgramByName. NFC.
Rafael Espindola
4
-100
/
+5
2014-11-04
Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned...
Yaron Keren
1
-1
/
+1
2014-11-04
Add missing tests for build attribute encodings in object files.
Charlie Turner
1
-17
/
+106
2014-11-04
llvm-objdump: Pass DiceTableEntry by reference
David Majnemer
1
-2
/
+2
2014-11-04
sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(...
NAKAMURA Takumi
1
-0
/
+1
2014-11-04
CodeGen: Enable DWARF emission for MS ABI targets
David Majnemer
6
-57
/
+67
2014-11-04
#include <winbase.h> is not enough for Visual C++ 2013, it errors:
Yaron Keren
1
-1
/
+1
2014-11-04
test: Restore llvm-lit (at least for my machine)
David Majnemer
1
-16
/
+19
2014-11-04
Minimize test case further
David Majnemer
1
-24
/
+17
2014-11-04
R600/LLVMBuild.txt: Add TransformUtils.
NAKAMURA Takumi
1
-1
/
+1
2014-11-04
Docs: give binutils/gold instructions for CMake too.
Tim Northover
1
-3
/
+5
2014-11-04
Revert "Transforms: reapply SVN r219899"
Reid Kleckner
7
-110
/
+49
2014-11-04
Remove setPreservesCFG from instcombine. The pass, in particular, does not
Mark Heffernan
1
-1
/
+2
2014-11-04
Use findProgramByName.
Michael J. Spencer
4
-21
/
+52
2014-11-04
[Support][Program] Add findProgramByName(Name, OptionalPaths)
Michael J. Spencer
3
-0
/
+110
2014-11-04
Use the LLVM_GNUC_PREREQ macro instead of the longhand version check
Reid Kleckner
1
-4
/
+3
2014-11-04
Remove the END_WITH_NULL macro now that Clang doesn't use it
Reid Kleckner
1
-2
/
+0
2014-11-04
Remove the static version of getScatteredRelocationType() now that r221211 added
Kevin Enderby
1
-5
/
+0
2014-11-04
Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h
Reid Kleckner
7
-21
/
+17
2014-11-04
The patchpoint lowering logic would crash with live constants equal to
Sanjoy Das
3
-1
/
+94
2014-11-04
Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...
Kevin Enderby
7
-14
/
+118
2014-11-04
[Hexagon] Reverting 220584 to address ASAN errors.
Colin LeMahieu
23
-248
/
+292
2014-11-04
Change logic in StackMaps::recordStackMapOpers to use the isInt<32>
Sanjoy Das
1
-2
/
+1
2014-11-03
Rename variables to conform to llvm coding standards.
Akira Hatanaka
1
-28
/
+28
2014-11-03
Use AA in LoadCombine
Hal Finkel
5
-5
/
+112
2014-11-03
Use common range handling for the CU's ranges
David Blaikie
4
-55
/
+38
2014-11-03
[AArch64] Make function processLogicalImmediate more efficient. NFC.
Akira Hatanaka
1
-47
/
+42
2014-11-03
Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py
Rafael Espindola
2
-6
/
+1
2014-11-03
refactor duplicated code. NFC.
Rafael Espindola
1
-5
/
+5
[next]