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
...
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-3
/
+28
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-30
/
+6
*
AMDGPU: Add a shader calling convention
Nicolai Haehnle
2016-04-06
1
-0
/
+4
*
Swift Calling Convention: add swiftcc.
Manman Ren
2016-04-05
1
-0
/
+1
*
[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar
Dmitry Polukhin
2016-04-05
1
-18
/
+21
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+2
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-2
/
+8
*
Use existing PrintEscapedString in AssemblyWriter
Teresa Johnson
2016-03-30
1
-19
/
+3
*
Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
Teresa Johnson
2016-03-30
1
-0
/
+22
*
Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
Teresa Johnson
2016-03-30
1
-3
/
+0
*
[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly
Teresa Johnson
2016-03-30
1
-0
/
+3
*
DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...
Peter Collingbourne
2016-03-17
1
-1
/
+3
*
[IR] Provide an API to skip the details of a structured type when printed.
Quentin Colombet
2016-03-07
1
-1
/
+4
*
[AVR] Add calling convention parser tokens
Dylan McKay
2016-03-03
1
-0
/
+2
*
This patch adds MemorySSA to LLVM.
George Burgess IV
2016-02-02
1
-0
/
+11
*
Tweak unnamed label syntax in textual IR for easier matching in tests.
Evgeniy Stepanov
2016-01-27
1
-1
/
+1
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
Fix crash when printing instructions that have a metadata attached but no par...
Mehdi Amini
2016-01-07
1
-1
/
+1
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-9
/
+6
*
Implemented Support of IA interrupt and exception handlers:
Amjad Aboud
2015-12-21
1
-0
/
+1
*
Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-13
/
+5
*
Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...
Vedant Kumar
2015-12-19
1
-5
/
+13
*
Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-13
/
+5
*
Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-5
/
+13
*
[IR] Move optional data in llvm::Function into a hungoff uselist
Vedant Kumar
2015-12-19
1
-13
/
+5
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-15
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-36
/
+30
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-0
/
+33
*
[CXX TLS calling convention] Add CXX TLS calling convention.
Manman Ren
2015-12-04
1
-0
/
+1
*
IR: Use format_hex instead of handrolling the conversion. NFC
Justin Bogner
2015-12-04
1
-47
/
+17
*
IR: Update a comment and a bool that've been out of date since 2012
Justin Bogner
2015-12-04
1
-3
/
+2
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-0
/
+5
*
[OperandBundles] Identify operand bundles with both their names and IDs
Sanjoy Das
2015-11-10
1
-1
/
+1
*
[OperandBundles] Rename accessor, NFC
Sanjoy Das
2015-11-07
1
-1
/
+1
*
Add 'notail' marker for call instructions.
Akira Hatanaka
2015-11-06
1
-0
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-1
/
+0
*
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-2
/
+2
*
HHVM calling conventions.
Maksim Panchenko
2015-09-29
1
-0
/
+2
*
AsmWriter: Print the argument names in declarations while debugging
Justin Bogner
2015-09-27
1
-23
/
+31
*
[Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das
2015-09-24
1
-0
/
+43
*
[IR] Print the label operands of a catchpad like an invoke
Reid Kleckner
2015-09-11
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
1
-0
/
+4
*
AsmWriter: Avoid O(N^2) processing of metadata
Duncan P. N. Exon Smith
2015-09-11
1
-6
/
+8
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+9
*
IR: Remove an unused AssemblyWriter constructor. NFC
Justin Bogner
2015-09-02
1
-29
/
+5
*
IR: Remove a redundant function. NFC
Justin Bogner
2015-09-02
1
-7
/
+0
*
IR: Invert a condition to make it more legible. NFC
Justin Bogner
2015-09-02
1
-18
/
+16
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-18
/
+4
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-0
/
+10
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+1
[prev]
[next]