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
/
MCParser
/
DarwinAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] Error on a .zerofill directive in a non-virtual section
Francis Visoiu Mistrih
2018-07-02
1
-4
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Make helpers static. No functionality change.
Benjamin Kramer
2017-12-24
1
-1
/
+1
*
MC: Add support for mach-o build_version
Matthias Braun
2017-12-14
1
-50
/
+144
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-10
1
-5
/
+61
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-2
/
+2
*
Use StringRef in DarwinAsmParser (NFC)
Mehdi Amini
2016-10-05
1
-4
/
+3
*
[MC] Cleanup Error Handling in AsmParser
Nirav Dave
2016-07-18
1
-1
/
+0
*
[MC/Darwin] Fix a -Wmisleading-indentation warning, reported by GCC 6.
Davide Italiano
2016-07-05
1
-2
/
+2
*
ARM: put extern __thread stubs in a special section.
Tim Northover
2016-04-25
1
-0
/
+8
*
[Object] Make .alt_entry directive parsing MachO specific.
Lang Hames
2016-04-11
1
-0
/
+22
*
Use std::unique_ptr. NFC.
Rafael Espindola
2015-12-16
1
-7
/
+7
*
Stop producing .data.rel sections.
Rafael Espindola
2015-11-18
1
-6
/
+4
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
1
-1
/
+28
*
[MachO] Stop generating *coal* sections.
Akira Hatanaka
2015-10-15
1
-0
/
+25
*
Revert r250349.
Akira Hatanaka
2015-10-15
1
-25
/
+0
*
[MachO] Stop generating *coal* sections.
Akira Hatanaka
2015-10-14
1
-0
/
+25
*
Revert r250342.
Akira Hatanaka
2015-10-14
1
-25
/
+0
*
[MachO] Stop generating *coal* sections.
Akira Hatanaka
2015-10-14
1
-0
/
+25
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-5
/
+5
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-4
/
+4
*
SourceMgr: make valid buffer IDs start from one
Alp Toker
2014-07-06
1
-1
/
+1
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-4
/
+4
*
Tidy up. Update per naming conventions.
Jim Grosbach
2014-03-18
1
-197
/
+197
*
Darwin: Add assembler directives to create version-min load commands.
Jim Grosbach
2014-03-18
1
-0
/
+48
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-1
/
+1
*
MC: Use MachO::SectionType for MCSectionMachO::getType's return type
David Majnemer
2014-03-07
1
-1
/
+1
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-44
/
+44
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+2
*
Use the default values.
Rafael Espindola
2014-02-04
1
-1
/
+1
*
Add Support For .bss Named Section Directive For Darwin Targets.
Rafael Espindola
2013-10-02
1
-0
/
+5
*
The integrated darwin assembler can hang in an infinite loop (or get an assert
Kevin Enderby
2013-08-28
1
-0
/
+36
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-3
/
+3
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-79
/
+79
*
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
1
-0
/
+30
*
[MC] Fix 80-col violas.
Daniel Dunbar
2013-01-18
1
-41
/
+89
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
1
-3
/
+4
*
Teach MachO which sections contain code
Tim Northover
2012-12-17
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.
Bill Wendling
2012-08-08
1
-2
/
+39
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+42
*
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
1
-4
/
+2
*
Revert r131644; it's breaking the build.
Eli Friedman
2011-05-19
1
-2
/
+4
*
Introduce -fatal-assembler-warnings for the obvious purpose
Joerg Sonnenberger
2011-05-19
1
-4
/
+2
[next]