summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* whitespaceAndrew Trick2011-02-03
* SimplifyCFG: Also transform switches that represent a range comparison but ar...Benjamin Kramer2011-02-03
* Fix 80-column violations and whitespace.Bob Wilson2011-02-03
* Ensure that the computed interference intervals actually overlap their basic ...Jakob Stoklund Olesen2011-02-03
* Tweak debug output from SlotIndexes.Jakob Stoklund Olesen2011-02-03
* Add debug output and asserts to the phi-connecting code.Jakob Stoklund Olesen2011-02-03
* Fix coloring bug when mapping values in the middle of a live-through block.Jakob Stoklund Olesen2011-02-03
* Return live range end points from SplitEditor::enter*/leave*.Jakob Stoklund Olesen2011-02-03
* Silence an MSVC warningJakob Stoklund Olesen2011-02-03
* [AVX] VEXTRACTF128 support. This commit includes patterns forDavid Greene2011-02-03
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-03
* Improve threading of comparisons over select instructions (spotted by myDuncan Sands2011-02-03
* Reapply this.Eric Christopher2011-02-03
* Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.Eric Christopher2011-02-03
* Fix PR9127 by reversing the operands even if they have more then one use.Rafael Espindola2011-02-03
* raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev).Daniel Dunbar2011-02-03
* Defer SplitKit value mapping until all defs are available.Jakob Stoklund Olesen2011-02-03
* Fix typo in comment.Devang Patel2011-02-03
* Add support to describe template value parameter in debug info.Devang Patel2011-02-02
* Add support to describe template parameter type in debug info.Devang Patel2011-02-02
* Reenable the transform "(X*Y)/Y->X" when the multiplication is known not toDuncan Sands2011-02-02
* Update comment to match my recent change.Bob Wilson2011-02-02
* SimplifyCFG: Turn switches into sub+icmp+branch if possible.Benjamin Kramer2011-02-02
* Add support for trampolines on the XCore.Richard Osborne2011-02-02
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-02
* Remove wasteful caching. This isn't needed for correctness because any functionNick Lewycky2011-02-02
* Conservatively, clear optional flags, such as nsw, when performingDan Gohman2011-02-02
* Fix reassociate to clear optional flags, such as nsw.Dan Gohman2011-02-02
* Fixed a bug in the disassembler where the mandatory 0x66Sean Callanan2011-02-02
* Given a pair of floating point load and store, if there are no other uses ofEvan Cheng2011-02-02
* PR9081: Split up LDM instruction with deprecated use of both LR and PC.Bob Wilson2011-02-01
* Take Bill Wendling's suggestion for structuring a couple of asserts.Matt Beaumont-Gay2011-02-01
* Fix imm printing for logical instructions.Anton Korobeynikov2011-02-01
* Make SwitchInst::removeCase() more efficient.Jay Foad2011-02-01
* Add a m_Undef pattern for convenience. This is so that code that usesDuncan Sands2011-02-01
* Add a m_SignBit pattern for convenience.Duncan Sands2011-02-01
* Have m_One also match constant vectors for which every element is 1.Duncan Sands2011-02-01
* Test commit - fix a double 'should' in a comment.Carl Norum2011-02-01
* Correctly merge available_externally and regular definitions when they haveRafael Espindola2011-02-01
* Fix bogus assert condition noticed by Csaba Raduly.Evan Cheng2011-02-01
* Reapply 124275 since the Dragonegg failure was unreproducible.Eric Christopher2011-02-01
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-01
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-31
* Enumerate .code16/32/64 instead of checking .code prefix. ThisRoman Divacky2011-01-31
* Error on all .code* directives instead of just .code16 as theyRoman Divacky2011-01-31
* Fix vector sign extend to put the source and destination types in theDavid Greene2011-01-31
* add a note, progress unblocked by PR8575 being fixed.Chris Lattner2011-01-31
* Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.Richard Osborne2011-01-31
* Save a mapping between original and cloned constpool entries.Anton Korobeynikov2011-01-30
* Clarify the LSDASection NULL checkAnton Korobeynikov2011-01-30