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
/
Reader
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
3
-5
/
+56
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
1
-78
/
+237
*
Bitcode: Move version and global value module code parsers to separate functi...
Peter Collingbourne
2017-04-12
1
-240
/
+276
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-1
/
+6
*
Bitcode: Merge the code for parsing global value module codes in the summary ...
Peter Collingbourne
2017-04-10
1
-26
/
+6
*
Bitcode: Do not create FNENTRYs for aliases of functions.
Peter Collingbourne
2017-04-06
1
-11
/
+5
*
Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.
Peter Collingbourne
2017-04-03
1
-7
/
+0
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[IR] Add AllowContract to FastMathFlags
Adam Nemet
2017-03-28
1
-0
/
+2
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-11
/
+11
*
SamplePGO ThinLTO ICP fix for local functions.
Dehao Chen
2017-03-14
1
-0
/
+6
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
1
-2
/
+9
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-1
/
+1
*
Address Mehdi's post-commit review comments on r294795.
Peter Collingbourne
2017-02-11
1
-0
/
+4
*
IR: Function summary extensions for whole-program devirtualization pass.
Peter Collingbourne
2017-02-10
1
-2
/
+42
*
Fix bitcode upgrade for DIGlobalVariables with a var: field.
Adrian Prantl
2017-02-08
1
-2
/
+1
*
Fix the bitcode upgrade for DIGlobalVariable in a DIImportedEntity context.
Adrian Prantl
2017-02-07
1
-5
/
+51
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-03
1
-5
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
1
-4
/
+5
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-5
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-4
/
+5
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-5
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-4
/
+5
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
1
-2
/
+3
*
Avoid using unspecified ordering in MetadataLoader::MetadataLoaderImpl::parse...
Ivan Krasin
2017-01-27
1
-33
/
+66
*
[ThinLTO] Fix lazy-loading of MDString instruction attachments
Mehdi Amini
2017-01-20
3
-6
/
+19
*
Add an assertion to PlaceholderQueue destructor, ensuring it has been flushed
Mehdi Amini
2017-01-20
1
-0
/
+3
*
[ThinLTO] Add a recursive step in Metadata lazy-loading
Mehdi Amini
2017-01-18
1
-4
/
+17
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-5
/
+5
*
[ThinLTO] Fix lazy-loading of Metadata attachment, which left some Fwd ref be...
Mehdi Amini
2017-01-08
1
-1
/
+2
*
[ThinLTO] Fix assertions on lazy-loading of Metadata TBAA attachments
Mehdi Amini
2017-01-07
1
-4
/
+4
*
[Bitcode] Remove unused PlaceHolder parameter to lazyLoadModuleMetadataBlock()
Mehdi Amini
2017-01-07
1
-4
/
+4
*
ThinLTO: add early "dead-stripping" on the Index
Teresa Johnson
2017-01-05
1
-1
/
+5
*
[ThinLTO] Subsume all importing checks into a single flag
Teresa Johnson
2017-01-05
1
-8
/
+4
*
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
1
-2
/
+2
*
Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...
David Blaikie
2017-01-04
1
-2
/
+2
*
Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...
David Blaikie
2017-01-04
1
-2
/
+2
*
[ThinLTO] Import type as decl only when non-null Identifier
Teresa Johnson
2017-01-03
1
-1
/
+1
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
1
-2
/
+6
*
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
1
-2
/
+12
[next]