index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Bitcode
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-03
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
1
-5
/
+5
2014-10-02
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
1
-5
/
+5
2014-10-02
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
1
-5
/
+5
2014-09-23
Ensure bitcode encoding stays stable.
Michael Kuperstein
12
-56
/
+388
2014-08-30
Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.
Jordan Rose
1
-0
/
+2
2014-08-19
verify-uselistorder: Force -preserve-bc-use-list-order
Duncan P. N. Exon Smith
43
-43
/
+43
2014-08-18
verify-uselistorder: Call verifyModule() and improve output
Duncan P. N. Exon Smith
1
-2
/
+2
2014-08-16
BitcodeReader: Only create one basic block for each blockaddress
Duncan P. N. Exon Smith
1
-0
/
+14
2014-08-12
Don't upgrade global constructors when reading bitcode
Duncan P. N. Exon Smith
2
-1
/
+3
2014-08-01
UseListOrder: Fix blockaddress use-list order
Duncan P. N. Exon Smith
2
-0
/
+36
2014-07-31
verify-uselistorder: Change the default -num-shuffles=5
Duncan P. N. Exon Smith
41
-41
/
+41
2014-07-31
UseListOrder: Handle self-users
Duncan P. N. Exon Smith
1
-0
/
+13
2014-07-31
UseListOrder: Don't give constant IDs to GlobalValues
Duncan P. N. Exon Smith
1
-0
/
+13
2014-07-30
Use "weak alias" instead of "alias weak"
Rafael Espindola
1
-6
/
+6
2014-07-30
UseListOrder: Visit global values
Duncan P. N. Exon Smith
4
-0
/
+14
2014-07-30
Fix line endings before adding RUN lines, NFC
Duncan P. N. Exon Smith
2
-159
/
+159
2014-07-30
Rename llvm-uselistorder => verify-uselistorder
Duncan P. N. Exon Smith
38
-38
/
+38
2014-07-30
Reapply "UseListOrder: Order GlobalValue uses after initializers"
Duncan P. N. Exon Smith
3
-0
/
+16
2014-07-29
Revert "UseListOrder: Order GlobalValue uses after initializers"
Duncan P. N. Exon Smith
3
-16
/
+0
2014-07-29
UseListOrder: Additional test coverage for r214242
Duncan P. N. Exon Smith
1
-0
/
+14
2014-07-29
UseListOrder: Order GlobalValue uses after initializers
Duncan P. N. Exon Smith
2
-0
/
+2
2014-07-29
Bitcode: Correctly compare a Use against itself
Duncan P. N. Exon Smith
35
-0
/
+35
2014-07-29
Fix line-endings, NFC
Duncan P. N. Exon Smith
10
-913
/
+911
2014-07-28
llvm-uselistorder: Add -num-shuffles option
Duncan P. N. Exon Smith
1
-1
/
+1
2014-07-28
Bitcode: Serialize (and recover) use-list order
Duncan P. N. Exon Smith
1
-1
/
+0
2014-07-25
Move -verify-use-list-order into llvm-uselistorder
Duncan P. N. Exon Smith
1
-1
/
+1
2014-07-25
IPO: Add use-list-order verifier
Duncan P. N. Exon Smith
1
-0
/
+83
2014-07-23
AsmParser: remove deprecated LLIR support
Saleem Abdulrasool
1
-17
/
+0
2014-07-22
Make use of the align parameter attribute for all pointer arguments
Hal Finkel
1
-0
/
+5
2014-07-21
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
1
-1
/
+1
2014-07-18
Add a dereferenceable attribute
Hal Finkel
1
-0
/
+10
2014-07-16
Roundtrip the inalloca bit on allocas through bitcode
Reid Kleckner
1
-0
/
+18
2014-06-25
Add some test files for r211710.
Eli Bendersky
2
-0
/
+37
2014-06-13
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
4
-20
/
+72
2014-06-05
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
1
-3
/
+9
2014-06-03
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
1
-4
/
+4
2014-05-29
[X86] Move test from r209863 to CodeGen/X86
Adam Nemet
1
-41
/
+0
2014-05-29
[X86] Auto-upgrade AVX1 vbroadcast intrinsics
Adam Nemet
1
-0
/
+41
2014-05-20
Add 'nonnull', a new parameter and return attribute which indicates that the ...
Nick Lewycky
1
-0
/
+5
2014-05-17
Handle ConstantAggregateZero when upgrading global_ctors.
Rafael Espindola
2
-0
/
+3
2014-05-16
Fix most of PR10367.
Rafael Espindola
2
-0
/
+22
2014-05-07
IR: Don't allow non-default visibility on local linkage
Duncan P. N. Exon Smith
2
-0
/
+79
2014-04-24
Add 'musttail' marker to call instructions
Reid Kleckner
1
-0
/
+17
2014-04-05
AsmParser: add a warning for compatibility parsing
Saleem Abdulrasool
1
-0
/
+9
2014-04-05
AsmParser: restore LLVM IR compatibility for linker_private{,_weak}
Saleem Abdulrasool
1
-0
/
+8
2014-03-27
All new elements except the last one initialized to NULL. Ideally, once parsi...
Karthik Bhat
2
-0
/
+158
2014-03-13
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
1
-4
/
+4
2014-03-11
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
3
-40
/
+63
2014-03-02
Ensure bitcode encoding of instructions and their operands stays stable.
Michael Kuperstein
6
-0
/
+467
2014-02-26
Ensure bitcode encoding of instructions and their operands stays stable.
Michael Kuperstein
14
-0
/
+583
[next]