summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-29
* Place this bracket according to the LLVM style.Duncan Sands2011-09-29
* PTX: Fix broken shared library buildJustin Holewinski2011-09-29
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-29
* Target/ARM: Unbreak! CMake! Build!NAKAMURA Takumi2011-09-29
* Delete NEONMoveFix, now unused.Jakob Stoklund Olesen2011-09-29
* Use ExecutionDepsFix instead of NEONMoveFix.Jakob Stoklund Olesen2011-09-29
* typo + pastoAndrew Trick2011-09-29
* Remove NumImplicitOps which is now unused.Jakob Stoklund Olesen2011-09-29
* LSR: rewrite inner loops only.Andrew Trick2011-09-29
* Move to ISelLowering.Bill Wendling2011-09-29
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-29
* Use the local we already set up.Eric Christopher2011-09-29
* Rewrite MachineInstr::addOperand() to avoid NumImplicitOps.Jakob Stoklund Olesen2011-09-29
* Revert r140731, "Define classes for unary and binary FP instructions and use ...Jakob Stoklund Olesen2011-09-28
* Tighten a ARM dag combine condition to avoid an identity transformation, whichEvan Cheng2011-09-28
* Define classes for unary and binary FP instructions and use them to defineAkira Hatanaka2011-09-28
* Have the SjLjEHPrepare pass do some more heavy lifting.Bill Wendling2011-09-28
* PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...Eli Friedman2011-09-28
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-28
* Perform the lowering only if there are invokes.Bill Wendling2011-09-28
* Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.Bill Wendling2011-09-28
* PTX: Fix alignment logicJustin Holewinski2011-09-28
* Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.Akira Hatanaka2011-09-28
* Remove definitions of branch-on-FP-likely instructions. They are deprecated.Akira Hatanaka2011-09-28
* Mips64 predicate definitions. Patch by Liu.Akira Hatanaka2011-09-28
* indvars: generalize SCEV getPreStartForSignExtend.Andrew Trick2011-09-28
* PTX: MC-ize the PTX backend (patch 2 of N)Justin Holewinski2011-09-28
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-28
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-28
* A typeid of zero means a cleanup, not a catch. This case occursDuncan Sands2011-09-28
* PTX: Simplify code. No functionality change.Benjamin Kramer2011-09-28
* PTX: Pass param name strings per const reference.Benjamin Kramer2011-09-28
* Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.Bill Wendling2011-09-28
* Bitcast the alloca to an i8* to match the intrinsic's signature.Bill Wendling2011-09-28
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-28
* In the new EH model, setup the function context and the call site info.Bill Wendling2011-09-28
* Don't conditionalize execution of the SjLj EH prepare pass.Bill Wendling2011-09-28
* indvars should hoist [sz]ext because licm is not rerun.Andrew Trick2011-09-28
* PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman2011-09-28
* Rename class and clean up source.Jakob Stoklund Olesen2011-09-28
* Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen2011-09-28
* Remove MipsFPRound. Mips1 is no longer supported.Akira Hatanaka2011-09-27
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-27
* Unbreak CMake build.Ted Kremenek2011-09-27
* Implement TII::get/setExecutionDomain() for ARM.Jakob Stoklund Olesen2011-09-27
* Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.Jakob Stoklund Olesen2011-09-27
* ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach2011-09-27
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-27
* Embed patterns in definitions of MFC1 and MTC1 instead of defining them outsideAkira Hatanaka2011-09-27