aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix coloring bug when mapping values in the middle of a live-through block.Jakob Stoklund Olesen2011-02-031-7/+7
* Return live range end points from SplitEditor::enter*/leave*.Jakob Stoklund Olesen2011-02-033-62/+48
* Silence an MSVC warningJakob Stoklund Olesen2011-02-031-1/+1
* [AVX] VEXTRACTF128 support. This commit includes patterns forDavid Greene2011-02-034-0/+76
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-033-4/+168
* cmake/*: Add svn:eol-style=native and fix CRLF.NAKAMURA Takumi2011-02-032-40/+39
* Improve threading of comparisons over select instructions (spotted by myDuncan Sands2011-02-032-3/+60
* Part of this test is invariant inside the inner loop - move it outsideDuncan Sands2011-02-031-14/+16
* test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ...NAKAMURA Takumi2011-02-031-1/+1
* Reapply this.Eric Christopher2011-02-035-225/+182
* Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher2011-02-035-182/+225
* Platform tests for `sys/uio.h' header and `writev' function.Oscar Fuentes2011-02-032-0/+10
* Add -march to fix the bots.Rafael Espindola2011-02-031-1/+1
* Fix PR9127 by reversing the operands even if they have more then one use.Rafael Espindola2011-02-032-2/+14
* raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar2011-02-032-3/+35
* Regenerate configure.Daniel Dunbar2011-02-032-2/+10
* configure: Add checks for <sys/uio.h> and writev().Daniel Dunbar2011-02-031-2/+2
* Defer SplitKit value mapping until all defs are available.Jakob Stoklund Olesen2011-02-035-225/+182
* Update docs to match reality.Devang Patel2011-02-031-10/+9
* Fix typo in comment.Devang Patel2011-02-031-1/+1
* Add support to describe template value parameter in debug info.Devang Patel2011-02-026-1/+89
* Add support to describe template parameter type in debug info.Devang Patel2011-02-026-3/+97
* Reenable the transform "(X*Y)/Y->X" when the multiplication is known not toDuncan Sands2011-02-022-5/+9
* Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.Kevin Enderby2011-02-021-3/+1
* Update comment to match my recent change.Bob Wilson2011-02-021-2/+2
* SimplifyCFG: Turn switches into sub+icmp+branch if possible.Benjamin Kramer2011-02-024-70/+39
* Add support for trampolines on the XCore.Richard Osborne2011-02-025-1/+109
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-023-74/+56
* Remove wasteful caching. This isn't needed for correctness because any functionNick Lewycky2011-02-021-23/+2
* Conservatively, clear optional flags, such as nsw, when performingDan Gohman2011-02-021-0/+15
* Fix reassociate to clear optional flags, such as nsw.Dan Gohman2011-02-023-0/+44
* Fixed a bug in the disassembler where the mandatory 0x66Sean Callanan2011-02-021-0/+1
* Given a pair of floating point load and store, if there are no other uses ofEvan Cheng2011-02-025-2/+109
* Fix comment typo.Bob Wilson2011-02-021-1/+1
* PR9081: Split up LDM instruction with deprecated use of both LR and PC.Bob Wilson2011-02-011-2/+3
* Take Bill Wendling's suggestion for structuring a couple of asserts.Matt Beaumont-Gay2011-02-011-6/+6
* Update to match changes in lldb interface.Devang Patel2011-02-011-1/+2
* Fix imm printing for logical instructions.Anton Korobeynikov2011-02-013-24/+45
* Document the LLVM GIT mirrorAnton Korobeynikov2011-02-011-0/+20
* [AVX] Implement EnforceSmallerThan for mixed int/fp type lists. ThisDavid Greene2011-02-011-27/+130
* Remove stale references of obsolete @llvm.dbg.variable.Devang Patel2011-02-011-8/+3
* Make SwitchInst::removeCase() more efficient.Jay Foad2011-02-012-9/+6
* Add a m_Undef pattern for convenience. This is so that code that usesDuncan Sands2011-02-012-16/+26
* Add a m_SignBit pattern for convenience.Duncan Sands2011-02-012-3/+16
* Have m_One also match constant vectors for which every element is 1.Duncan Sands2011-02-015-11/+16
* Test commit - fix a double 'should' in a comment.Carl Norum2011-02-011-1/+1
* Correctly merge available_externally and regular definitions when they haveRafael Espindola2011-02-013-2/+13
* Fix bogus assert condition noticed by Csaba Raduly.Evan Cheng2011-02-011-2/+2
* Reapply 124275 since the Dragonegg failure was unreproducible.Eric Christopher2011-02-012-85/+88
* Fix test for non-darwin targets.Evan Cheng2011-02-011-2/+2