aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-07ValueEnumerator - debug dump().Chad Rosier
2011-12-07Fix comment.Akira Hatanaka
2011-12-07Fix comment.Akira Hatanaka
2011-12-07Fix 64-bit immediate patterns.Akira Hatanaka
2011-12-07Nuke inadvertant debugging commit.Jim Grosbach
2011-12-07Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach
2011-12-07Remove unneeded semicolon.Jakub Staszak
2011-12-07Thumb2 alias for long-form pop and friends.Jim Grosbach
2011-12-07Also pass in correct initializer here.Bill Wendling
2011-12-07ARM support the .arm and .thumb directives for assembly mode switching.Jim Grosbach
2011-12-07Correct initializer in example.Bill Wendling
2011-12-07ARM NEON VCLT(register) is a pseudo aliasing VCGT(register).Jim Grosbach
2011-12-07Tidy up. Move MachO tests to MachO directory.Jim Grosbach
2011-12-07Remove unused include.Duncan Sands
2011-12-07When doing "opt -O2" verify the bitcode like is done forDuncan Sands
2011-12-07Fix a bunch of SSE/AVX patterns to use proper memop types. In particular, not...Craig Topper
2011-12-07Adjust the stack by one pointer size for all frameless stacks.Bill Wendling
2011-12-07Fix off-by-one error when encoding the stack size for a frameless stack.Bill Wendling
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-07Adding missing anchor to DATDeltaAlgorithm.David Blaikie
2011-12-07make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel
2011-12-07make base register selection used in eliminateFrameIndex 64-bit cleanHal Finkel
2011-12-07set mayStore and mayLoad on CR pseudosHal Finkel
2011-12-0764-bit LR8 load should use X11 not R11Hal Finkel
2011-12-07Eliminate delta argument from AdjustBBOffsetsAfter.Jakob Stoklund Olesen
2011-12-07Compute some alignment information for each basic block.Jakob Stoklund Olesen
2011-12-07Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...Eli Friedman
2011-12-07ARM tidy up and remove no longer needed InstAlias definitions.Jim Grosbach
2011-12-07Move common expression into a method.Jakob Stoklund Olesen
2011-12-07ARM Implement ARM ARM Table A7-3 via TokenAlias.Jim Grosbach
2011-12-07Group BBSizes and BBOffsets into a single vector<BasicBlockInfo>.Jakob Stoklund Olesen
2011-12-07Add missing check.Jakob Stoklund Olesen
2011-12-07ARM: NEON SHLL instruction immediate operand range checking.Jim Grosbach
2011-12-07Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-12-07Add MachineOperand IsInternalRead flag.Jakob Stoklund Olesen
2011-12-07Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...Eli Friedman
2011-12-07Remove unneeded type.Jakub Staszak
2011-12-07ARM: Parameterize the immediate operand type for NEON VSHLL.Jim Grosbach
2011-12-06- Remove unneeded #includes.Jakub Staszak
2011-12-06Extend AsmMatcher token literal matching to allow aliasing.Jim Grosbach
2011-12-06Make Release Notes HTML 4.01 Strict.Jakub Staszak
2011-12-06llvm-build: Don't generate duplicate dependencies when LLVMBuild files defineDaniel Dunbar
2011-12-06Add documentation for machine-independent DFA packetizerAnshuman Dasgupta
2011-12-06Revert r145971: "Use conservative size estimate for tBR_JTr."Jakob Stoklund Olesen
2011-12-06Add link to builtin_expect in Release Notes.Jakub Staszak
2011-12-06Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>Bill Wendling
2011-12-06Explicitly check for the different SUB instructions.Bill Wendling
2011-12-06First chunk of MachineInstr bundle support.Evan Cheng
2011-12-06Tidy up. Fix naming convention stuff for some internal functions.Jim Grosbach