| 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 | 
| *  | [MC] Enable .file support on COFF and diagnose it on unsupported targets | Reid Kleckner | 2018-12-21 | 1 | -1/+1 | 
| *  | Revert "[COFF] Use comdat shared constants for MinGW as well" | Martin Storsjo | 2018-07-26 | 1 | -0/+8 | 
| *  | [COFF] Use comdat shared constants for MinGW as well | Martin Storsjo | 2018-07-25 | 1 | -8/+0 | 
| *  | [MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC. | Martin Storsjo | 2018-07-23 | 1 | -0/+8 | 
| *  | [mingw] Fix GCC ABI compatibility for comdat things | Reid Kleckner | 2018-06-21 | 1 | -1/+10 | 
| *  | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-11 | 1 | -9/+8 | 
| *  | [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin. | Ahmed Bougacha | 2015-11-11 | 1 | -2/+1 | 
| *  | [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin. | Ahmed Bougacha | 2015-04-28 | 1 | -0/+4 | 
| *  | Remove HasLEB128. | Rafael Espindola | 2014-08-15 | 1 | -1/+0 | 
| *  | 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 | 
| *  | 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 DwarfSectionOffsetDirective string | Matt Arsenault | 2013-04-22 | 1 | -1/+1 | 
| *  | Fix alignment of .comm and .lcomm on mingw32. | Benjamin Kramer | 2012-09-07 | 1 | -2/+4 | 
| *  | Contrary to what the documentation says, .lcomm alignment on COFF is in bytes... | Benjamin Kramer | 2012-09-07 | 1 | -1/+1 | 
| *  | MC: Overhaul handling of .lcomm | Benjamin Kramer | 2012-09-07 | 1 | -1/+1 | 
| *  | Refactor data-in-code annotations. | Jim Grosbach | 2012-05-18 | 1 | -2/+0 | 
| *  | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 1 | -1/+1 | 
| *  | Prune some includes | Craig Topper | 2012-03-27 | 1 | -1/+0 | 
| *  | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+6 | 
| *  | MC/X86/COFF: Allow quotes in names when targeting MS/Windows, | Michael J. Spencer | 2011-11-29 | 1 | -0/+8 | 
| *  | Teach the MC to output code/data region marker labels in MachO and ELF modes.... | Owen Anderson | 2011-10-04 | 1 | -0/+2 | 
| *  | PR10989: Don't print .hidden on Windows. | Eli Friedman | 2011-09-23 | 1 | -1/+2 | 
| *  | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 1 | -1/+1 | 
| *  | Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. | Cameron Zwarich | 2011-02-25 | 1 | -1/+0 | 
| *  | Enable DebugInfo support for COFF object files. | Devang Patel | 2011-02-24 | 1 | -0/+1 | 
| *  | Revert part of my last commit. the mingw32 build bot doesn't seem to like it. | Michael J. Spencer | 2010-08-23 | 1 | -1/+0 | 
| *  | Workaround broken jump tables on x86-64 COFF. | Michael J. Spencer | 2010-08-23 | 1 | -0/+1 | 
| *  | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner | 2010-04-04 | 1 | -1/+0 | 
| *  | isAbsoluteEHSectionOffsets always returns false, eliminate it  | Chris Lattner | 2010-04-04 | 1 | -1/+0 | 
| *  | move fastcall/stdcall mangling up into Mangler. | Chris Lattner | 2010-03-12 | 1 | -0/+1 | 
| *  | use EmitLinkage for functions as well as globals.  One output | Chris Lattner | 2010-01-26 | 1 | -1/+1 | 
| *  | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -1/+0 | 
| *  | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 1 | -1/+1 | 
| *  | coff targets support alignment on .comm | Chris Lattner | 2010-01-25 | 1 | -1/+0 | 
| *  | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner | 2010-01-23 | 1 | -1/+1 | 
| *  | mcize visibility directives. | Chris Lattner | 2010-01-23 | 1 | -1/+3 | 
| *  | revert 93934, removing the MCAsmInfo endianness bit.  I can't | Chris Lattner | 2010-01-20 | 1 | -1/+1 | 
| *  | give MCAsmInfo a 'has little endian' bit.  This is unfortunate, but | Chris Lattner | 2010-01-19 | 1 | -1/+1 | 
| *  | hookize the cygwin ".linkonce" directive. | Chris Lattner | 2010-01-19 | 1 | -0/+1 | 
| *  | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 1 | -2/+2 | 
| *  | move the MCAsmInfo .cpp/.h files into the right  | Chris Lattner | 2009-08-22 | 1 | -0/+37 |