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
*
Have more strict type checks when creating BinOp nodes in BitcodeReader
Filipe Cabecinhas
2015-04-22
2
-0
/
+5
*
[opaque pointer type] Explicit pointee type for call instruction
David Blaikie
2015-04-17
3
-0
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-2
/
+2
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+6
*
Revert "Verify sizes when trying to read a VBR"
Filipe Cabecinhas
2015-04-15
2
-5
/
+0
*
Verify sizes when trying to read a VBR
Filipe Cabecinhas
2015-04-15
2
-0
/
+5
*
Error out of ParseBitcodeInto(Module*) if we haven't read a Module
Filipe Cabecinhas
2015-04-14
2
-0
/
+5
*
Add testing for mismatched explicit type on a gep operator when loading from ...
David Blaikie
2015-03-16
2
-0
/
+3
*
Add testing for mismatched explicit type on a load instruction when loading f...
David Blaikie
2015-03-16
2
-0
/
+3
*
Test bitcode parsing error-handling for incorrect explicit type
David Blaikie
2015-03-16
2
-0
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
4
-10
/
+10
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
7
-75
/
+75
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
3
-11
/
+11
*
llvm-dis: Stop crashing when dropping debug info
Duncan P. N. Exon Smith
2015-02-25
5
-31
/
+42
*
[opaque pointer type] Bitcode support for explicit type parameter on GEP.
David Blaikie
2015-02-25
1
-2
/
+2
*
Use common parse routine to read alignment values from bitcode
JF Bastien
2015-02-22
2
-0
/
+3
*
[Bitcode reader] Fix a few assertions when reading invalid files
Filipe Cabecinhas
2015-02-16
7
-0
/
+21
*
Check bit widths before trying to get a type.
Filipe Cabecinhas
2015-01-30
2
-0
/
+6
*
[bitcode reader] Fix an assert on invalid type tables
Filipe Cabecinhas
2015-01-30
1
-0
/
+0
*
[Bitcode] Diagnose errors instead of asserting from bad input
Filipe Cabecinhas
2015-01-24
4
-1
/
+15
*
Bitcode: Don't create comdats when autoupgrading macho bitcode
David Majnemer
2015-01-20
2
-0
/
+11
*
Bring r226038 back.
Rafael Espindola
2015-01-19
1
-6
/
+6
*
Revert r226242 - Revert Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-16
1
-6
/
+6
*
Use report_fatal_error instead of llvm_unreachable, so we don't crash on user...
Filipe Cabecinhas
2015-01-16
2
-0
/
+1
*
Revert "Revert Don't create new comdats in CodeGen"
Rafael Espindola
2015-01-16
1
-6
/
+6
*
Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-15
1
-6
/
+6
*
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
[next]