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
/
test
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
DebugInfo: remove broken bitcode upgrade test
Victor Leschuk
2016-10-20
2
-43
/
+0
*
DebugInfo: preparation to implement DW_AT_alignment
Victor Leschuk
2016-10-20
2
-0
/
+43
*
Teach llvm::StripDebugInfo() about global variable !dbg attachments.
Adrian Prantl
2016-10-10
1
-13
/
+15
*
[ThinLTO] Record calls to aliases
Teresa Johnson
2016-10-08
1
-0
/
+28
*
[thinlto] Basic thinlto fdo heuristic
Piotr Padlewski
2016-09-26
11
-14
/
+156
*
[ThinLTO] Always emit a summary when compiling in ThinLTO mode
Teresa Johnson
2016-09-20
1
-0
/
+7
*
BitcodeWriter: fix emission of invoke when calling a var-arg function with op...
Mehdi Amini
2016-09-19
1
-0
/
+18
*
Fix test after renaming -name-anon-functions pass to -name-anon-globals
Mehdi Amini
2016-09-16
1
-4
/
+4
*
Fix autoupgrade logic for Objective-C class properties module flag
Mehdi Amini
2016-09-16
1
-1
/
+1
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
3
-12
/
+22
*
[Bitcode] Add compatibility test for the 3.9 release
Vedant Kumar
2016-09-09
2
-0
/
+1664
*
Deleted right file
Piotr Padlewski
2016-09-07
1
-11
/
+0
*
Revert "[thinlto] Deleted unused test file"
Piotr Padlewski
2016-09-07
1
-0
/
+46
*
[thinlto] Deleted unused test file
Piotr Padlewski
2016-09-07
1
-46
/
+0
*
[PM] Port NameAnonFunction pass to new pass manager
Teresa Johnson
2016-08-12
1
-0
/
+1
*
[PM] Port ModuleSummaryIndex analysis to new pass manager
Teresa Johnson
2016-08-12
1
-0
/
+2
*
Don't import variadic functions
Piotr Padlewski
2016-08-11
1
-3
/
+11
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
4
-5
/
+15
*
[codeview] Add DISubprogram::ThisAdjustment
Reid Kleckner
2016-07-01
2
-0
/
+30
*
BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...
Peter Collingbourne
2016-06-24
1
-0
/
+5
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-5
/
+11
*
[BitCode] Make sure atomicrmw's argument is an actual PointerType
Filipe Cabecinhas
2016-06-05
2
-0
/
+5
*
[BitCode] Make sure storeatomic's argument is an actual PointerType
Filipe Cabecinhas
2016-06-05
2
-0
/
+5
*
[BitCode] Diagnose GEPs with no indices
Filipe Cabecinhas
2016-06-05
2
-0
/
+5
*
[BitCode] Don't allow constants of void type.
Filipe Cabecinhas
2016-06-05
2
-0
/
+5
*
Objective-C Class Properties: Autoupgrade "Class Properties" module flag.
Manman Ren
2016-05-25
1
-0
/
+9
*
AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.
Nikolay Haustov
2016-05-06
1
-0
/
+40
*
[ThinLTO] Use valueid instead of bitcode offsets in combined index file
Teresa Johnson
2016-04-27
6
-23
/
+23
*
Symbolize operand bundle blocks for bcanalyzer
Sanjoy Das
2016-04-26
1
-0
/
+27
*
BitcodeReader: Fix some holes in upgrade from r267296
Duncan P. N. Exon Smith
2016-04-24
2
-1
/
+9
*
Add "hasSection" flag in the Summary
Mehdi Amini
2016-04-24
1
-0
/
+11
*
Reorganize GlobalValueSummary with a "Flags" bitfield.
Mehdi Amini
2016-04-24
3
-19
/
+19
*
Add a version field in the bitcode for the summary
Mehdi Amini
2016-04-24
6
-0
/
+20
*
Relax test using CHECK-DAG instead of CHECK-NEXT
Mehdi Amini
2016-04-24
1
-6
/
+6
*
Fix test stability (was sensitive to the path)
Mehdi Amini
2016-04-24
1
-0
/
+7
*
Store and emit original name in combined index
Mehdi Amini
2016-04-23
1
-0
/
+24
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
2
-0
/
+35
*
BitcodeWriter: Emit uniqued subgraphs after all distinct nodes
Duncan P. N. Exon Smith
2016-04-23
2
-0
/
+53
*
BitcodeWriter: Emit distinct nodes before uniqued nodes
Duncan P. N. Exon Smith
2016-04-23
1
-0
/
+18
*
BitcodeWriter: Emit metadata in post-order (again)
Duncan P. N. Exon Smith
2016-04-21
2
-6
/
+40
*
BitcodeWriter: Break recursion when enumerating Metadata, almost NFC
Duncan P. N. Exon Smith
2016-04-19
1
-6
/
+6
*
ThinLTO: Make aliases explicit in the summary
Mehdi Amini
2016-04-16
3
-2
/
+63
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
4
-8
/
+10
*
Revert "Make aliases explicit in the summary"
Mehdi Amini
2016-04-13
3
-62
/
+4
*
Make aliases explicit in the summary
Mehdi Amini
2016-04-13
3
-4
/
+62
*
Move summary creation out of llvm-as into opt
Mehdi Amini
2016-04-12
6
-12
/
+12
*
[Bitcode] Fix + regenerate old test so that it includes a DICompileUnit.
Davide Italiano
2016-04-12
2
-1
/
+7
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-2
/
+14
*
[ThinLTO] Move summary computation from BitcodeWriter to new pass
Teresa Johnson
2016-04-11
1
-1
/
+3
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-0
/
+25
[prev]
[next]