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
*
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
Teresa Johnson
2018-11-06
2
-0
/
+2
*
Revert "[ThinLTO] Fix a crash in lazy loading of Metadata"
Teresa Johnson
2018-10-23
1
-4
/
+2
*
[ThinLTO] Fix a crash in lazy loading of Metadata
Teresa Johnson
2018-10-23
1
-2
/
+4
*
Emit template type and value parameter DIEs for template variables.
Matthew Voss
2018-10-03
2
-6
/
+20
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
2
-3
/
+3
*
[ThinLTO] Efficiency fix for writing type id records in per-module indexes
Teresa Johnson
2018-09-25
1
-6
/
+7
*
Ensure that variant part discriminator is read by MetadataLoader
Jonas Devlieghere
2018-09-21
1
-1
/
+1
*
[Bitcode] Address backwards compat bug in r342631
Vedant Kumar
2018-09-20
1
-2
/
+2
*
[IR] Add a boolean field in DILocation to know if a line must covered or not
Calixte Denizet
2018-09-20
3
-3
/
+9
*
[ThinLTO] Write TYPE_IDs for types used in functions imported by aliases
Vitaly Buka
2018-09-19
1
-0
/
+3
*
[ThinLTO] Extract getReferencedTypeIds from [NFC]
Vitaly Buka
2018-09-19
1
-12
/
+33
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
2
-0
/
+6
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
Allow creating llvm::Function in non-zero address spaces
Alexander Richardson
2018-08-23
2
-4
/
+10
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
2
-2
/
+2
*
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
Adrian Prantl
2018-08-14
2
-2
/
+6
*
[NFC] Fix typo
Xin Tong
2018-08-06
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[ThinLTO] Only emit referenced type id records in index files
Teresa Johnson
2018-07-19
1
-5
/
+19
*
[BitcodeReader] Infer the correct runtime preemption for GlobalValue
Steven Wu
2018-07-09
1
-0
/
+11
*
[ThinLTO] Parse module summary index from assembly
Teresa Johnson
2018-06-26
1
-2
/
+2
*
[ThinLTO] Add string saver onto index for value names
Teresa Johnson
2018-06-26
1
-3
/
+6
*
[ThinLTO] Add per-module indexes to combined index consistently
Teresa Johnson
2018-06-26
1
-7
/
+15
*
[ThinLTO] Compute GUID directly from GV when building per-module index
Teresa Johnson
2018-06-26
1
-2
/
+2
*
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
Teresa Johnson
2018-06-06
1
-2
/
+1
*
[Debugify] Don't apply DI before the bitcode writer pass
Vedant Kumar
2018-06-04
1
-0
/
+4
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-1
/
+1
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
2
-2
/
+32
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
2
-5
/
+5
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
3
-0
/
+3
*
[IR] Upgrade comment token in objc retain release marker for asm call
Gerolf Hoflehner
2018-04-17
1
-0
/
+2
*
[Bitcode] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
3
-4
/
+4
*
[IR] Upgrade comment token in objc retain release marker
Gerolf Hoflehner
2018-04-05
1
-0
/
+3
*
Add the ShadowCallStack attribute
Vlad Tsyrklevich
2018-04-03
2
-0
/
+5
*
[ThinLTO] Add an option to force summary call edges cold for debugging
Teresa Johnson
2018-03-31
1
-1
/
+5
*
[SimplifyCFG] Create attribute for fuzzing-specific optimizations.
Matt Morehouse
2018-03-22
2
-0
/
+5
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
2
-0
/
+5
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
2
-4
/
+8
*
bitcode support change for fast flags compatibility
Steven Wu
2018-02-19
2
-15
/
+17
*
[ThinLTO] Allow indexing to request backend to ignore the module
Vitaly Buka
2018-02-16
2
-5
/
+11
*
[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCK
Vitaly Buka
2018-02-14
2
-0
/
+108
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
3
-21
/
+20
*
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
Scott Linder
2018-02-12
2
-5
/
+19
*
Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...
Momchil Velikov
2018-02-12
2
-3
/
+4
*
Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...
Momchil Velikov
2018-02-07
2
-4
/
+3
*
[DebugInfo] Improvements to representation of enumeration types (PR36168)
Momchil Velikov
2018-02-07
2
-3
/
+4
*
[ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...
Teresa Johnson
2018-02-07
2
-0
/
+15
*
Add DWARF for discriminated unions
Adrian Prantl
2018-02-06
2
-2
/
+6
*
Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...
Easwaran Raman
2018-01-25
2
-16
/
+38
*
Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...
Easwaran Raman
2018-01-24
2
-36
/
+15
[next]