summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86
Commit message (Expand)AuthorAgeFilesLines
* add support for pentium class CPUs which do not have cmov,Chris Lattner2010-03-144-16/+64
* comment fix.Chris Lattner2010-03-141-1/+1
* shrink 4-byte branches to 1-byte branches when lowering fromChris Lattner2010-03-141-0/+23
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-141-4/+4
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-142-23/+19
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-142-6/+8
* switch GC_LABEL to use an MCSymbol operand instead of a label ID operand.Chris Lattner2010-03-141-1/+1
* Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng2010-03-147-87/+183
* 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
OpenPOWER on IntegriCloud