aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-27Prefer shuffles to selects. Backends love shuffles!Nick Lewycky
2012-09-27[arm-fast-isel] Add support for ELF PIC.Jush Lu
2012-09-27MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR).Akira Hatanaka
2012-09-27MIPS DSP: CMPU.EQ.QB instruction sub-class.Akira Hatanaka
2012-09-27MIPS DSP: ADDU.QB instruction sub-class.Akira Hatanaka
2012-09-27MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...Akira Hatanaka
2012-09-27MIPS DSP: all the remaining instructions which read or write accumulators.Akira Hatanaka
2012-09-27MIPS DSP: add support for extract-word instructions.Akira Hatanaka
2012-09-27MIPS DSP: add functions which decode DSP and accumulator registers.Akira Hatanaka
2012-09-27MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka
2012-09-27MIPS DSP: add bitcast patterns between vectors and int.Akira Hatanaka
2012-09-27MIPS DSP: add vector load/store patterns.Akira Hatanaka
2012-09-26Fix of hang during Intel JIT profilingAndrew Kaylor
2012-09-26Disable the new SROA pass to get the tree back in working order. We don't yetNick Lewycky
2012-09-26Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman
2012-09-26Query the parameter attributes directly instead of using the Attribute symbols.Bill Wendling
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-09-26X86_32: Large Symbol+Offset relocations.Jim Grosbach
2012-09-26Initial commit for the AttributesImpl class.Bill Wendling
2012-09-26Add case clauses for returning dsp accumulator encoding values in functionAkira Hatanaka
2012-09-26Add DSP accumulator registers and register class. Remove hi/lo registers.Akira Hatanaka
2012-09-26Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.Akira Hatanaka
2012-09-26Add support for detecting some corei7-class Xeons.Benjamin Kramer
2012-09-26Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands
2012-09-26YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.Benjamin Kramer
2012-09-26APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer
2012-09-26Address Duncan's comments on r164684:Hans Wennborg
2012-09-26Address Duncan's comments on r164682:Hans Wennborg
2012-09-26Analogous fix to memset and memcpy rewriting. Don't have a test caseChandler Carruth
2012-09-26When rewriting the pointer operand to a load or store which hasChandler Carruth
2012-09-26Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth
2012-09-26Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.James Molloy
2012-09-26SimplifyCFG: Make the switch-to-lookup table transformation store theHans Wennborg
2012-09-26SimplifyCFG: Refactor the switch-to-lookup table transformation byHans Wennborg
2012-09-26The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru
2012-09-26Add SARX/SHRX/SHLX code generation supportMichael Liao
2012-09-26Add RORX code generation supportMichael Liao
2012-09-26Add MULX code generation supportMichael Liao
2012-09-26Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands
2012-09-26Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth
2012-09-26Replace calls to getSizeInBits with getExtendedSizeInBits since its already k...Craig Topper
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-09-26Remove hasNoAVX method. Can just invert hasAVX instead.Craig Topper
2012-09-26Generate an error message instead of asserting or segfaulting when we have aBill Wendling
2012-09-26Add 'lock' prefix output support in assembly printerMichael Liao
2012-09-26Generate an error message instead of asserting or segfaulting when we have aBill Wendling
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka