| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a layering problem by moving the x86 implementation | Chris Lattner | 2010-07-19 | 1 | -684/+0 |
* | Accept registers with P modifier. PR 5314. | Dale Johannesen | 2010-07-16 | 1 | -0/+4 |
* | Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h, | Chris Lattner | 2010-07-14 | 1 | -5/+8 |
* | Accept RIP-relative symbols with 'i' constraint, and | Dale Johannesen | 2010-07-06 | 1 | -0/+2 |
* | Add first pass at darwin tls compiler support. | Eric Christopher | 2010-06-03 | 1 | -0/+5 |
* | updated handling dllexport in X86AsmPrinter | Nathan Jeffords | 2010-05-09 | 1 | -8/+22 |
* | made COFF target dllexport logic apply to all subtargets | Nathan Jeffords | 2010-05-09 | 1 | -28/+26 |
* | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner | 2010-05-08 | 1 | -13/+13 |
* | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner | 2010-05-07 | 1 | -3/+1 |
* | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 1 | -4/+4 |
* | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner | 2010-04-08 | 1 | -11/+8 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -1/+0 |
* | mc'ize elf stub printing, convert cygwin stuff to EmitRawText, | Chris Lattner | 2010-04-04 | 1 | -12/+15 |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -2/+3 |
* | remove more implicit uses of "O". | Chris Lattner | 2010-04-04 | 1 | -35/+41 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 1 | -4/+3 |
* | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 1 | -2/+2 |
* | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 1 | -0/+5 |
* | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -1/+1 |
* | switch to the text section at the start of the .s file for darwin/x86 | Chris Lattner | 2010-03-13 | 1 | -0/+5 |
* | inline the now-trivial implementation of GetGlobalValueSymbol into | Chris Lattner | 2010-03-12 | 1 | -9/+7 |
* | eliminate the X86 version of GetGlobalValueSymbol, allowing | Chris Lattner | 2010-03-12 | 1 | -4/+0 |
* | move fastcall/stdcall mangling up into Mangler. | Chris Lattner | 2010-03-12 | 1 | -8/+1 |
* | make DecorateCygMingName a static method. | Chris Lattner | 2010-03-12 | 1 | -4/+3 |
* | minor tidying, only do work if a function is | Chris Lattner | 2010-03-12 | 1 | -4/+2 |
* | eliminate the string form of DecorateCygMingName | Chris Lattner | 2010-03-12 | 1 | -1/+2 |
* | Add a beta-test for placing the LSDA into the TEXT section on X86. | Bill Wendling | 2010-03-12 | 1 | -2/+10 |
* | Remove some dead code. This method only gets called on | Chris Lattner | 2010-03-12 | 1 | -5/+0 |
* | use Mang->getSymbol instead of duplicating the logic, reduce indentation. | Chris Lattner | 2010-03-12 | 1 | -19/+13 |
* | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling | 2010-03-10 | 1 | -20/+26 |
* | set the temporary bit on MCSymbols correctly. | Chris Lattner | 2010-03-10 | 1 | -1/+5 |
* | MC-ize the stub printing in ARM. | Bill Wendling | 2010-03-09 | 1 | -1/+1 |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -0/+22 |
* | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov | 2010-02-12 | 1 | -29/+25 |
* | reapply r95206, this time actually delete the code I'm replacing in the third... | Chris Lattner | 2010-02-03 | 1 | -9/+23 |
* | revert r95206, it is apparently causing bootstrap failure on i386-darwin9 | Chris Lattner | 2010-02-03 | 1 | -24/+7 |
* | make the x86 backend emit darwin stubs through mcstreamer | Chris Lattner | 2010-02-03 | 1 | -7/+24 |
* | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner | 2010-02-03 | 1 | -5/+5 |
* | don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction, | Chris Lattner | 2010-02-03 | 1 | -1/+0 |
* | Finally eliminate printMCInst and send instructions through | Chris Lattner | 2010-02-03 | 1 | -7/+0 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -58/+4 |
* | now that enough stuff is constified, move function header printing | Chris Lattner | 2010-01-26 | 1 | -85/+22 |
* | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner | 2010-01-26 | 1 | -18/+3 |
* | simplify asmprinter: only emit .set directives when entries have | Chris Lattner | 2010-01-26 | 1 | -11/+2 |
* | implement X86 @GOTOFF jump table entries with the new EK_Custom32 | Chris Lattner | 2010-01-26 | 1 | -17/+0 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -4/+4 |
* | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner | 2010-01-26 | 1 | -1/+0 |
* | Rearrange handling of jump tables. Highlights: | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner | 2010-01-25 | 1 | -1/+1 |