index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
1
-1
/
+1
*
Don't create new comdats in CodeGen.
Rafael Espindola
2015-01-14
1
-6
/
+6
*
Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
2015-01-10
1
-1
/
+1
*
Make this test a bit stricter.
Rafael Espindola
2015-01-08
1
-41
/
+41
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
9
-36
/
+36
*
Bitcode: Use unsigned char to record MDStrings
Duncan P. N. Exon Smith
2014-12-11
1
-0
/
+9
*
Bitcode: Add METADATA_NODE and METADATA_VALUE
Duncan P. N. Exon Smith
2014-12-11
2
-0
/
+26
*
IR: Fix bitcode compatability filenames
Duncan P. N. Exon Smith
2014-12-08
2
-0
/
+0
*
IR: Add missing tests for function-local metadata
Duncan P. N. Exon Smith
2014-12-07
2
-0
/
+35
*
Parse 'ghccc' in .ll files as the GHC convention (cc 10)
Reid Kleckner
2014-12-01
1
-2
/
+2
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-5
/
+5
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-5
/
+5
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-5
/
+5
*
Ensure bitcode encoding stays stable.
Michael Kuperstein
2014-09-23
12
-56
/
+388
*
Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.
Jordan Rose
2014-08-30
1
-0
/
+2
*
verify-uselistorder: Force -preserve-bc-use-list-order
Duncan P. N. Exon Smith
2014-08-19
43
-43
/
+43
*
verify-uselistorder: Call verifyModule() and improve output
Duncan P. N. Exon Smith
2014-08-18
1
-2
/
+2
*
BitcodeReader: Only create one basic block for each blockaddress
Duncan P. N. Exon Smith
2014-08-16
1
-0
/
+14
*
Don't upgrade global constructors when reading bitcode
Duncan P. N. Exon Smith
2014-08-12
2
-1
/
+3
*
UseListOrder: Fix blockaddress use-list order
Duncan P. N. Exon Smith
2014-08-01
2
-0
/
+36
*
verify-uselistorder: Change the default -num-shuffles=5
Duncan P. N. Exon Smith
2014-07-31
41
-41
/
+41
*
UseListOrder: Handle self-users
Duncan P. N. Exon Smith
2014-07-31
1
-0
/
+13
*
UseListOrder: Don't give constant IDs to GlobalValues
Duncan P. N. Exon Smith
2014-07-31
1
-0
/
+13
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
1
-6
/
+6
*
UseListOrder: Visit global values
Duncan P. N. Exon Smith
2014-07-30
4
-0
/
+14
*
Fix line endings before adding RUN lines, NFC
Duncan P. N. Exon Smith
2014-07-30
2
-159
/
+159
*
Rename llvm-uselistorder => verify-uselistorder
Duncan P. N. Exon Smith
2014-07-30
38
-38
/
+38
*
Reapply "UseListOrder: Order GlobalValue uses after initializers"
Duncan P. N. Exon Smith
2014-07-30
3
-0
/
+16
*
Revert "UseListOrder: Order GlobalValue uses after initializers"
Duncan P. N. Exon Smith
2014-07-29
3
-16
/
+0
*
UseListOrder: Additional test coverage for r214242
Duncan P. N. Exon Smith
2014-07-29
1
-0
/
+14
*
UseListOrder: Order GlobalValue uses after initializers
Duncan P. N. Exon Smith
2014-07-29
2
-0
/
+2
*
Bitcode: Correctly compare a Use against itself
Duncan P. N. Exon Smith
2014-07-29
35
-0
/
+35
*
Fix line-endings, NFC
Duncan P. N. Exon Smith
2014-07-29
10
-913
/
+911
*
llvm-uselistorder: Add -num-shuffles option
Duncan P. N. Exon Smith
2014-07-28
1
-1
/
+1
*
Bitcode: Serialize (and recover) use-list order
Duncan P. N. Exon Smith
2014-07-28
1
-1
/
+0
*
Move -verify-use-list-order into llvm-uselistorder
Duncan P. N. Exon Smith
2014-07-25
1
-1
/
+1
*
IPO: Add use-list-order verifier
Duncan P. N. Exon Smith
2014-07-25
1
-0
/
+83
*
AsmParser: remove deprecated LLIR support
Saleem Abdulrasool
2014-07-23
1
-17
/
+0
*
Make use of the align parameter attribute for all pointer arguments
Hal Finkel
2014-07-22
1
-0
/
+5
*
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
2014-07-21
1
-1
/
+1
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
1
-0
/
+10
*
Roundtrip the inalloca bit on allocas through bitcode
Reid Kleckner
2014-07-16
1
-0
/
+18
*
Add some test files for r211710.
Eli Bendersky
2014-06-25
2
-0
/
+37
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
4
-20
/
+72
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-3
/
+9
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-4
/
+4
*
[X86] Move test from r209863 to CodeGen/X86
Adam Nemet
2014-05-29
1
-41
/
+0
*
[X86] Auto-upgrade AVX1 vbroadcast intrinsics
Adam Nemet
2014-05-29
1
-0
/
+41
*
Add 'nonnull', a new parameter and return attribute which indicates that the ...
Nick Lewycky
2014-05-20
1
-0
/
+5
*
Handle ConstantAggregateZero when upgrading global_ctors.
Rafael Espindola
2014-05-17
2
-0
/
+3
[next]