| Commit message (Expand) | Author | Age | Files | Lines |
* | --- Reverse-merging r82282 into '.': | Bill Wendling | 2009-09-20 | 1 | -5/+0 |
* | Still one more thing wrong here... | Bill Wendling | 2009-09-20 | 1 | -0/+5 |
* | Here's fun! It turns out that these filter functions can be internal. If they're | Bill Wendling | 2009-09-20 | 1 | -6/+0 |
* | Revert r82274. It's causing failures in the CINT2006 benchmarks. | Bill Wendling | 2009-09-19 | 1 | -0/+6 |
* | It's inefficient to have place the exception tables (which contain the LSDA) | Bill Wendling | 2009-09-18 | 1 | -2/+2 |
* | pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, | Chris Lattner | 2009-09-17 | 1 | -0/+2 |
* | Big change #1 for personality function references: | Chris Lattner | 2009-09-16 | 1 | -0/+39 |
* | Provide proper section flags for various BSS flavours | Anton Korobeynikov | 2009-09-09 | 1 | -1/+5 |
* | Whitespace cleanup | Anton Korobeynikov | 2009-09-09 | 1 | -163/+162 |
* | Simplify. | Daniel Dunbar | 2009-08-26 | 1 | -3/+3 |
* | fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections | Chris Lattner | 2009-08-18 | 1 | -0/+8 |
* | Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on... | Anton Korobeynikov | 2009-08-18 | 1 | -0/+3 |
* | Clear the uniquing table when initializing TLOF to avoid a crash when the TLO... | Benjamin Kramer | 2009-08-17 | 1 | -0/+6 |
* | Update getSectionForConstant() to to allow mergable sections to be nulled out | Richard Osborne | 2009-08-17 | 1 | -3/+3 |
* | the .eh_frame sections we generate need to be writable (which | Chris Lattner | 2009-08-15 | 1 | -1/+2 |
* | If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow | Chris Lattner | 2009-08-15 | 1 | -3/+3 |
* | Make these matching rules more strict so that they don't | Dan Gohman | 2009-08-14 | 1 | -3/+3 |
* | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes | 2009-08-13 | 1 | -2/+2 |
* | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes | 2009-08-13 | 1 | -58/+162 |
* | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner | 2009-08-13 | 1 | -6/+32 |
* | add some comments: MCContext owns the MCSections, but it bump pointer allocates | Chris Lattner | 2009-08-13 | 1 | -2/+0 |
* | reject invalid code like: | Chris Lattner | 2009-08-13 | 1 | -27/+34 |
* | implement support for uniquing MachO sections. | Chris Lattner | 2009-08-12 | 1 | -8/+31 |
* | reduce #includage | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | Tidy #includes. | Dan Gohman | 2009-08-11 | 1 | -0/+1 |
* | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 1 | -1/+1 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -61/+119 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -100/+0 |
* | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner | 2009-08-08 | 1 | -3/+3 |
* | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner | 2009-08-08 | 1 | -3/+23 |
* | now that getOrCreateSection is all object-file specific, | Chris Lattner | 2009-08-08 | 1 | -138/+122 |
* | sink getOrCreateSection down into all the object file implementations, | Chris Lattner | 2009-08-08 | 1 | -8/+21 |
* | Fix several fixmes and clean up code by sinking *all* section | Chris Lattner | 2009-08-06 | 1 | -16/+29 |
* | expose SectionKindForGlobal to curious clients, named as | Chris Lattner | 2009-08-05 | 1 | -9/+8 |
* | enhance codegen to put 16-bit character strings into the | Chris Lattner | 2009-08-04 | 1 | -17/+15 |
* | fix a fixme: don't create an explicit "CStringSection" for ELF, | Chris Lattner | 2009-08-04 | 1 | -9/+4 |
* | Add support emiting for 2/4 byte mergable strings to the ".rodata.str*" | Chris Lattner | 2009-08-04 | 1 | -12/+39 |
* | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner | 2009-08-04 | 1 | -13/+35 |
* | Eliminate textual section switching from the x86 backend, one | Chris Lattner | 2009-08-03 | 1 | -0/+13 |
* | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 1 | -0/+116 |
* | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner | 2009-08-02 | 1 | -0/+6 |
* | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner | 2009-08-02 | 1 | -0/+11 |
* | convert ctors/dtors section to be in TLOF instead of | Chris Lattner | 2009-08-02 | 1 | -0/+24 |
* | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner | 2009-08-01 | 1 | -56/+50 |
* | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner | 2009-08-01 | 1 | -7/+5 |
* | fix a fixme by sinking various target-specific directives down into | Chris Lattner | 2009-08-01 | 1 | -16/+13 |
* | coff also doesn't have a ReadOnlySection yet, (!) | Chris Lattner | 2009-08-01 | 1 | -3/+0 |
* | coff doesn't set a .bss seciton, so this is dead. | Chris Lattner | 2009-08-01 | 1 | -3/+0 |
* | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner | 2009-08-01 | 1 | -44/+43 |
* | don't use isWeak anymore. | Chris Lattner | 2009-08-01 | 1 | -4/+4 |