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
/
lib
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
ThinLTO: add early "dead-stripping" on the Index
Teresa Johnson
2017-01-05
2
-1
/
+6
*
[ThinLTO] Subsume all importing checks into a single flag
Teresa Johnson
2017-01-05
2
-12
/
+6
*
Use lazy-loading of Metadata in MetadataLoader when importing is enabled (NFC)
Mehdi Amini
2017-01-04
1
-27
/
+373
*
Change BitstreamCursor::skipRecord to return the record code (NFC)
Mehdi Amini
2017-01-04
1
-4
/
+14
*
Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...
David Blaikie
2017-01-04
2
-94
/
+94
*
Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...
David Blaikie
2017-01-04
2
-94
/
+94
*
Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...
David Blaikie
2017-01-04
2
-94
/
+94
*
[ThinLTO] Import type as decl only when non-null Identifier
Teresa Johnson
2017-01-03
1
-1
/
+1
*
Change Metadata Index emission in the bitcode to use 2x32 bits for the placeh...
Mehdi Amini
2016-12-28
1
-2
/
+3
*
Add an index for Module Metadata record in the bitcode
Mehdi Amini
2016-12-28
1
-5
/
+92
*
Revert "Add an index for Module Metadata record in the bitcode"
Saleem Abdulrasool
2016-12-28
1
-80
/
+5
*
Add an index for Module Metadata record in the bitcode
Mehdi Amini
2016-12-28
1
-5
/
+80
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
2
-2
/
+8
*
MetadataLoader: replace the tracking of ForwardReferences and UnresolvedNodes...
Mehdi Amini
2016-12-25
1
-44
/
+23
*
MetadataLoader: add an extra assertion in Placeholders flush (NFC)
Mehdi Amini
2016-12-25
1
-3
/
+3
*
MetadataLoader: split the creation of a single metadata out of a Record into ...
Mehdi Amini
2016-12-23
1
-635
/
+650
*
MetadataLoader: Reinitialize MinFwdRef/MaxFwdRef after resolving cycles (NFC)
Mehdi Amini
2016-12-23
1
-0
/
+2
*
MetadataLoader: Add an assertion for the implicit invariant of PlaceHolder wh...
Mehdi Amini
2016-12-23
1
-2
/
+8
*
MetadataLoader: Make sure every member of MetadataLoader are initialized (NFC)
Mehdi Amini
2016-12-23
1
-6
/
+13
*
MetadataLoader: Refactor "IsImporting" into the Pimpl for the MetadataLoader ...
Mehdi Amini
2016-12-23
2
-11
/
+11
*
Clear the PendingTypeTests vector after moving from it.
Peter Collingbourne
2016-12-22
1
-0
/
+2
*
IR: Function summary representation for type tests.
Peter Collingbourne
2016-12-21
2
-2
/
+18
*
IR: Eliminate non-determinism in the module summary analysis.
Peter Collingbourne
2016-12-20
2
-82
/
+59
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
2
-36
/
+76
*
[ThinLTO] Import composite types as declarations
Teresa Johnson
2016-12-16
3
-28
/
+62
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
2
-34
/
+5
*
Strip invalid TBAA when reading bitcode
Mehdi Amini
2016-12-16
3
-0
/
+43
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
2
-5
/
+34
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
2
-34
/
+5
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
2
-5
/
+34
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-6
/
+6
*
Fix MSVC build after 289461; MSVC isn't sure if this is std:: or llvm::
Nico Weber
2016-12-12
1
-2
/
+2
*
Refactor BitcodeReader: move Metadata and ValueId handling in their own class...
Mehdi Amini
2016-12-12
6
-1395
/
+1694
*
Remove IsMetadataMaterialized from BitcodeReader (NFC)
Mehdi Amini
2016-12-12
1
-5
/
+1
*
Fix compile with GCC 5 or later
Dimitry Andric
2016-12-12
1
-1
/
+1
*
Fix MSVC bool to uint64_t promotion warning
Simon Pilgrim
2016-12-06
1
-1
/
+1
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
2
-2
/
+10
*
Bitcode: The index used by ModuleSummaryIndexBitcodeReader is now required, s...
Peter Collingbourne
2016-12-01
1
-23
/
+23
*
Bitcode: Introduce BitcodeModule::{has,get}Summary().
Peter Collingbourne
2016-12-01
1
-97
/
+82
*
Bitcode: Correctly handle Fixed and VBR arrays in BitstreamCursor::skipRecord().
Peter Collingbourne
2016-12-01
1
-6
/
+4
*
Bitcode: Introduce BitcodeWriter interface.
Peter Collingbourne
2016-11-29
1
-94
/
+75
*
Bitcode: Change expected layout of module blocks.
Peter Collingbourne
2016-11-29
1
-10
/
+35
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
Bitcode: Introduce initial multi-module reader API.
Peter Collingbourne
2016-11-16
1
-49
/
+99
*
Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Teresa Johnson
2016-11-14
1
-6
/
+17
*
[ThinLTO] Make inline assembly handling more efficient in summary
Teresa Johnson
2016-11-14
2
-1
/
+5
*
Add explicit (void) cast to unused unique_ptr::release() results
Eric Fiselier
2016-11-14
1
-1
/
+3
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
2
-41
/
+26
*
Bitcode: More precise casting. NFCI.
Peter Collingbourne
2016-11-13
1
-3
/
+3
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
1
-22
/
+6
[next]