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
/
MCAsmInfoDarwin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-11
1
-3
/
+4
*
[MC] Delete use of *structors_used.
Davide Italiano
2016-08-08
1
-1
/
+0
*
ARM: put extern __thread stubs in a special section.
Tim Northover
2016-04-25
1
-0
/
+1
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
1
-0
/
+1
*
[MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.
Ahmed Bougacha
2015-11-11
1
-5
/
+0
*
[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.
Ahmed Bougacha
2015-04-28
1
-0
/
+5
*
Remove MCStreamer include which isn't used here. NFC
Pete Cooper
2015-03-04
1
-1
/
+0
*
Learn that __DATA,__objc_classrefs is not atomized via symbols.
Rafael Espindola
2015-02-12
1
-0
/
+4
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-16
/
+1
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-1
/
+16
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-16
/
+1
*
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
2015-01-09
1
-1
/
+48
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
1
-52
/
+1
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-1
/
+16
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-16
/
+1
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-1
/
+16
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-16
/
+1
*
Refactor duplicated code.
Rafael Espindola
2014-12-29
1
-1
/
+52
*
Drop support for an old version of ld64 (from darwin 9).
Rafael Espindola
2014-10-21
1
-3
/
+0
*
Fix a bit of confusion about .set and produce more readable assembly.
Rafael Espindola
2014-10-21
1
-0
/
+1
*
MachO: actually set linker-private prefix at MC level.
Tim Northover
2014-03-29
1
-0
/
+1
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
1
-0
/
+2
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
1
-2
/
+0
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
1
-0
/
+2
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-2
/
+0
*
on darwin<10, fallback to .weak_definition (PPC,X86)
David Fang
2013-12-10
1
-0
/
+1
*
Refactor the setting of PrivateGlobalPrefix.
Rafael Espindola
2013-12-02
1
-1
/
+0
*
Convert two char* that are only ever used as booleans to bool.
Rafael Espindola
2013-12-02
1
-1
/
+1
*
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
-1
/
+0
*
Remove unused flag.
Rafael Espindola
2013-10-31
1
-1
/
+0
*
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
-0
/
+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
-7
/
+0
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
1
-2
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-12-03
1
-1
/
+0
*
MachO doesn't support the protected visibility. Don't default to 'global' her...
Bill Wendling
2011-11-29
1
-1
/
+2
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
1
-0
/
+1
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
1
-0
/
+7
*
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-02
1
-0
/
+1
*
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
1
-1
/
+1
*
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
1
-1
/
+1
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-11
/
+0
*
Add the getExprForFDESymbol method that responsible for computing the
Rafael Espindola
2011-04-28
1
-2
/
+2
[next]