aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...Evan Cheng2009-07-299-46/+291
* Fix comment.Eric Christopher2009-07-291-2/+2
* Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system >Bill Wendling2009-07-292-10/+18
* Add a couple more tests for the ptest intrinsics to make sure we'reEric Christopher2009-07-291-0/+27
* Move comment to above method.Bill Wendling2009-07-291-21/+21
* Parse named metadata.Devang Patel2009-07-295-1/+56
* Add NamedMDNode.Devang Patel2009-07-293-4/+119
* - Temporarily unbreak the build by forcing the TType "absptr", which isn'tBill Wendling2009-07-292-50/+75
* Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher2009-07-295-4/+74
* Remove another F_OK.Dan Gohman2009-07-291-1/+1
* Match X86 register names to number.Daniel Dunbar2009-07-296-12/+72