| Commit message (Expand) | Author | Age | Files | Lines |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -54/+0 |
* | Move a bit more functionality to LLVMContext, which apparently wasn't being u... | Owen Anderson | 2009-07-13 | 1 | -18/+0 |
* | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -4/+4 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -31/+0 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -104/+28 |
* | Remove extra \n from LLVM_UNREACHABLE calls. | Edwin Török | 2009-07-12 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -4/+4 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Edwin Török | 2009-07-11 | 1 | -2/+2 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -120/+7 |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -12/+12 |
* | Make this const. | Owen Anderson | 2009-06-26 | 1 | -1/+1 |
* | Add constructor to create MDString using std::string | Devang Patel | 2009-06-24 | 1 | -0/+11 |
* | Revert r73790, and replace it with a significantly less ugly solution. Rathe... | Owen Anderson | 2009-06-20 | 1 | -316/+226 |
* | Fix a serious bug that would cause deadlock during abstract type refinement. ... | Owen Anderson | 2009-06-19 | 1 | -221/+302 |
* | Forgot to remove some explicit locking when it became implicit in the ValueMap. | Owen Anderson | 2009-06-19 | 1 | -3/+5 |
* | Simplify a lot of code by using a R/W mutex that becomes a no-op when multith... | Owen Anderson | 2009-06-18 | 1 | -168/+88 |
* | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 1 | -1/+1 |
* | Factor out some common code. | Owen Anderson | 2009-06-17 | 1 | -44/+30 |
* | Add an RAII ScopedWriter, which allows one to acquire a writer lock for the d... | Owen Anderson | 2009-06-17 | 1 | -41/+58 |
* | Simplify the locking on the Constants tables, and make it more efficient, by ... | Owen Anderson | 2009-06-17 | 1 | -106/+136 |
* | Type safety for Constants.cpp! Some of this is temporary, as I'm planning to... | Owen Anderson | 2009-06-17 | 1 | -46/+208 |
* | Use Type::isIntOrIntVector and Type::isFPOrFPVector. | Dan Gohman | 2009-06-15 | 1 | -11/+7 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -28/+86 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -8/+41 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -2/+2 |
* | Add a getAlignOf helper for getting the ABI alignment of a | Duncan Sands | 2009-05-21 | 1 | -0/+11 |
* | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky | 2009-05-10 | 1 | -22/+20 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -0/+80 |
* | Fix infinite looping | Anton Korobeynikov | 2009-03-30 | 1 | -0/+2 |
* | Properly propagate Kind. | Anton Korobeynikov | 2009-03-30 | 1 | -1/+1 |
* | Extend the relocation tracker handler, so we can filter on different 'kinds' ... | Anton Korobeynikov | 2009-03-29 | 1 | -5/+20 |
* | add a fastpath to ConstantExpr::getBitCast to handle the case when an obviously | Chris Lattner | 2009-03-21 | 1 | -0/+5 |
* | Apply a patch by Micah Villmow to fix AsmParser to accept vector | Dan Gohman | 2009-03-14 | 1 | -1/+1 |
* | fix typo | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -9/+9 |
* | Add suppport for ConstantExprs of shufflevectors whose result type is not equ... | Nate Begeman | 2009-02-12 | 1 | -2/+9 |
* | select constant exprs should have the same constraints as select instructions, | Chris Lattner | 2008-12-29 | 1 | -3/+1 |
* | Make ConstantAggregateZero::get return a ConstantAggregateZero*, | Dan Gohman | 2008-12-08 | 1 | -1/+1 |
* | Fix unused variable warnings. | Devang Patel | 2008-11-03 | 1 | -0/+12 |
* | Fix type-o in ExprMapKeyType::operator ==(). The "&&" was missing. | Bill Wendling | 2008-10-26 | 1 | -1/+1 |
* | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -10/+16 |
* | Fix ConstantExpr::getInsertElement. | Gordon Henriksen | 2008-08-30 | 1 | -2/+1 |
* | the bug was apparently fixed long ago, reenable the assertion | Chris Lattner | 2008-08-23 | 1 | -2/+1 |
* | Accept NOT of a constant vector of int. | Dale Johannesen | 2008-08-21 | 1 | -2/+4 |
* | Add a new ConstantExpr::getWithOperands that takes any array of operands | Chris Lattner | 2008-08-20 | 1 | -4/+4 |
* | Fix several const-correctness issues, resolving some -Wcast-qual warnings. | Dan Gohman | 2008-08-05 | 1 | -1/+2 |
* | Remove unnecessary implicit argument | Nate Begeman | 2008-07-25 | 1 | -6/+8 |
* | Fix minor issues with VICmp/VFCmp constant expressions | Nate Begeman | 2008-07-25 | 1 | -13/+16 |
* | InsertValue and ExtractValue constant expressions are always | Dan Gohman | 2008-07-21 | 1 | -40/+6 |
* | Fix a bunch of bugs handling vector compare constant expressions, fixing | Chris Lattner | 2008-07-14 | 1 | -34/+54 |