| 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 |
| * | Fix the GCC build. | Benjamin Kramer | 2017-01-30 | 1 | -28/+40 |
| * | [MC] Remove global constructors from MCSectionMachO.cpp. | Benjamin Kramer | 2017-01-30 | 1 | -12/+12 |
| * | Only print architecture dependent flags for that architecture. | Rafael Espindola | 2017-01-30 | 1 | -1/+1 |
| * | Use StringRef in MCSectionMachO (NFC) | Mehdi Amini | 2016-10-05 | 1 | -16/+14 |
| * | [ADT] Switch a bunch of places in LLVM that were doing single-character | Chandler Carruth | 2015-09-10 | 1 | -2/+2 |
| * | Implement unique sections with an unique ID. | Rafael Espindola | 2015-04-04 | 1 | -1/+1 |
| * | Close unique sections when switching away from them. | Rafael Espindola | 2015-03-27 | 1 | -1/+1 |
| * | Create symbols marking the start of a section earlier. | Rafael Espindola | 2015-03-10 | 1 | -2/+4 |
| * | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-13 | 1 | -8/+8 |
| * | MC: Appease the buildbots | David Majnemer | 2014-03-10 | 1 | -2/+2 |
| * | MC: Cleanup MCSectionMachO::ParseSectionSpecifier | David Majnemer | 2014-03-10 | 1 | -77/+43 |
| * | 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 | -14/+14 |
| * | Correct word hyphenations | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| * | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne | 2013-04-17 | 1 | -1/+2 |
| * | Add static cast to unsigned char whenever a character classification function... | Guy Benyei | 2013-02-12 | 1 | -2/+2 |
| * | Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> | Stuart Hastings | 2011-03-19 | 1 | -0/+4 |
| * | Revert 127939. <rdar://problem/9012638> | Stuart Hastings | 2011-03-19 | 1 | -4/+0 |
| * | Revise r126127 to address Daniel's comments. <rdar://problem/9012638> | Stuart Hastings | 2011-03-19 | 1 | -0/+4 |
| * | End the line if we return early. Radar 9012638. | Stuart Hastings | 2011-02-21 | 1 | -1/+3 |
| * | Fix to correctly support attribute((section("__DATA, __common"))). | Stuart Hastings | 2011-02-21 | 1 | -7/+8 |
| * | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky | 2010-12-19 | 1 | -0/+1 |
| * | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola | 2010-11-17 | 1 | -0/+6 |
| * | Trailing whitespace. | Jim Grosbach | 2010-10-21 | 1 | -25/+25 |
| * | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung | 2010-10-04 | 1 | -1/+4 |
| * | Fix section attribute name. | Eric Christopher | 2010-05-21 | 1 | -1/+1 |
| * | MC: Add dyn_cast support to MCSection. | Daniel Dunbar | 2010-05-17 | 1 | -1/+1 |
| * | Add some section and constant support for darwin TLS. | Eric Christopher | 2010-05-17 | 1 | -1/+8 |
| * | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 1 | -8/+16 |
| * | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
| * | Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so | Kevin Enderby | 2009-10-07 | 1 | -4/+6 |
| * | eliminate a use of strtoul. | Chris Lattner | 2009-09-20 | 1 | -12/+2 |
| * | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
| * | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
| * | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 1 | -0/+279 |