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
/
MC
/
MCAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
2015-01-09
1
-0
/
+4
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
1
-4
/
+0
*
Refactor duplicated code.
Rafael Espindola
2014-12-29
1
-0
/
+4
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-0
/
+1
*
[NVPTX] Do not emit .weak symbols for NVPTX
Jingyue Wu
2014-12-01
1
-0
/
+1
*
Drop support for an old version of ld64 (from darwin 9).
Rafael Espindola
2014-10-21
1
-1
/
+0
*
Fix a bit of confusion about .set and produce more readable assembly.
Rafael Espindola
2014-10-21
1
-1
/
+1
*
MC: remove unnecessary enumeration prefix
Saleem Abdulrasool
2014-09-01
1
-1
/
+1
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
1
-1
/
+0
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-1
/
+1
*
MC: add enumeration of WinEH data encoding
Saleem Abdulrasool
2014-06-11
1
-1
/
+2
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-3
/
+3
*
MachO: allow each section to have a linker-private symbol
Tim Northover
2014-03-29
1
-0
/
+1
*
DebugInfo: Support for compressed debug info sections
David Blaikie
2014-03-27
1
-0
/
+2
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
1
-24
/
+0
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
1
-0
/
+14
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
1
-14
/
+0
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
1
-0
/
+14
*
Every target uses .align. Simplify.
Rafael Espindola
2014-02-04
1
-1
/
+0
*
CommentColumn is always 40. Simplify.
Rafael Espindola
2014-01-16
1
-1
/
+0
*
[patch] Adjust behavior of FDE cross-section relocs for targets that don't su...
Iain Sandoe
2014-01-08
1
-0
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-3
/
+0
*
on darwin<10, fallback to .weak_definition (PPC,X86)
David Fang
2013-12-10
1
-0
/
+1
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-0
/
+1
*
Refactor the setting of PrivateGlobalPrefix.
Rafael Espindola
2013-12-02
1
-1
/
+1
*
Convert two char* that are only ever used as booleans to bool.
Rafael Espindola
2013-12-02
1
-2
/
+2
*
The global prefix is always one char. Don't use a string for it.
Rafael Espindola
2013-11-28
1
-1
/
+1
*
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
2013-11-13
1
-3
/
+0
*
Remove always true flag.
Rafael Espindola
2013-11-12
1
-1
/
+0
*
Remove unused flag.
Rafael Espindola
2013-10-31
1
-1
/
+0
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
1
-0
/
+1
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-0
/
+1
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-0
/
+1
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-1
/
+0
*
Remove support for the .debug_inlined section. No known software
Eric Christopher
2013-08-28
1
-1
/
+0
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-2
/
+2
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
1
-0
/
+1
*
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
1
-1
/
+1
*
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
1
-1
/
+1
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-0
/
+2
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+1
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
1
-1
/
+1
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-1
/
+1
*
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
1
-1
/
+0
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
1
-1
/
+0
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-6
/
+1
*
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
1
-2
/
+0
*
Output UTF-8-encoded characters as identifier characters into assembly
Alexis Hunt
2012-04-07
1
-0
/
+1
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+1
[next]