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
*
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
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-4
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+58
*
[opaque pointers] Remove use of PointerType::getElementType in favor of GEPOp...
David Blaikie
2015-07-29
1
-4
/
+1
*
IR: Expose the method 'getLocalSlot' in the module slot tracker.
Alex Lorenz
2015-07-27
1
-0
/
+5
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-2
/
+1
*
IR: Extract a function 'printLLVMNameWithoutPrefix' from 'PrintLLVMName'. NFC.
Alex Lorenz
2015-07-21
1
-14
/
+26
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-58
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+58
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+14
*
IR: Expose ModuleSlotTracker in Value::print()
Duncan P. N. Exon Smith
2015-06-27
1
-10
/
+29
*
Plug a leak introduced by r240848
Duncan P. N. Exon Smith
2015-06-27
1
-2
/
+5
*
CodeGen: Push the ModuleSlotTracker through Metadata
Duncan P. N. Exon Smith
2015-06-26
1
-11
/
+19
*
CodeGen: Use a single SlotTracker in MachineFunction::print()
Duncan P. N. Exon Smith
2015-06-26
1
-20
/
+72
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+10
*
Allow aliases to be unnamed.
Rafael Espindola
2015-06-17
1
-7
/
+8
*
Use a range loop. NFC.
Rafael Espindola
2015-06-17
1
-16
/
+11
*
C++11 Rangify loops in AssemblyWriter::printModule, NFC.
Yaron Keren
2015-06-13
1
-11
/
+8
*
Prefer copy init over direct init. NFC.
Benjamin Kramer
2015-06-08
1
-1
/
+1
*
[AsmWriter] Rewrite module asm printing using StringRef::split.
Benjamin Kramer
2015-06-07
1
-16
/
+9
*
[IR/AsmWriter] Output escape sequences if the first character isdigit()
Filipe Cabecinhas
2015-06-02
1
-6
/
+11
*
clang-format a few functions. NFC
Filipe Cabecinhas
2015-06-02
1
-6
/
+4
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-0
/
+1
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-2
/
+2
*
Emit comment for gc.relocate showing base and derived pointers in human reada...
Igor Laevsky
2015-05-05
1
-0
/
+21
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-53
/
+53
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-3
/
+13
[next]