summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier5-18/+2
2012-09-24Add missing : in CHECK line.Richard Osborne1-1/+1
2012-09-24Add missing check for presence of target data.Richard Osborne2-20/+41
2012-09-24Enable the new SROA pass by default.Chandler Carruth1-1/+1
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth2-21/+161
2012-09-23Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2-12/+31
2012-09-23Switch to a signed representation for the dynamic offsets while walkingChandler Carruth2-26/+133
2012-09-23Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky4-4/+9
2012-09-23Revise test to avoid using of 'grep'Michael Liao1-20/+14
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper17-66/+73
2012-09-22Enhance test case of atomic16 to verify inst encoding fixed in r164453.Michael Liao1-0/+6
2012-09-22ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi1-0/+2
2012-09-22Whitespace.NAKAMURA Takumi1-2/+2
2012-09-22Fix edge cases of ARM shift operands in arith instructions.Tim Northover3-38/+94
2012-09-22Fix the handling of edge cases in ARM shifted operands.Tim Northover6-8/+151
2012-09-22Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'Michael Liao1-14/+14
2012-09-22Fix typo in r164357Michael Liao1-1/+1
2012-09-22Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick4-88/+327
2012-09-22Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.Jordan Rose1-0/+19
2012-09-22Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose1-0/+3
2012-09-22DenseMap: assert that we have found a bucket before we try to insert into it.Jordan Rose1-0/+1
2012-09-22MIPS DSP: Add immediate leaves.Akira Hatanaka1-0/+20
2012-09-22MIPS DSP: Add predicates and instruction template.Akira Hatanaka1-0/+25
2012-09-21Add MIPS DSP register classes. Set actions of DSP vector operations and overrideAkira Hatanaka2-0/+49
2012-09-21SelectionDAG node enums for MIPS DSP nodes.Akira Hatanaka2-0/+55
2012-09-21Add MIPS accumulator and DSP control registers.Akira Hatanaka2-1/+45
2012-09-21Add flags and feature bits for mips dsp.Akira Hatanaka2-0/+9
2012-09-21Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth2-7/+15
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher4-2/+47
2012-09-21Add an MDBuilder utility for creating !tbaa.struct nodes.Dan Gohman1-0/+21
2012-09-21[CMake] Respect LLVM_BUILD_RUNTIME.Michael J. Spencer1-0/+1
2012-09-21[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier6-2/+22
2012-09-21Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher2-5/+5
2012-09-21Add comment.Chad Rosier1-1/+2
2012-09-21Add comment.Chad Rosier1-1/+2
2012-09-21Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng4-3/+10
2012-09-21docs: Fix long-standing typo in yaml2obj.rst.Sean Silva1-2/+2
2012-09-21Whitespace.Chad Rosier1-2/+2
2012-09-21Say "bytes" instead of "address units", since that's what theDan Gohman1-5/+5
2012-09-21Document the new !tbaa.struct metadata.Dan Gohman1-0/+39
2012-09-21Add missing 'to' and rephrase an explanation of GCC's assumptions.David Blaikie1-4/+4
2012-09-21Document "do not use defaults in covered switch-over-enum" coding standard.David Blaikie1-0/+18
2012-09-21LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer2-0/+39
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2-0/+42
2012-09-21InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer2-1/+16
2012-09-21Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling3-29/+29
2012-09-21Fix a typo in r164357Michael Liao1-8/+8
2012-09-21Clarify comment.Dmitri Gribenko1-1/+1
2012-09-21Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling5-29/+31
2012-09-21BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer2-6/+37