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
...
*
Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"
Renato Golin
2016-09-08
1
-10
/
+0
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-08
1
-0
/
+10
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-0
/
+2
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-2
/
+0
*
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...
Matthias Braun
2016-08-23
1
-7
/
+0
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-0
/
+7
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[MC] Delete use of *structors_used.
Davide Italiano
2016-08-08
1
-12
/
+0
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-2
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-5
/
+5
*
AsmPrinter: Fix emitKill() not flush()ing a raw_string_ostream
Matthias Braun
2016-07-09
1
-1
/
+1
*
80-column and comment fixups.
Eric Christopher
2016-07-01
1
-5
/
+8
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-4
/
+4
*
Use isPositionIndependent in a few more places.
Rafael Espindola
2016-06-28
1
-1
/
+1
*
Move isPositionIndependent up to AsmPrinter.
Rafael Espindola
2016-06-27
1
-0
/
+4
*
IR: Introduce Module::global_objects().
Peter Collingbourne
2016-06-22
1
-10
/
+4
*
doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, the
Joerg Sonnenberger
2016-06-18
1
-2
/
+2
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Fix BSS global handling in AsmPrinter
Nirav Dave
2016-06-14
1
-35
/
+33
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
1
-2
/
+2
*
CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor.
Peter Collingbourne
2016-05-20
1
-0
/
+1
*
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
[prev]
[next]