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
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
2
-3
/
+5
*
[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
2
-1
/
+3
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
4
-28
/
+73
*
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
*
Avoid temporary vector for sorting in BitcodeWriter
Mehdi Amini
2016-05-16
1
-13
/
+10
*
ThinLTO: fix non-determinism in bitcode writing
Mehdi Amini
2016-05-16
1
-1
/
+8
*
Revert "ThinLTO: fix non-determinism in bitcode writing"
Mehdi Amini
2016-05-16
1
-7
/
+1
*
ThinLTO: fix another non-determinism in bitcode writing
Mehdi Amini
2016-05-16
1
-2
/
+9
*
ThinLTO: fix non-determinism in bitcode writing
Mehdi Amini
2016-05-16
1
-1
/
+7
*
ThinLTO: fix non-determinism in bitcode writing
Mehdi Amini
2016-05-16
1
-1
/
+7
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2016-05-15
1
-0
/
+2
*
[ThinLTO] Fix Windows debug failure in new iterator
Teresa Johnson
2016-05-11
1
-2
/
+13
*
Restore "[ThinLTO] Emit individual index files for distributed backends"
Teresa Johnson
2016-05-10
1
-71
/
+215
*
Implement a safer bitcode upgrade for DISubprogram.
Adrian Prantl
2016-05-06
2
-6
/
+9
*
BitcodeWriter: Simplify. NFC.
Peter Collingbourne
2016-05-06
1
-4
/
+2
*
Revert "[ThinLTO] Emit individual index files for distributed backends"
Vitaly Buka
2016-05-05
1
-209
/
+71
*
[ThinLTO] Emit individual index files for distributed backends
Teresa Johnson
2016-05-05
1
-71
/
+209
*
[ThinLTO] Remove missed piece of lazy summary reading support (NFC)
Teresa Johnson
2016-05-05
1
-48
/
+0
*
Clean up to avoid compiler warnings for casting away const qualifiers.
Sjoerd Meijer
2016-04-27
1
-1
/
+1
*
[ThinLTO] Use valueid instead of bitcode offsets in combined index file
Teresa Johnson
2016-04-27
2
-117
/
+52
*
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
2
-88
/
+73
*
Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' pr...
Aaron Ballman
2016-04-24
1
-2
/
+2
*
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
2
-3
/
+11
*
Reorganize GlobalValueSummary with a "Flags" bitfield.
Mehdi Amini
2016-04-24
2
-39
/
+61
*
Add a version field in the bitcode for the summary
Mehdi Amini
2016-04-24
2
-1
/
+22
*
Store and emit original name in combined index
Mehdi Amini
2016-04-23
2
-25
/
+77
*
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
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
2
-25
/
+134
*
BitcodeWriter: Emit uniqued subgraphs after all distinct nodes
Duncan P. N. Exon Smith
2016-04-23
2
-1
/
+38
*
Avoid MSVC failure with default arguments in lambdas from r267270
Duncan P. N. Exon Smith
2016-04-23
1
-7
/
+10
*
BitcodeWriter: Emit distinct nodes before uniqued nodes
Duncan P. N. Exon Smith
2016-04-23
1
-6
/
+18
*
Address comments.
Teresa Johnson
2016-04-23
1
-243
/
+238
*
Refactor bitcode writer into classes (NFC)
Teresa Johnson
2016-04-23
1
-681
/
+823
*
Avoid ternery statement to please g++ after r267270, NFC
Duncan P. N. Exon Smith
2016-04-23
1
-1
/
+3
*
ValueEnumerator: Use std::find_if, NFC
Duncan P. N. Exon Smith
2016-04-23
2
-23
/
+8
*
BitcodeReader: Avoid referencing unresolved nodes from distinct ones
Duncan P. N. Exon Smith
2016-04-23
1
-6
/
+61
*
BitcodeReader: Consistently use IsDistinct, NFC
Duncan P. N. Exon Smith
2016-04-23
1
-33
/
+52
*
BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFC
Duncan P. N. Exon Smith
2016-04-23
1
-10
/
+5
*
ValueMapper/Enumerator: Clean up code in post-order traversals, NFC
Duncan P. N. Exon Smith
2016-04-22
2
-25
/
+42
*
[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)
Teresa Johnson
2016-04-22
1
-63
/
+11
[next]