aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-27Unbreak CMake build.Ted Kremenek
2011-09-27Implement TII::get/setExecutionDomain() for ARM.Jakob Stoklund Olesen
2011-09-27Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.Jakob Stoklund Olesen
2011-09-27ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach
2011-09-27This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling
2011-09-27Embed patterns in definitions of MFC1 and MTC1 instead of defining them outsideAkira Hatanaka
2011-09-27Remove an invalid assert that is really just asserting when the scheduler emitsCameron Zwarich
2011-09-27test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...NAKAMURA Takumi
2011-09-27Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer
2011-09-27Remove incorrect passage.Bill Wendling
2011-09-27These symbols appear to be visible by SearchForAddressOfSymbol and no longer Chad Rosier
2011-09-27Add binary archive support to llvm-nm.Michael J. Spencer
2011-09-27Object: Add archive support.Michael J. Spencer
2011-09-27Check that catch clauses have pointer type.Duncan Sands
2011-09-27PTX: Fix case where printed alignment could be 0Justin Holewinski
2011-09-27Unbreak tests.Michael J. Spencer
2011-09-27Add FCA to the lexicon.Bill Wendling
2011-09-27PTX: Use external symbols to keep track of params and locals. This also fixesJustin Holewinski
2011-09-27Use existing function.Jakob Stoklund Olesen
2011-09-27Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka
2011-09-27Do not add the pass that restores $gp if target is Mips64.Akira Hatanaka
2011-09-27Have the verifier check that all landingpad operands are constants.Duncan Sands
2011-09-27Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem
2011-09-27Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,Nadav Rotem
2011-09-27Remove some not-really-correct wording.Bill Wendling
2011-09-27Mark MipsPseudo isPseudo.Akira Hatanaka
2011-09-27PTX: Add support for sitofp in backendJustin Holewinski
2011-09-27Split the landing pad basic block with the correct function. Also merge theBill Wendling
2011-09-27Disable LSR retry by default.Andrew Trick
2011-09-27Last batch of test conversions to new atomic instructions.Eli Friedman
2011-09-26LSR, one of the new Cost::isLoser() checks did not get merged in the previous...Andrew Trick
2011-09-26Convert a bunch more tests over to the new atomic instructions.Eli Friedman
2011-09-26Remove extraneous commit garbage.Owen Anderson
2011-09-26LSR cost metric minor fix and verification.Andrew Trick
2011-09-26Fix an incorrect decoder test.Owen Anderson
2011-09-26Remove old hack for compiling with gcc-4.0.Bob Wilson
2011-09-26Remove incorrect testcases.Owen Anderson
2011-09-26Set register class of a register according to value of HasMips64.Akira Hatanaka
2011-09-26Define variable HasMips64 in MipsTargetLowering.Akira Hatanaka
2011-09-26In single float mode, double precision FP arguments are passed in integerAkira Hatanaka
2011-09-26Convert more tests to new atomic instructions.Eli Friedman
2011-09-26Convert more tests over to the new atomic instructions. Eli Friedman
2011-09-26Fix grammar.Bill Wendling
2011-09-26Remove dead table entry.Bill Wendling
2011-09-26Some minor (and more involved) cleanups. No real context changes.Bill Wendling
2011-09-26ASR #32 is not allowed on Thumb2 USAT and SSAT instructions.Owen Anderson
2011-09-26Convert more tests over to the new atomic instructions.Eli Friedman
2011-09-26Upgrade a couple more tests to the new atomic instructions.Eli Friedman
2011-09-26Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman