aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86
Commit message (Expand)AuthorAgeFilesLines
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-141-1/+4
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-141-3/+4
* X86_64: Fix encoding for the rest of the 64i32 instructions too.Daniel Dunbar2010-03-131-12/+12
* X86: Fix ADD64i32 encoding.Daniel Dunbar2010-03-131-2/+2
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-133-3/+3
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* MC/X86_64: Fix matching of leaq.Daniel Dunbar2010-03-131-2/+2
* MC/X86_64: Fix matching of callq.Daniel Dunbar2010-03-131-0/+1
* simplify some overly general code. The stack always grows down on x86.Chris Lattner2010-03-131-6/+2
* switch to the text section at the start of the .s file for darwin/x86Chris Lattner2010-03-132-1/+7
* MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testingDaniel Dunbar2010-03-131-0/+9
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-124-4/+4
* 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
* prune #includes, this file should be removed pending hte cygwin stub issue be...Chris Lattner2010-03-121-8/+0
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-124-58/+1
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-122-2/+2
* make DecorateCygMingName a static method.Chris Lattner2010-03-123-10/+8
* minor tidying, only do work if a function is Chris Lattner2010-03-124-16/+15
* eliminate the string form of DecorateCygMingNameChris Lattner2010-03-124-50/+41
* remove the FnArgWords cache to make way for future changes.Chris Lattner2010-03-122-17/+11
* Add a beta-test for placing the LSDA into the TEXT section on X86.Bill Wendling2010-03-122-2/+57
* 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
* Use StringRef::substr instead of std::string::substr to avoid using a free'dBenjamin Kramer2010-03-121-1/+2
* Remove getWidenVectorType, which is no longer used.Dan Gohman2010-03-112-45/+0
* revert r98270.Bill Wendling2010-03-111-2/+2
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-112-6/+7
* Bad bad bug. x86 force indirect tail call address into eax when it's meant to...Evan Cheng2010-03-111-2/+2
* Have fast-isel understand llvm.objectsize. Update testcase for slightlyEric Christopher2010-03-111-0/+24
* MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...Daniel Dunbar2010-03-112-3/+4
* MC: Sketch some TargetAsmBackend hooks we are going to need.Daniel Dunbar2010-03-111-2/+22
* MC: Provide the target triple to AsmBackend constructors.Daniel Dunbar2010-03-112-8/+7
* add support, testcases, and dox for the new GHC callingChris Lattner2010-03-114-13/+60
* Work around a bug in the openbsd assembler on i386,Chris Lattner2010-03-111-1/+6
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-102-30/+50
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-101-0/+15
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-104-10/+20
* MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only...Daniel Dunbar2010-03-091-9/+11
* MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only...Daniel Dunbar2010-03-091-6/+12
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-092-2/+2
* Don't try to fold V_SET0 and V_SETALLONES to loads in medium andDan Gohman2010-03-091-0/+5
* MC-ize the stub printing in ARM.Bill Wendling2010-03-091-1/+1
* don't reset defaults.Chris Lattner2010-03-081-2/+0
* Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytesKevin Enderby2010-03-081-1/+1
* X86: Fix encoding for TEST{8,16,32}rr.Daniel Dunbar2010-03-081-3/+3