aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-09Provide method to print variable's extended name which includes inline location.Devang Patel
2011-08-09Rename member variables to follow coding standards.Jakob Stoklund Olesen
2011-08-09Add missing attributes to the C++ backend's output.Bill Wendling
2011-08-09Make LowerVSETCC aware of AVX types and add patterns to match them.Bruno Cardoso Lopes
2011-08-09Move the RegisterCoalescer private to its implementation file.Jakob Stoklund Olesen
2011-08-09Tidy up these testcases to look more like real code does.Dan Gohman
2011-08-09Refer to the RegisterCoalescer pass by ID.Jakob Stoklund Olesen
2011-08-08ARM parsing and encoding for LDRBT instruction.Jim Grosbach
2011-08-08Thumb1 BL instructions encoding 22 bits of displacement, not 21.Owen Anderson
2011-08-08Indicate that there are changes if runOfFunction returns saying that there are.Bill Wendling
2011-08-08ARM parsing and encoding for LDRB instruction.Jim Grosbach
2011-08-08Add FIXME.Jim Grosbach
2011-08-08Implement isLoadFromStackSlotPostFE and isStoreToStackSlotPostFE for ARM.Jakob Stoklund Olesen
2011-08-08Add support for several vector shifts operations while in AVX mode. Fix PR10581Bruno Cardoso Lopes
2011-08-08ARM load/store label parsing.Jim Grosbach
2011-08-08Hoist hasLoadFromStackSlot and hasStoreToStackSlot.Jakob Stoklund Olesen
2011-08-08Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...Owen Anderson
2011-08-08Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly...Eli Friedman
2011-08-08Pacify virtual dtor warnings and cmake buildbots.Benjamin Kramer
2011-08-08Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer
2011-08-08llvm-objdump: disassembly enhancementsBenjamin Kramer
2011-08-08llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer
2011-08-08Simplify by creating parent first.Devang Patel
2011-08-08Don't clobber pending ST regs when FP regs are killed.Jakob Stoklund Olesen
2011-08-08Clean up the grammar for the landingpad instruction.Bill Wendling
2011-08-08Remove unnecessary space.Bill Wendling
2011-08-08Fix typo found by John.Bill Wendling
2011-08-07strengthen up an assertion: you can't create a constant structChris Lattner
2011-08-06Fix typo. Thanks, Andy!Jakob Stoklund Olesen
2011-08-06Made SCEV's UDiv expressions more canonical. When dividing aAndrew Trick
2011-08-05Reject RS_Spill ranges from local splitting as well.Jakob Stoklund Olesen
2011-08-05Only mark remainder intervals as RS_Spill after per-block splitting.Jakob Stoklund Olesen
2011-08-05Remember to update LiveDebugVariables after per-block splitting.Jakob Stoklund Olesen
2011-08-05Extract per-block splitting into its own method.Jakob Stoklund Olesen
2011-08-05Delete getMultiUseBlocks and splitSingleBlocks.Jakob Stoklund Olesen
2011-08-05Also use shouldSplitSingleBlock() in the fallback splitting mode.Jakob Stoklund Olesen
2011-08-05Split around single instructions to enable register class inflation.Jakob Stoklund Olesen
2011-08-05ARM load instruction shifted register index operands.Jim Grosbach
2011-08-05ARM indexed load assembly parsing and encoding.Jim Grosbach
2011-08-05Detect proper register sub-classes.Jakob Stoklund Olesen
2011-08-05ARM refactor indexed store instructions.Jim Grosbach
2011-08-05Add ARM LDR parsing tests.Jim Grosbach
2011-08-05Fix liveness computations in BranchFolding.Jakob Stoklund Olesen
2011-08-05ARM simplify the postidx_reg operand encoding.Jim Grosbach
2011-08-05ARM use a dedicated printer for postidx_reg operands.Jim Grosbach
2011-08-05Add missing register constraint for some VLD3/VLD4 pseudo instructions.Bob Wilson
2011-08-05Silence unused variable warnings in release builds.Chandler Carruth
2011-08-05Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...Jason W Kim
2011-08-05Temporarily revert r135528 which distinguishes between two copies of oneChandler Carruth
2011-08-04Fix broken encodings for the Thumb2 LDRD/STRD instructions.Owen Anderson