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
/
IR
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
Adrian Prantl
2018-08-14
1
-0
/
+1
*
[ThinLTO] Handle optional args in assembly format for ConstVCalls
Teresa Johnson
2018-08-14
1
-0
/
+2
*
[ThinLTO] Escape module paths when printing
Andrew Ng
2018-07-12
1
-2
/
+3
*
[IR] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-06
1
-1
/
+1
*
Rename lazy initialization functions to reflect behavior (NFC)
Teresa Johnson
2018-07-03
1
-12
/
+12
*
[ThinLTO] Fix printing of aliases for distributed backend indexes
Teresa Johnson
2018-07-03
1
-2
/
+8
*
[ThinLTO] Fix printing of module paths for distributed backend indexes
Teresa Johnson
2018-07-02
1
-17
/
+41
*
[ADT] Make escaping fn conform to coding guidelines
Jonas Devlieghere
2018-05-31
1
-12
/
+12
*
[ThinLTO] Fix bot failures from r333335
Teresa Johnson
2018-05-26
1
-1
/
+1
*
[ThinLTO] Print module summary index to assembly
Teresa Johnson
2018-05-26
1
-3
/
+486
*
[NFC] Restructure linkage name printing in AsmWriter
Teresa Johnson
2018-05-25
1
-31
/
+40
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+13
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Update stale comment in AsmWriter.cpp
Vlad Tsyrklevich
2018-04-26
1
-1
/
+3
*
[IR] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-1
/
+1
*
[MIR] Making MIR Printing, opt -dot-cfg, and -debug printing faster
Roman Tereshin
2018-03-22
1
-41
/
+73
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-0
/
+2
*
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
Scott Linder
2018-02-12
1
-8
/
+8
*
Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...
Momchil Velikov
2018-02-12
1
-1
/
+7
*
Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...
Momchil Velikov
2018-02-07
1
-7
/
+1
*
[DebugInfo] Improvements to representation of enumeration types (PR36168)
Momchil Velikov
2018-02-07
1
-1
/
+7
*
Add DWARF for discriminated unions
Adrian Prantl
2018-02-06
1
-0
/
+1
*
[Support] Move PrintEscapedString into the library its declaration is in
Benjamin Kramer
2018-01-26
1
-10
/
+0
*
[Metadata] Extend 'count' field of DISubrange to take a metadata node
Sander de Smalen
2018-01-24
1
-3
/
+8
*
Make GlobalValues with non-default visibilility dso_local.
Rafael Espindola
2018-01-18
1
-2
/
+5
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-5
/
+7
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-2
/
+6
*
Represent runtime preemption in the IR.
Sean Fertile
2017-10-26
1
-0
/
+8
*
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
*
[AMDGPU] calling conventions for AMDPAL OS type
Tim Renouf
2017-09-29
1
-0
/
+2
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-0
/
+1
*
[IR] Don't print "!DIExpression() = !DIExpression()" when dumping
Reid Kleckner
2017-08-30
1
-1
/
+1
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
1
-1
/
+21
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
1
-0
/
+1
*
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Martin Storsjo
2017-07-17
1
-1
/
+1
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-23
/
+43
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-06-19
1
-54
/
+93
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[IR] Allow attributes with global variables
Javed Absar
2017-05-11
1
-0
/
+7
*
AMDGPU: Add AMDGPU_HS calling convention
Marek Olsak
2017-05-02
1
-0
/
+1
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
1
-2
/
+0
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
1
-17
/
+15
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
1
-0
/
+1
*
[AsmWriter] Eliminate warning. NFC
Serguei Katkov
2017-04-21
1
-4
/
+4
*
[AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp...
Serguei Katkov
2017-04-21
1
-23
/
+22
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-4
/
+3
*
[IR] Add AttributeSet to hide AttributeSetNode* again, NFC
Reid Kleckner
2017-04-12
1
-25
/
+19
*
Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-28
/
+22
[prev]
[next]