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
...
*
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
*
[ThinLTO] Add call edges' relative block frequency to per-module summary.
Easwaran Raman
2018-01-24
2
-15
/
+36
*
[Metadata] Extend 'count' field of DISubrange to take a metadata node
Sander de Smalen
2018-01-24
2
-9
/
+21
*
[ThinLTO] Re-commit of dot dumper after test fix
Eugene Leviant
2018-01-22
1
-3
/
+8
*
Temporarily revert r323062 to investigate buildbot failures
Eugene Leviant
2018-01-21
1
-8
/
+3
*
[ThinLTO] Implement summary visualizer
Eugene Leviant
2018-01-21
1
-3
/
+8
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-17
1
-1
/
+1
*
Allow dso_local on ifunc.
Rafael Espindola
2018-01-12
2
-9
/
+13
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-1
/
+1
*
[ThinLTO] Enable importing of aliases as copy of aliasee
Teresa Johnson
2017-12-16
2
-7
/
+19
*
Remove redundant includes from lib/Bitcode.
Michael Zolotukhin
2017-12-13
2
-5
/
+0
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
2
-0
/
+5
*
[WebAssembly] Explicily disable comdat support for wasm output
Sam Clegg
2017-11-14
1
-3
/
+3
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
2
-4
/
+8
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-04
2
-1
/
+5
*
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Sean Fertile
2017-11-04
2
-5
/
+1
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-03
2
-1
/
+5
*
Modularize: Include some required headers
David Blaikie
2017-11-03
1
-0
/
+2
*
Represent runtime preemption in the IR.
Sean Fertile
2017-10-26
2
-8
/
+36
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
Bitcode: add an auto-upgrade for LTO section name
Saleem Abdulrasool
2017-10-06
1
-1
/
+1
*
[llvm] Fix some typos. NFC.
Mandeep Singh Grang
2017-09-15
1
-1
/
+1
*
[ThinLTO] AliasSummary should not have any references
Teresa Johnson
2017-09-13
1
-3
/
+2
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
2
-2
/
+4
*
[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-07
6
-126
/
+227
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-9
/
+13
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-0
/
+2
*
Add more comment
Xinliang David Li
2017-08-16
1
-1
/
+9
*
[PGO] Fix ThinLTO crash
Xinliang David Li
2017-08-16
1
-0
/
+6
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
2
-0
/
+5
*
[ThinLTO] Add FunctionAttrs to ThinLTO index
Charles Saternos
2017-08-04
2
-16
/
+57
*
ThinLTO Minimized Bitcode File Size Reduction
Haojie Wang
2017-07-21
1
-65
/
+236
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
2
-3
/
+6
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
2
-36
/
+99
*
Bitcode: Include any strings added to the string table in the module hash.
Peter Collingbourne
2017-07-06
1
-6
/
+15
*
Add missing library dependency.
Peter Collingbourne
2017-06-28
1
-1
/
+1
*
Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.
Peter Collingbourne
2017-06-27
1
-4
/
+28
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-0
/
+44
[prev]
[next]