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
/
BitcodeReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-1
/
+8
*
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: Change expected layout of module blocks.
Peter Collingbourne
2016-11-29
1
-10
/
+35
*
Bitcode: Introduce initial multi-module reader API.
Peter Collingbourne
2016-11-16
1
-49
/
+99
*
[ThinLTO] Make inline assembly handling more efficient in summary
Teresa Johnson
2016-11-14
1
-1
/
+4
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-9
/
+9
*
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
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
1
-313
/
+254
*
Bitcode: Prepare to move bitcode readers to free functions.
Peter Collingbourne
2016-11-11
1
-104
/
+102
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-4
/
+4
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-5
/
+17
*
Make BitcodeReader::parseIdentificationBlock() robust to EOF
Mehdi Amini
2016-11-09
1
-0
/
+6
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-27
/
+12
*
Bitcode: Remove the remnants of the BitcodeDiagnosticInfo class.
Peter Collingbourne
2016-11-09
1
-2
/
+0
*
Bitcode: Change the BitcodeReader to use llvm::Error internally.
Peter Collingbourne
2016-11-09
1
-339
/
+343
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-112
/
+53
*
Bitcode: Decouple block info block state from reader.
Peter Collingbourne
2016-11-08
1
-7
/
+9
*
Bitcode: Split out block info reading into a separate function.
Peter Collingbourne
2016-11-08
1
-2
/
+8
*
Kill deprecated attribute API
Amaury Sechet
2016-11-06
1
-2
/
+94
*
Add DWARF debug info support for C++11 inline namespaces.
Adrian Prantl
2016-11-03
1
-4
/
+6
*
Bitcode: Check file size before reading bitcode header.
Peter Collingbourne
2016-11-02
1
-1
/
+2
*
Bitcode: Change reader interface to take memory buffers.
Peter Collingbourne
2016-11-02
1
-83
/
+21
*
[ThinLTO] Rename HasSection to NoRename (NFC)
Teresa Johnson
2016-10-28
1
-2
/
+2
*
DebugInfo: fix incorrect alignment type (NFC)
Victor Leschuk
2016-10-26
1
-2
/
+13
*
DebugInfo: preparation to implement DW_AT_alignment
Victor Leschuk
2016-10-20
1
-6
/
+10
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
DebugInfo: change alignment type from uint64_t to uint32_t to save space.
Victor Leschuk
2016-10-18
1
-1
/
+3
*
ThinLTO: handles modules with empty summaries
Mehdi Amini
2016-10-08
1
-2
/
+2
*
[thinlto] Basic thinlto fdo heuristic
Piotr Padlewski
2016-09-26
1
-19
/
+38
*
BitcodeReader: Deduplicate code. NFC.
Peter Collingbourne
2016-09-23
1
-125
/
+75
*
[ThinLTO] Always emit a summary when compiling in ThinLTO mode
Teresa Johnson
2016-09-20
1
-5
/
+10
*
Fix auto-upgrade of TBAA tags in Bitcode Reader
Mehdi Amini
2016-09-14
1
-10
/
+3
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-8
/
+29
*
Formatting with clang-format patch r280700
Leny Kholodov
2016-09-06
1
-22
/
+21
*
DebugInfo: use strongly typed enum for debug info flags
Leny Kholodov
2016-09-06
1
-5
/
+10
*
Revert "DebugInfo: use strongly typed enum for debug info flags"
Mehdi Amini
2016-09-06
1
-27
/
+23
*
DebugInfo: use strongly typed enum for debug info flags
Mehdi Amini
2016-09-06
1
-23
/
+27
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-25
1
-33
/
+104
*
DebugInfo: Add flag to CU to disable emission of inline debug info into the s...
David Blaikie
2016-08-24
1
-2
/
+3
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
Fix bitcode auto-upgrade when using bitcode lazy loading
Mehdi Amini
2016-08-14
1
-1
/
+3
*
Revert "Fix bitcode auto-upgrade when using bitcode lazy loading"
Mehdi Amini
2016-08-13
1
-9
/
+9
*
Fix bitcode auto-upgrade when using bitcode lazy loading
Mehdi Amini
2016-08-13
1
-9
/
+9
*
Use the range variant of transform instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Don't import variadic functions
Piotr Padlewski
2016-08-11
1
-3
/
+4
*
Add a libLTO API to query a memory buffer and check if it contains ObjC categ...
Mehdi Amini
2016-07-11
1
-0
/
+90
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-0
/
+2
[prev]
[next]