aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* A typeid of zero means a cleanup, not a catch. This case occursDuncan Sands2011-09-281-2/+4
* PTX: Simplify code. No functionality change.Benjamin Kramer2011-09-281-13/+5
* PTX: Pass param name strings per const reference.Benjamin Kramer2011-09-282-7/+7
* Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.Bill Wendling2011-09-281-1/+2
* Bitcast the alloca to an i8* to match the intrinsic's signature.Bill Wendling2011-09-281-1/+4
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-282-0/+14
* In the new EH model, setup the function context and the call site info.Bill Wendling2011-09-281-1/+181
* Don't conditionalize execution of the SjLj EH prepare pass.Bill Wendling2011-09-281-5/+1
* indvars should hoist [sz]ext because licm is not rerun.Andrew Trick2011-09-281-17/+27
* PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman2011-09-281-1/+1
* Rename class and clean up source.Jakob Stoklund Olesen2011-09-281-25/+28
* Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen2011-09-283-1/+1
* Remove MipsFPRound. Mips1 is no longer supported.Akira Hatanaka2011-09-271-4/+0
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-273-21/+31
* Unbreak CMake build.Ted Kremenek2011-09-272-2/+3
* Implement TII::get/setExecutionDomain() for ARM.Jakob Stoklund Olesen2011-09-272-0/+59
* Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.Jakob Stoklund Olesen2011-09-273-10/+8
* ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach2011-09-271-0/+10
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-274-2/+127
* Embed patterns in definitions of MFC1 and MTC1 instead of defining them outsideAkira Hatanaka2011-09-271-5/+4
* Remove an invalid assert that is really just asserting when the scheduler emitsCameron Zwarich2011-09-271-1/+0
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-273-4/+4
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-2714-109/+86
* These symbols appear to be visible by SearchForAddressOfSymbol and no longer Chad Rosier2011-09-271-15/+0
* Object: Add archive support.Michael J. Spencer2011-09-273-1/+181
* Check that catch clauses have pointer type.Duncan Sands2011-09-271-2/+7
* PTX: Fix case where printed alignment could be 0Justin Holewinski2011-09-271-1/+1
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-276-55/+64
* Use existing function.Jakob Stoklund Olesen2011-09-271-13/+1
* Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka2011-09-271-33/+81
* Do not add the pass that restores $gp if target is Mips64.Akira Hatanaka2011-09-271-1/+4
* Have the verifier check that all landingpad operands are constants.Duncan Sands2011-09-271-0/+11
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-272-10/+12
* Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,Nadav Rotem2011-09-271-10/+1
* Mark MipsPseudo isPseudo.Akira Hatanaka2011-09-271-1/+3
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-271-0/+25
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-271-3/+23
* Disable LSR retry by default.Andrew Trick2011-09-271-0/+16
* LSR, one of the new Cost::isLoser() checks did not get merged in the previous...Andrew Trick2011-09-261-2/+6
* Remove extraneous commit garbage.Owen Anderson2011-09-261-2/+0
* LSR cost metric minor fix and verification.Andrew Trick2011-09-261-3/+26
* Set register class of a register according to value of HasMips64.Akira Hatanaka2011-09-261-1/+1
* Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka2011-09-262-4/+5
* In single float mode, double precision FP arguments are passed in integerAkira Hatanaka2011-09-261-4/+3
* ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson2011-09-263-3/+37
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-261-0/+40
* PTX: Fix memcpy intrinsic to handle 64-bit pointersJustin Holewinski2011-09-261-8/+9
* PTX: Implement PTXSelectionDAGInfoJustin Holewinski2011-09-265-5/+214
* PTX: Implement ISD::ANY_EXTENDJustin Holewinski2011-09-261-0/+12
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-263-48/+75