aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-132-2/+2
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* switch to the text section at the start of the .s file for darwin/x86Chris Lattner2010-03-132-1/+7
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* remove special case code that isn't needed anymore.Chris Lattner2010-03-121-5/+0
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-3/+3
* inline the now-trivial implementation of GetGlobalValueSymbol intoChris Lattner2010-03-121-9/+7
* eliminate the X86 version of GetGlobalValueSymbol, allowingChris Lattner2010-03-122-5/+0
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-122-11/+1
* make DecorateCygMingName a static method.Chris Lattner2010-03-122-8/+6
* minor tidying, only do work if a function is Chris Lattner2010-03-122-6/+4
* eliminate the string form of DecorateCygMingNameChris Lattner2010-03-122-13/+18
* Add a beta-test for placing the LSDA into the TEXT section on X86.Bill Wendling2010-03-121-2/+10
* Fix llc crash on invalid input.Devang Patel2010-03-121-0/+7
* Remove some dead code. This method only gets called on Chris Lattner2010-03-121-5/+0
* use Mang->getSymbol instead of duplicating the logic, reduce indentation.Chris Lattner2010-03-121-19/+13
* simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner2010-03-121-5/+2
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-102-30/+50
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-102-6/+11
* MC-ize the stub printing in ARM.Bill Wendling2010-03-091-1/+1
* Make the operand and format specifier match, and print allDan Gohman2010-02-171-1/+1
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-0/+22
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-122-31/+26
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-114-2/+14
* print all the newlines at the end of instructions withChris Lattner2010-02-101-3/+3
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-101-0/+5
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-1/+1
* unify the paths for external symbols and global variables:Chris Lattner2010-02-082-83/+48
* switch the rest of the "@ concatentation" logic in the X86Chris Lattner2010-02-082-120/+46
* switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner2010-02-081-2/+5
* really kill off the last MRMInitReg inst, remove logic from encoder.Chris Lattner2010-02-051-0/+1
* lower the last of the MRMInitReg instructions in MCInstLower.Chris Lattner2010-02-051-0/+7
* teach X86MCInstLower to lower the MOV32r0 and MOV8r0 Chris Lattner2010-02-051-2/+10
* genericize helpers, use them for MOV16r0/MOV64r0Chris Lattner2010-02-051-27/+21
* factor code better in X86MCInstLower::Lower, teach it toChris Lattner2010-02-051-44/+26
* Rewrite FP constant handling in DEBUG_VALUE yetDale Johannesen2010-02-041-5/+17
* reapply r95206, this time actually delete the code I'm replacing in the third...Chris Lattner2010-02-031-9/+23
* revert r95206, it is apparently causing bootstrap failure on i386-darwin9Chris Lattner2010-02-031-24/+7
* make the x86 backend emit darwin stubs through mcstreamerChris Lattner2010-02-031-7/+24
* make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner2010-02-032-9/+9
* don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,Chris Lattner2010-02-031-1/+0
* Finally eliminate printMCInst and send instructions throughChris Lattner2010-02-033-17/+4
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-0/+4
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-033-16/+0
* Print FPImm a less kludgy way; APFloat.toString seemsDale Johannesen2010-02-031-6/+3
* Accept floating point immediates in DEBUG_VALUE.Dale Johannesen2010-02-021-1/+11
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-283-62/+7
* Treat MO_REG 0 location as undefined in DEBUG_VALUE,Dale Johannesen2010-01-271-2/+8