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
/
CodeGen
/
AsmPrinter
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fail early on unknown appending linkage variables.
Rafael Espindola
2016-05-16
1
-6
/
+3
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
Merge two unreachable cases.
Rafael Espindola
2016-05-11
1
-2
/
+1
*
CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
Peter Collingbourne
2016-04-22
1
-5
/
+25
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-2
/
+7
*
[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar
Dmitry Polukhin
2016-04-05
1
-39
/
+44
*
[AsmPrinter] Print aliases in topological order
Tim Shen
2016-03-31
1
-1
/
+18
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
1
-1
/
+6
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
[X86] Use the correct alignment for COMDAT constant pool entries
David Majnemer
2016-02-21
1
-3
/
+4
*
Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebug
Reid Kleckner
2016-01-14
1
-2
/
+2
*
[TLS] New lower emutls pass, fix linkage bugs.
Chih-Hung Hsieh
2016-01-13
1
-71
/
+13
*
AsmPrinter: Fix wrong OS X versions being emitted for darwin triples
Matthias Braun
2016-01-13
1
-14
/
+18
*
[CodeGen] Use generic printAsOperand machinery instead of hand rolling it
David Majnemer
2015-12-25
1
-3
/
+7
*
[ASMPrinter] Fix missing handling of DW_OP_bit_piece
Keno Fischer
2015-12-22
1
-0
/
+3
*
Clean up the processing of dbg.value in various places
Keno Fischer
2015-12-19
1
-0
/
+22
*
AsmPrinter: Use emitGlobalConstantFP to emit elements of constant data
Justin Bogner
2015-12-08
1
-16
/
+4
*
Emit function alias to data as a function symbol.
Evgeniy Stepanov
2015-12-04
1
-0
/
+5
*
AsmPrinter: Simplify emitting FP elements in sequential data. NFC
Justin Bogner
2015-12-03
1
-26
/
+15
*
Stop producing .data.rel sections.
Rafael Espindola
2015-11-18
1
-7
/
+2
*
Use TargetRegisterInfo for printing MachineOperand register comments
Dan Gohman
2015-11-17
1
-7
/
+15
*
Drop prelink support.
Rafael Espindola
2015-11-17
1
-6
/
+4
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-1
/
+2
*
Delete dead code.
Rafael Espindola
2015-11-03
1
-3
/
+0
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
1
-4
/
+12
*
[CodeGen] Mark setjmp/catchret MBBs address-taken
Joseph Tremoulet
2015-10-23
1
-2
/
+5
*
[WinEH] Teach AsmPrinter about funclets
David Majnemer
2015-09-29
1
-0
/
+8
*
[WinEH] Fix ip2state table emission with funclets
Reid Kleckner
2015-09-28
1
-2
/
+2
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-2
/
+3
*
Redo "Make global aliases have symbol size equal to their type"
John Brawn
2015-08-12
1
-0
/
+14
*
Revert "Make global aliases have symbol size equal to their type"
John Brawn
2015-08-07
1
-10
/
+0
*
If the "CodeView" module flag is set, emit codeview instead of DWARF
Reid Kleckner
2015-08-05
1
-12
/
+3
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-9
/
+91
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-3
/
+3
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-3
/
+3
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-3
/
+3
*
[AsmPrinter] Check for valid constants in handleIndirectSymViaGOTPCRel
Bruno Cardoso Lopes
2015-07-21
1
-1
/
+1
*
Make global aliases have symbol size equal to their type
John Brawn
2015-07-17
1
-0
/
+10
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-92
/
+86
*
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
Mehdi Amini
2015-07-16
1
-9
/
+9
*
Redirect pointerSize query to the TargetMachine in ASMPrinter
Mehdi Amini
2015-07-16
1
-0
/
+2
*
Print the visibility of available_externally functions.
Rafael Espindola
2015-07-13
1
-1
/
+1
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-1
/
+1
*
Remove JumpInstrTableInfo.h as it is no longer used.
Eric Christopher
2015-07-06
1
-1
/
+0
*
[MMI] Use TinyPtrVector instead of PointerUnion with vector.
Benjamin Kramer
2015-06-29
1
-2
/
+1
*
[AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
Bruno Cardoso Lopes
2015-06-25
1
-2
/
+9
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-4
/
+3
*
[CodeGen] Don't emit a random reference to the personality function
David Majnemer
2015-06-18
1
-4
/
+0
*
[AsmPrinter] Make isRepeatedByteSequence smarter about odd integer types
Benjamin Kramer
2015-06-17
1
-26
/
+16
[next]