aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Print named metadata.Devang Patel2009-07-291-0/+25
* Fix PR4645 which was fallout from the fix for PR4641.Daniel Dunbar2009-07-292-8/+39
* There is no need to keep name ref in NamedMDNode.Devang Patel2009-07-293-21/+12
* inline the global 'getInstrOperandRegClass' function into its callersChris Lattner2009-07-296-30/+18
* Make sure Thumb2 uses the right call instructions.Evan Cheng2009-07-293-19/+80
* Forgot to output the base offset.Bill Wendling2009-07-291-4/+8
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-296-25/+43
* make ptr_rc derive from a new PointerLikeRegClass tblgen class.Chris Lattner2009-07-294-7/+17
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-2911-26/+28
* - Fix an obvious copy and paste error.Evan Cheng2009-07-293-6/+7
* Re-enable comment and operand padding.David Greene2009-07-291-21/+213
* Update unittest for LLVM API change.Benjamin Kramer2009-07-291-18/+18
* Remove now unused Context variables.Benjamin Kramer2009-07-293-6/+0
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-2943-744/+553
* Fix a typo, and all of its copiesDouglas Gregor2009-07-291-3/+3
* Implement PointerUnion4.Douglas Gregor2009-07-291-0/+109
* Refactor. Fix indentation.Devang Patel2009-07-291-38/+44
* Add llvm_unreachable for ... unreachable code!Eric Christopher2009-07-291-1/+1
* xfail for now.Evan Cheng2009-07-291-0/+1
* Perform simplification noticed by Reid.Daniel Dunbar2009-07-291-4/+0
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-296-9/+97
* fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer2009-07-291-1/+1
* Add missing include.Daniel Dunbar2009-07-291-0/+1
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-294-78/+114
* Fix the verifier to handle intrinsics with LLVMMatchType parameters, whereBob Wilson2009-07-291-0/+13
* Fix an assumption that there is a single return value when verifyingBob Wilson2009-07-291-2/+2
* Re-apply previous changes and improve column padding performance some more.David Greene2009-07-292-24/+40
* Add one-past-the-end language to the inbounds keyword.Dan Gohman2009-07-291-4/+7
* Minor code simplification.Dan Gohman2009-07-291-5/+2
* Fix comment.Devang Patel2009-07-291-1/+1
* trim include list.Devang Patel2009-07-291-1/+2
* MSVC build fix. Patch by Olaf Krzikalla!Benjamin Kramer2009-07-291-0/+1
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-293-19/+94
* raw_ostream: Follow the 32-bit path when printing "small" decimal numbers.Daniel Dunbar2009-07-291-0/+4
* some wording changes.Chris Lattner2009-07-291-3/+4
* more syntactic cleanups.Chris Lattner2009-07-291-5/+8
* minor smallvector cleanupsChris Lattner2009-07-291-3/+3
* link to a newer presoChris Lattner2009-07-291-2/+2
* Just discard the output, no need to turn it back into text.Nick Lewycky2009-07-291-1/+1
* whitespace cleanup.Chris Lattner2009-07-291-6/+5
* Skeleton for pairwise subscript testing.Andreas Bolka2009-07-292-8/+56
* don't dump .bc file to stdout, and simplify this to a trivial testcase.Chris Lattner2009-07-291-158/+1
* mingw uses .data and .text, not _data and _text.Chris Lattner2009-07-291-2/+2
* fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner2009-07-292-3/+16
* Bulk erasing instructions without RAUWing them is unsafe. Instead, break themNick Lewycky2009-07-292-7/+188
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-2917-73/+72
* Revert AsmWriterEmitter.cpp to 74742. The recent changes are causing serious ...Evan Cheng2009-07-291-213/+21
* constant prop a utostr.Chris Lattner2009-07-291-2/+1
* remove some completely wrong code. 1 is never < 16. It turns out that GCC a...Chris Lattner2009-07-291-20/+10
* Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar2009-07-292-18/+13