aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r128632 again, until I figure out what break the testsBruno Cardoso Lopes2011-03-3110-360/+87
* Fix bug found by valgrind.Jakob Stoklund Olesen2011-03-311-1/+1
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-313-6/+123
* Reapply r128585 without generating a lib depedency cycle. An updated log:Bruno Cardoso Lopes2011-03-3110-87/+360
* Fix whitespace.Michael J. Spencer2011-03-313-24/+24
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-316-21/+30
* lib/CodeGen/LiveIntervalAnalysis.cpp: [PR9590] Don't use std::pow(float,float...NAKAMURA Takumi2011-03-311-1/+3
* InstCombine: Fix transform to use the swapped predicate.Benjamin Kramer2011-03-312-3/+3
* InstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, yBenjamin Kramer2011-03-312-0/+14
* InstCombine: fold fcmp pred (fneg x), C -> fcmp swap(pred) x, -CBenjamin Kramer2011-03-312-0/+16
* InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly...Benjamin Kramer2011-03-312-0/+57
* InstCombine: fold fcmp (fpext x), (fpext y) -> fcmp x, y.Benjamin Kramer2011-03-312-0/+18
* Will not compile without the spec!Duncan Sands2011-03-311-1/+1
* Strip trailing whitespace.Duncan Sands2011-03-312-14/+14
* Testcase for r128619 (PR9571).Bill Wendling2011-03-311-0/+15
* Pick a conservative register class when creating a small live range for remat.Jakob Stoklund Olesen2011-03-312-1/+62
* Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and"Matt Beaumont-Gay2011-03-318-319/+66
* Fix typo in generated HTML.Nick Lewycky2011-03-311-1/+1
* Use intrinsics for Neon vmull operations. Radar 9208957.Bob Wilson2011-03-312-27/+17
* Somehow we managed to forget to encode the lane index for a large swathe of N...Owen Anderson2011-03-302-21/+70
* Don't try to create zero-sized stack objects.Evan Cheng2011-03-303-4/+16
* - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT andBruno Cardoso Lopes2011-03-308-66/+319
* Add a ARM-specific SD node for VBSL so that forms with a constant first operandCameron Zwarich2011-03-305-9/+179
* Tidy up. Whitespace and 80-columns.Jim Grosbach2011-03-302-26/+28
* * The DSE code that tested for overlapping needed to take into account the factBill Wendling2011-03-302-1/+4
* fixed typoAkira Hatanaka2011-03-301-2/+2
* Don't add the same analysis implementation pair twice.Jakob Stoklund Olesen2011-03-301-0/+2
* Reset StringMap's NumTombstones on clears and rehashes.Jakob Stoklund Olesen2011-03-302-0/+6
* Prevent infinite growth of SmallPtrSet instances.Jakob Stoklund Olesen2011-03-302-7/+10
* Prevent infinite growth of SmallMap instances.Jakob Stoklund Olesen2011-03-302-15/+15
* Prevent infinite growth of the DenseMap.Jakob Stoklund Olesen2011-03-301-2/+5
* Fix evil VirtRegRewriter bug.Jakob Stoklund Olesen2011-03-301-0/+28
* Teach VirtRegRewriter about the new virtual register numbers. No functional c...Jakob Stoklund Olesen2011-03-301-10/+11
* Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer2011-03-303-5/+11
* InstCombine: If the divisor of an fdiv has an exact inverse, turn it into an ...Benjamin Kramer2011-03-302-0/+37
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-303-0/+53
* Fix more zero length memset warnings.Jay Foad2011-03-301-1/+2
* Add a comment on PHINode::Create().Jay Foad2011-03-301-0/+2
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-3042-125/+91
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-3026-21/+54
* Revert a minor comment change inadvertently included with r128502.Bob Wilson2011-03-301-1/+1
* Treat clones the same as their origin.Jakob Stoklund Olesen2011-03-303-6/+29
* Remove dead code.Bill Wendling2011-03-301-68/+0
* Add a test case for thumb stc2 instruction.Johnny Chen2011-03-301-0/+3
* ClangSAEmClangSACheckersEmitter, emit info about groups.Argyrios Kyrtzidis2011-03-301-64/+79
* Set the unnamed_addr only when we're creating a new GV in the dest module.Bill Wendling2011-03-291-0/+1
* Revert r128501. It caused test failures.Bill Wendling2011-03-291-1/+0
* Tidy up. 80 columns and trailing whitespace.Jim Grosbach2011-03-291-145/+146
* Update CMake link dependency.Francois Pichet2011-03-291-1/+1
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-295-12/+113