summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix of hang during Intel JIT profilingAndrew Kaylor2012-09-26
* Disable the new SROA pass to get the tree back in working order. We don't yetNick Lewycky2012-09-26
* Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.Dan Gohman2012-09-26
* Query the parameter attributes directly instead of using the Attribute symbols.Bill Wendling2012-09-26
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-26
* Initial commit for the AttributesImpl class.Bill Wendling2012-09-26
* Add case clauses for returning dsp accumulator encoding values in functionAkira Hatanaka2012-09-26
* Add DSP accumulator registers and register class. Remove hi/lo registers.Akira Hatanaka2012-09-26
* Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.Akira Hatanaka2012-09-26
* Add support for detecting some corei7-class Xeons.Benjamin Kramer2012-09-26
* Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands2012-09-26
* YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.Benjamin Kramer2012-09-26
* APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer2012-09-26
* Address Duncan's comments on r164684:Hans Wennborg2012-09-26
* Address Duncan's comments on r164682:Hans Wennborg2012-09-26
* Analogous fix to memset and memcpy rewriting. Don't have a test caseChandler Carruth2012-09-26
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-26
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-26
* Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.James Molloy2012-09-26
* SimplifyCFG: Make the switch-to-lookup table transformation store theHans Wennborg2012-09-26
* SimplifyCFG: Refactor the switch-to-lookup table transformation byHans Wennborg2012-09-26
* The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru2012-09-26
* Add SARX/SHRX/SHLX code generation supportMichael Liao2012-09-26
* Add RORX code generation supportMichael Liao2012-09-26
* Add MULX code generation supportMichael Liao2012-09-26
* Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands2012-09-26
* Revert the business end of r164636 and try again. I'll come in again. ;]Chandler Carruth2012-09-26
* Replace calls to getSizeInBits with getExtendedSizeInBits since its already k...Craig Topper2012-09-26
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Remove hasNoAVX method. Can just invert hasAVX instead.Craig Topper2012-09-26
* Generate an error message instead of asserting or segfaulting when we have aBill Wendling2012-09-26
* Add 'lock' prefix output support in assembly printerMichael Liao2012-09-26
* Generate an error message instead of asserting or segfaulting when we have aBill Wendling2012-09-26
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-26
* Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka2012-09-25
* Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky2012-09-25
* blank line for test commitReed Kotler2012-09-25
* Revert the business end of r164634, and replace it with a different fix. TheNick Lewycky2012-09-25
* Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky2012-09-25
* Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...Bill Wendling2012-09-25
* Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling2012-09-25
* TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop2012-09-25
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao2012-09-25
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Consistently specify the assembly variant to MatchInstructionImpl.Bob Wilson2012-09-25
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-25
* Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands2012-09-25