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
*
Constify some path in the bitcode writer (NFC)
Mehdi Amini
2016-08-19
1
-6
/
+6
*
[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
Eugene Zelenko
2016-08-18
1
-5
/
+4
*
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
*
[PM] Port ModuleSummaryIndex analysis to new pass manager
Teresa Johnson
2016-08-12
1
-6
/
+5
*
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
2
-4
/
+5
*
[ThinLTO] Address review comments from PGO indirect call promotion (NFC)
Teresa Johnson
2016-07-18
1
-13
/
+17
*
[ThinLTO] Perform profile-guided indirect call promotion
Teresa Johnson
2016-07-17
1
-4
/
+65
*
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 an assertion for the value enumerator (bitcode writer) NFC
Mehdi Amini
2016-07-08
1
-1
/
+6
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
2
-0
/
+4
*
[codeview] Add DISubprogram::ThisAdjustment
Reid Kleckner
2016-07-01
2
-11
/
+27
*
Remangle intrinsics names when types are renamed
Artur Pilipenko
2016-06-24
1
-2
/
+23
*
BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...
Peter Collingbourne
2016-06-24
1
-3
/
+0
*
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
4
-33
/
+43
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-7
/
+8
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-1
/
+1
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
2
-10
/
+31
*
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
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
[next]