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
*
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
*
[codeview] Add DISubprogram::ThisAdjustment
Reid Kleckner
2016-07-01
1
-11
/
+26
*
Remangle intrinsics names when types are renamed
Artur Pilipenko
2016-06-24
1
-2
/
+23
*
Revert r273568 "Remangle intrinsics names when types are renamed"
Hans Wennborg
2016-06-23
1
-23
/
+2
*
Remangle intrinsics names when types are renamed
Artur Pilipenko
2016-06-23
1
-2
/
+23
*
Delete more dead code.
Rafael Espindola
2016-06-22
1
-34
/
+0
*
IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...
Peter Collingbourne
2016-06-21
1
-10
/
+10
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-7
/
+8
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-5
/
+15
*
BitcodeReader: Use std:::piecewise_construct when upgrading type refs
Duncan P. N. Exon Smith
2016-06-09
1
-3
/
+3
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-3
/
+4
*
[BitCode] Make sure atomicrmw's argument is an actual PointerType
Filipe Cabecinhas
2016-06-05
1
-0
/
+1
*
[BitCode] Make sure storeatomic's argument is an actual PointerType
Filipe Cabecinhas
2016-06-05
1
-0
/
+1
*
[BitCode] Diagnose GEPs with no indices
Filipe Cabecinhas
2016-06-05
1
-0
/
+3
*
[BitCode] Don't allow constants of void type.
Filipe Cabecinhas
2016-06-05
1
-0
/
+3
*
IR: Allow multiple global metadata attachments with the same type.
Peter Collingbourne
2016-06-01
1
-1
/
+1
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
1
-9
/
+30
*
Remove some 'const' specifiers that do nothing but prevent moving the argument.
Benjamin Kramer
2016-05-29
1
-1
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
Objective-C Class Properties: Autoupgrade "Class Properties" module flag.
Manman Ren
2016-05-25
1
-0
/
+2
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
Implement a safer bitcode upgrade for DISubprogram.
Adrian Prantl
2016-05-06
1
-5
/
+7
*
[ThinLTO] Remove missed piece of lazy summary reading support (NFC)
Teresa Johnson
2016-05-05
1
-48
/
+0
*
[ThinLTO] Use valueid instead of bitcode offsets in combined index file
Teresa Johnson
2016-04-27
1
-56
/
+29
*
BitcodeReader: Delay metadata parsing until reading a function body
Duncan P. N. Exon Smith
2016-04-24
1
-3
/
+7
*
[ThinLTO] Remove GlobalValueInfo class from index
Teresa Johnson
2016-04-24
1
-50
/
+34
*
BitcodeReader: Fix some holes in upgrade from r267296
Duncan P. N. Exon Smith
2016-04-24
1
-8
/
+22
*
Add "hasSection" flag in the Summary
Mehdi Amini
2016-04-24
1
-1
/
+3
*
Reorganize GlobalValueSummary with a "Flags" bitfield.
Mehdi Amini
2016-04-24
1
-24
/
+38
*
Add a version field in the bitcode for the summary
Mehdi Amini
2016-04-24
1
-1
/
+14
*
Store and emit original name in combined index
Mehdi Amini
2016-04-23
1
-25
/
+63
*
BitcodeReader: Avoid std::vector with non-movable types from r267296
Duncan P. N. Exon Smith
2016-04-23
1
-1
/
+1
*
BitcodeReader: Avoid non-moving std::piecewise_construct from r267296
Duncan P. N. Exon Smith
2016-04-23
1
-3
/
+3
[next]