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
*
Don't invoke getName() from Function::isIntrinsic().
Justin Lebar
2016-07-27
1
-2
/
+2
*
[codeview] Add DISubprogram::ThisAdjustment
Reid Kleckner
2016-07-01
1
-0
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/IR.
Benjamin Kramer
2016-06-26
1
-8
/
+7
*
IR: Introduce Module::global_objects().
Peter Collingbourne
2016-06-22
1
-5
/
+2
*
IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...
Peter Collingbourne
2016-06-21
1
-8
/
+13
*
Add llvm_unreachable to silence a "not all control paths" false positive warn...
Aaron Ballman
2016-06-15
1
-0
/
+1
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-6
/
+20
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-0
/
+1
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
1
-2
/
+13
*
Try to fix a msvc warning.
Rafael Espindola
2016-05-11
1
-0
/
+1
*
Replace PrintLinkage with getLinkagePrintName. NFC.
Rafael Espindola
2016-05-11
1
-17
/
+25
*
AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.
Nikolay Haustov
2016-05-06
1
-0
/
+1
*
IR: Avoid mallocs in constructor of ModuleSlotTracker
Duncan P. N. Exon Smith
2016-04-20
1
-4
/
+15
*
IR: Use a single ModuleSlotTracker in the Verifier
Duncan P. N. Exon Smith
2016-04-20
1
-0
/
+16
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-1
/
+1
*
[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
[next]