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
*
Fix a pessimising move warning.
Peter Collingbourne
2017-05-01
1
-5
/
+1
*
Bitcode: Make the summary reader responsible for merging. NFCI.
Peter Collingbourne
2017-05-01
1
-23
/
+62
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-0
/
+18
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
2
-2
/
+2
*
Remove set but unused variable in BitcodeReader.cpp. NFC.
Hans Wennborg
2017-04-28
1
-4
/
+0
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
2
-6
/
+8
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
2
-0
/
+5
*
Bitcode: Do not remove empty summary entries when reading a per-module summary.
Peter Collingbourne
2017-04-28
1
-10
/
+0
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Revert "Turn DISubprogram into a variable-length node."
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
2
-23
/
+26
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
2
-2
/
+2
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
2
-2
/
+2
*
Make getSlotAttributes return an AttributeSet instead of a wrapper list
Reid Kleckner
2017-04-24
2
-2
/
+2
*
[Bitcode] Refactor attribute group writing to avoid getSlotAttributes
Reid Kleckner
2017-04-24
3
-56
/
+58
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
4
-8
/
+58
*
Bitcode: Add missing build dep to fix shlib build.
Peter Collingbourne
2017-04-17
1
-1
/
+1
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
2
-289
/
+436
*
Bitcode: Move version and global value module code parsers to separate functi...
Peter Collingbourne
2017-04-12
1
-240
/
+276
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-1
/
+1
*
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
2
-18
/
+5
*
Bitcode: Remove an unused declaration. NFC.
Peter Collingbourne
2017-04-05
1
-1
/
+0
*
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
2
-0
/
+4
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-20
/
+37
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
4
-32
/
+30
*
SamplePGO ThinLTO ICP fix for local functions.
Dehao Chen
2017-03-14
2
-3
/
+16
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
2
-2
/
+16
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
2
-2
/
+2
*
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
2
-6
/
+87
*
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
2
-9
/
+8
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
2
-8
/
+9
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
2
-9
/
+8
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
2
-8
/
+9
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
2
-9
/
+8
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
2
-8
/
+9
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
2
-2
/
+4
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+4
*
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
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-1
/
+1
[next]