index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-24
improve address handling
clause
Vincent Lejeune
1
-10
/
+32
2013-03-24
more work on cf
Vincent Lejeune
3
-21
/
+84
2013-03-23
fix infinite loop
Vincent Lejeune
1
-7
/
+5
2013-03-23
remove dump
Vincent Lejeune
1
-2
/
+0
2013-03-23
work to support kcache bank
Vincent Lejeune
3
-16
/
+185
2013-03-22
additionnal work
Vincent Lejeune
3
-27
/
+82
2013-03-21
more work on cf_alu
Vincent Lejeune
1
-0
/
+48
2013-03-20
some more work on clauses
Vincent Lejeune
4
-5
/
+124
2013-03-20
start work on aluclauses
Vincent Lejeune
1
-2
/
+56
2013-03-16
R600: Use CONSTANT_BUFFER_0 address space for Implicit Parameters
Vincent Lejeune
1
-1
/
+1
2013-03-14
R600: Lower clamp constant to constant
Vincent Lejeune
2
-0
/
+43
2013-03-14
R600: Relax some vector constraints on Dot4.
Vincent Lejeune
8
-1
/
+266
2013-03-14
R600: Recompute schedule graph non order dependencies.
Vincent Lejeune
8
-6
/
+531
2013-03-14
R600: Use bottom up scheduling algorithm
Vincent Lejeune
4
-36
/
+63
2013-03-14
Add a case to LiveIntervalAnalysis::HandleMove
Vincent Lejeune
1
-4
/
+134
2013-03-14
R600: Factorize code handling Const Read Port limitation
vljn
6
-80
/
+140
2013-03-14
[ASan] emit instrumentation for initialization order checking by default
Alexey Samsonov
3
-5
/
+5
2013-03-14
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
3
-133
/
+162
2013-03-14
Add two of the float related ARM-specific entries for e_flags needed for
Joerg Sonnenberger
1
-0
/
+2
2013-03-14
Fix the name of a variable to match its declaration. Fixes build failure from...
Craig Topper
1
-1
/
+1
2013-03-14
Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...
Craig Topper
3
-0
/
+17
2013-03-14
Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...
Craig Topper
1
-0
/
+42
2013-03-14
Fix PR15309
Michael Liao
2
-1
/
+17
2013-03-14
test commit: remove blank line.
Jiong Wang
1
-1
/
+0
2013-03-14
Remove a change to the debug info in this test, that I made while testing
Nick Lewycky
1
-1
/
+1
2013-03-14
Try using %S to find the emitted .gcno file.
Nick Lewycky
1
-5
/
+5
2013-03-14
Remove accidentally committed debug line.
Nick Lewycky
1
-1
/
+0
2013-03-14
Refactor GCOV's six constructor arguments into a struct with a getter that
Nick Lewycky
4
-49
/
+113
2013-03-14
Fix typo in comment.
Nick Lewycky
1
-1
/
+1
2013-03-14
[Support][Test] Missed this in the API change.
Michael J. Spencer
1
-0
/
+1
2013-03-14
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
5
-26
/
+41
2013-03-13
No functionality change. Rename emitGCNO() to the more sensible
Nick Lewycky
1
-7
/
+7
2013-03-13
Simplify file/directory name handling in DILexicalBlock
David Blaikie
2
-6
/
+4
2013-03-13
Remove an extra operand to a DIFile metadata entry
David Blaikie
1
-1
/
+1
2013-03-13
Reset some of the target options which affect code generation.
Bill Wendling
3
-1
/
+31
2013-03-13
Simplify directory name handling in DILexicalBlockFile.
David Blaikie
1
-5
/
+2
2013-03-13
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
43
-62
/
+63
2013-03-13
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
1
-13
/
+5
2013-03-13
Simplify CMake rules in HandleLLVMOptions module.
Alexey Samsonov
1
-27
/
+26
2013-03-13
Add some additonal attribute helper functions. Test will be on follow
Reed Kotler
3
-0
/
+20
2013-03-13
R600: Remove unused Outputs variable
Vincent Lejeune
2
-2
/
+0
2013-03-13
No functionality change. Use unreachable in getCUOffset.
Manman Ren
1
-1
/
+3
2013-03-13
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
1
-1
/
+1
2013-03-13
Check register classes also when changing them.
Jakob Stoklund Olesen
1
-0
/
+1
2013-03-13
ARM cost model: Add test case to make sure we would notice a change in CodeGen
Arnold Schwaighofer
1
-0
/
+153
2013-03-13
Fix a performance regression when combining to smaller types in icmp (shl %v,...
Arnaud A. de Grandmaison
1
-3
/
+4
2013-03-13
Add one more overload to make VS2008's debug mody happy.
Benjamin Kramer
1
-0
/
+3
2013-03-13
Add llvm-symbolizer as test dependency.
Evgeniy Stepanov
1
-0
/
+1
2013-03-13
Set symbolizer path in the test environment.
Evgeniy Stepanov
2
-0
/
+10
2013-03-13
lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...
NAKAMURA Takumi
1
-0
/
+3
[next]