| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an accessor method to return the insertion point. | Dan Gohman | 2009-05-20 | 1 | -0/+2 |
* | Have llvm_start_multithreaded return a bool indicating whether multithreaded | Owen Anderson | 2009-05-20 | 1 | -2/+4 |
* | Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-... | Owen Anderson | 2009-05-20 | 1 | -11/+33 |
* | Back out the thread-safe ManagedStatic for now. Too many people have too man... | Owen Anderson | 2009-05-16 | 1 | -20/+4 |
* | Factor out some common code, fix more typoes, and add a memory fence that mig... | Owen Anderson | 2009-05-15 | 1 | -31/+15 |
* | Fix an unfortunate typo. | Owen Anderson | 2009-05-15 | 1 | -1/+1 |
* | Now with working on Leopard! | Owen Anderson | 2009-05-15 | 1 | -1/+1 |
* | Make ManagedStatic threadsafe by using atomic operations. | Owen Anderson | 2009-05-14 | 1 | -4/+36 |
* | Add an int64_t variant of abs, for host environments | Dale Johannesen | 2009-05-13 | 1 | -0/+7 |
* | Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696 | Mike Stump | 2009-05-11 | 1 | -0/+2 |
* | Add simplify_type specializations to allow WeakVH, AssertingVH, and | Dan Gohman | 2009-05-06 | 1 | -2/+37 |
* | Quotes should be printed before private prefix; some code clean up. | Evan Cheng | 2009-05-05 | 1 | -1/+5 |
* | Add an explicit keyword. | Dan Gohman | 2009-05-05 | 1 | -1/+2 |
* | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman | 2009-05-02 | 1 | -1/+45 |
* | Include <limits.h> to get the definition of CHAR_BIT. | Dan Gohman | 2009-05-02 | 1 | -0/+1 |
* | Drop the default assumption about alignment down to 2 bits from 3. This appa... | Chris Lattner | 2009-05-01 | 1 | -2/+2 |
* | Add a mention of TypeBuilder to the programmer's manual, and clean up the class | Jeffrey Yasskin | 2009-04-30 | 1 | -6/+6 |
* | Make dataflow iteration possible on Value*, not only on User*: df_ext_iterato... | Edwin Török | 2009-04-30 | 1 | -4/+4 |
* | Add support for a character after a command line option. Like '-Os'. | Bill Wendling | 2009-04-29 | 1 | -0/+23 |
* | Add tests for WeakVH and AssertingVH. These pointed out that the overloads for | Jeffrey Yasskin | 2009-04-27 | 1 | -42/+2 |
* | Add a new TypeBuilder helper class, which eases making LLVM IR types. | Chris Lattner | 2009-04-25 | 1 | -0/+463 |
* | Add caching of predecessor counts as well as predecessors themselves. | Owen Anderson | 2009-04-22 | 1 | -0/+9 |
* | Make all raw_ostreams support the tell() function. | Douglas Gregor | 2009-04-20 | 1 | -0/+34 |
* | Fix missing text in doxygen documentation. | Nick Lewycky | 2009-04-19 | 1 | -1/+1 |
* | Cleanup. Remove redundant llvm:: , we don't need them since we're inside | Nick Lewycky | 2009-04-10 | 1 | -18/+18 |
* | Add utility function to IRBuilder that takes the difference between two | Nick Lewycky | 2009-04-10 | 1 | -0/+14 |
* | Remove AllowInverse: it leaks memory and is not the right | Chris Lattner | 2009-04-08 | 1 | -5/+1 |
* | Add segment flag bits to ELF.h. | Mikhail Glushenkov | 2009-04-05 | 1 | -0/+9 |
* | Add fast path for raw_ostream output of strings. | Daniel Dunbar | 2009-04-03 | 1 | -1/+11 |
* | Work around an apparent GCC miscompilation by specializing different, | Chris Lattner | 2009-04-03 | 2 | -14/+12 |
* | add missing * | Chris Lattner | 2009-04-02 | 1 | -2/+2 |
* | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 1 | -2/+3 |
* | * Fixed spelling of `invertible' | Misha Brukman | 2009-04-01 | 1 | -5/+2 |
* | add a converting operator | Chris Lattner | 2009-03-31 | 1 | -0/+3 |
* | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner | 2009-03-31 | 1 | -0/+217 |
* | teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ... | Chris Lattner | 2009-03-31 | 1 | -0/+14 |
* | Constify check. This fixes PR3900. | Bill Wendling | 2009-03-29 | 1 | -1/+1 |
* | Add a PointerLikeTypeTraits specialization for uintptr_t | Chris Lattner | 2009-03-29 | 1 | -0/+16 |
* | Replace the PointerLikeTypeTraits::getNumLowBitsAvailable | Chris Lattner | 2009-03-29 | 1 | -2/+2 |
* | rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for | Chris Lattner | 2009-03-29 | 1 | -0/+61 |
* | move a large method out of line. | Chris Lattner | 2009-03-28 | 1 | -16/+2 |
* | Allow invertable -xno- style optins as well. | Mike Stump | 2009-03-27 | 1 | -4/+8 |
* | add method to access a template argument. | Chris Lattner | 2009-03-22 | 1 | -0/+4 |
* | Fix the Win32 VS2008 build: | Sebastian Redl | 2009-03-19 | 1 | -2/+2 |
* | Add BUILTIN_EXPECT Support/Compiler macro. | Daniel Dunbar | 2009-03-17 | 1 | -0/+6 |
* | raw_ostream: Return '*this' explicitly (instead of implicitly via | Daniel Dunbar | 2009-03-17 | 1 | -5/+10 |
* | raw_ostream: Rework implementation of unbuffered streams so outputting | Daniel Dunbar | 2009-03-17 | 1 | -15/+18 |
* | raw_ostream: Replace flush_impl with write_impl, which takes data to | Daniel Dunbar | 2009-03-16 | 1 | -38/+24 |
* | raw_ostream: Lift out flush_nonempty. | Daniel Dunbar | 2009-03-16 | 1 | -24/+38 |
* | Add slow path for single character write, and use exclusively for | Daniel Dunbar | 2009-03-16 | 1 | -3/+4 |