summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Revert a minor comment change inadvertently included with r128502.Bob Wilson2011-03-30
* Treat clones the same as their origin.Jakob Stoklund Olesen2011-03-30
* Remove dead code.Bill Wendling2011-03-30
* Add a test case for thumb stc2 instruction.Johnny Chen2011-03-30
* ClangSAEmClangSACheckersEmitter, emit info about groups.Argyrios Kyrtzidis2011-03-30
* Set the unnamed_addr only when we're creating a new GV in the dest module.Bill Wendling2011-03-29
* Revert r128501. It caused test failures.Bill Wendling2011-03-29
* Tidy up. 80 columns and trailing whitespace.Jim Grosbach2011-03-29
* Update CMake link dependency.Francois Pichet2011-03-29
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-29
* We need to copy over the unnamed_addr attribute.Bill Wendling2011-03-29
* Revert accidental change to LLVMLibDeps.cmakeMatt Beaumont-Gay2011-03-29
* Quiet a gcc warning about changed name lookup rulesMatt Beaumont-Gay2011-03-29
* InstCombine: Add a few missing combines for ANDs and ORs of sign bit tests.Benjamin Kramer2011-03-29
* Adding a test for "-inf" as well.Kevin Enderby2011-03-29
* Add a test case for MSRi.Johnny Chen2011-03-29
* Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. FixesCameron Zwarich2011-03-29
* Recompute register class and hint for registers created during spilling.Jakob Stoklund Olesen2011-03-29
* In ClangSACheckersEmitter:Argyrios Kyrtzidis2011-03-29
* Added support symbolic floating point constants in the MC assembler for InfinityKevin Enderby2011-03-29
* Add a thumb test file for printf (iOS 4.3).Johnny Chen2011-03-29
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-29
* Fixed the build of Clang's unit tests on MinGW. Also removed someOscar Fuentes2011-03-29
* DSE: Remove an early exit optimization that depended on the ordering of a Sma...Benjamin Kramer2011-03-29
* Check early if this is an unsupported opcode, so that we can avoid needlessly...Owen Anderson2011-03-29
* A8.6.188 STC, STC2Johnny Chen2011-03-29
* Rename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UPD-arm.txt.Johnny Chen2011-03-29
* Add and modify some tests.Johnny Chen2011-03-29
* For ClangSACheckersEmitter, allow a package to belong to checker group, in wh...Argyrios Kyrtzidis2011-03-29
* Remember to use the correct register when rematerializing for snippets.Jakob Stoklund Olesen2011-03-29
* Run dead code elimination immediately after rematerialization.Jakob Stoklund Olesen2011-03-29
* Add safety check that didn't show up in testing.Owen Anderson2011-03-29
* Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enumDevang Patel2011-03-29
* Inline check that's used only once.Bill Wendling2011-03-29
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-29
* Rework the logic (and removing the bad check for an unreachable block) so thatBill Wendling2011-03-29
* Do some simple copy propagation through integer loads and stores when promotingCameron Zwarich2011-03-29
* Don't try to add stack protector logic to a dead basic block. It messes upBill Wendling2011-03-29
* Spruce up the error output.Bill Wendling2011-03-29
* Handle the special case when all uses follow the last split point.Jakob Stoklund Olesen2011-03-29
* Properly enable rematerialization when spilling after live range splitting.Jakob Stoklund Olesen2011-03-29
* C-API: Include DataTypes.h instead of stdint.h.Daniel Dunbar2011-03-29
* Reduce test case.Rafael Espindola2011-03-29
* Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ...Evan Cheng2011-03-29
* Fix the MSVC build.Francois Pichet2011-03-29
* Expoert c interface for disassembler.Devang Patel2011-03-29
* In some cases, the "fail BB dominator" may be null after the BB was split (andBill Wendling2011-03-28
* Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar2011-03-28