aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
2012-09-22Enhance test case of atomic16 to verify inst encoding fixed in r164453.Michael Liao
2012-09-22ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi
2012-09-22Whitespace.NAKAMURA Takumi
2012-09-22Fix edge cases of ARM shift operands in arith instructions.Tim Northover
2012-09-22Fix the handling of edge cases in ARM shifted operands.Tim Northover
2012-09-22Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'Michael Liao
2012-09-22Fix typo in r164357Michael Liao
2012-09-22Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick
2012-09-22Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.Jordan Rose
2012-09-22Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose
2012-09-22DenseMap: assert that we have found a bucket before we try to insert into it.Jordan Rose
2012-09-22MIPS DSP: Add immediate leaves.Akira Hatanaka
2012-09-22MIPS DSP: Add predicates and instruction template.Akira Hatanaka
2012-09-21Add MIPS DSP register classes. Set actions of DSP vector operations and overrideAkira Hatanaka
2012-09-21SelectionDAG node enums for MIPS DSP nodes.Akira Hatanaka
2012-09-21Add MIPS accumulator and DSP control registers.Akira Hatanaka
2012-09-21Add flags and feature bits for mips dsp.Akira Hatanaka
2012-09-21Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-09-21Add an MDBuilder utility for creating !tbaa.struct nodes.Dan Gohman
2012-09-21[CMake] Respect LLVM_BUILD_RUNTIME.Michael J. Spencer
2012-09-21[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier
2012-09-21Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher
2012-09-21Add comment.Chad Rosier
2012-09-21Add comment.Chad Rosier
2012-09-21Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng
2012-09-21docs: Fix long-standing typo in yaml2obj.rst.Sean Silva
2012-09-21Whitespace.Chad Rosier
2012-09-21Say "bytes" instead of "address units", since that's what theDan Gohman
2012-09-21Document the new !tbaa.struct metadata.Dan Gohman
2012-09-21Add missing 'to' and rephrase an explanation of GCC's assumptions.David Blaikie
2012-09-21Document "do not use defaults in covered switch-over-enum" coding standard.David Blaikie
2012-09-21LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier
2012-09-21InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer
2012-09-21Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling
2012-09-21Fix a typo in r164357Michael Liao
2012-09-21Clarify comment.Dmitri Gribenko
2012-09-21Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-21BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer
2012-09-21Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov
2012-09-21llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.NAKAMURA Takumi
2012-09-21Cortex-A9 latency fixes (w/ -schedmodel only).Andrew Trick
2012-09-21Add missing i8 max/min/umax/umin supportMichael Liao
2012-09-21Revise td of X86 atomic instructionsMichael Liao
2012-09-21docs: Fix Sphinx warning over Atomics.rst.Sean Silva
2012-09-21docs: Fix Sphinx warning over yaml2obj.rst.Sean Silva
2012-09-21Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi
2012-09-21llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...NAKAMURA Takumi