aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-25ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach
2012-09-24Remove unused name of variable to quiet a warning. Also canonicalize aNick Lewycky
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky
2012-09-24Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.Nick Lewycky
2012-09-24Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Add missing check for presence of target data.Richard Osborne
2012-09-24Enable the new SROA pass by default.Chandler Carruth
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth
2012-09-23Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov
2012-09-23Switch to a signed representation for the dynamic offsets while walkingChandler Carruth
2012-09-23Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
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-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-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-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-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-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-21Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi
2012-09-21Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier
2012-09-21Tidy up. Whitespace.Jim Grosbach
2012-09-21Tidy up. Formatting.Jim Grosbach
2012-09-21ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach