summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Changed comments on foreign C++ exceptions (generated with type info 7), Garrison Venn2011-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
* Test case for r140670: indvars should hoist sext.Andrew Trick2011-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
* Remove an invalid assert that is really just asserting when the scheduler emitsCameron Zwarich2011-09-27
* test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...NAKAMURA Takumi2011-09-27
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* Remove incorrect passage.Bill Wendling2011-09-27
* These symbols appear to be visible by SearchForAddressOfSymbol and no longer Chad Rosier2011-09-27
* Add binary archive support to llvm-nm.Michael J. Spencer2011-09-27
* Object: Add archive support.Michael J. Spencer2011-09-27
* Check that catch clauses have pointer type.Duncan Sands2011-09-27
* PTX: Fix case where printed alignment could be 0Justin Holewinski2011-09-27
* Unbreak tests.Michael J. Spencer2011-09-27
* Add FCA to the lexicon.Bill Wendling2011-09-27
* PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski2011-09-27
* Use existing function.Jakob Stoklund Olesen2011-09-27
* Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka2011-09-27
* Do not add the pass that restores $gp if target is Mips64.Akira Hatanaka2011-09-27
* Have the verifier check that all landingpad operands are constants.Duncan Sands2011-09-27
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-27
* Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,Nadav Rotem2011-09-27
* Remove some not-really-correct wording.Bill Wendling2011-09-27
* Mark MipsPseudo isPseudo.Akira Hatanaka2011-09-27
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-27
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-27
* Disable LSR retry by default.Andrew Trick2011-09-27
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-27
* LSR, one of the new Cost::isLoser() checks did not get merged in the previous...Andrew Trick2011-09-26
* Convert a bunch more tests over to the new atomic instructions.Eli Friedman2011-09-26
* Remove extraneous commit garbage.Owen Anderson2011-09-26