aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Add an accessor method to return the insertion point.Dan Gohman2009-05-201-0/+2
* Have llvm_start_multithreaded return a bool indicating whether multithreadedOwen Anderson2009-05-201-2/+4
* Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...Owen Anderson2009-05-201-11/+33
* Back out the thread-safe ManagedStatic for now. Too many people have too man...Owen Anderson2009-05-161-20/+4
* Factor out some common code, fix more typoes, and add a memory fence that mig...Owen Anderson2009-05-151-31/+15
* Fix an unfortunate typo.Owen Anderson2009-05-151-1/+1
* Now with working on Leopard!Owen Anderson2009-05-151-1/+1
* Make ManagedStatic threadsafe by using atomic operations.Owen Anderson2009-05-141-4/+36
* Add an int64_t variant of abs, for host environmentsDale Johannesen2009-05-131-0/+7
* Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696Mike Stump2009-05-111-0/+2
* Add simplify_type specializations to allow WeakVH, AssertingVH, andDan Gohman2009-05-061-2/+37
* Quotes should be printed before private prefix; some code clean up.Evan Cheng2009-05-051-1/+5
* Add an explicit keyword.Dan Gohman2009-05-051-1/+2
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-1/+45
* Include <limits.h> to get the definition of CHAR_BIT.Dan Gohman2009-05-021-0/+1
* Drop the default assumption about alignment down to 2 bits from 3. This appa...Chris Lattner2009-05-011-2/+2
* Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin2009-04-301-6/+6
* Make dataflow iteration possible on Value*, not only on User*: df_ext_iterato...Edwin Török2009-04-301-4/+4
* Add support for a character after a command line option. Like '-Os'.Bill Wendling2009-04-291-0/+23
* Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin2009-04-271-42/+2
* Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner2009-04-251-0/+463
* Add caching of predecessor counts as well as predecessors themselves.Owen Anderson2009-04-221-0/+9
* Make all raw_ostreams support the tell() function.Douglas Gregor2009-04-201-0/+34
* Fix missing text in doxygen documentation.Nick Lewycky2009-04-191-1/+1
* Cleanup. Remove redundant llvm:: , we don't need them since we're insideNick Lewycky2009-04-101-18/+18
* Add utility function to IRBuilder that takes the difference between twoNick Lewycky2009-04-101-0/+14
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-081-5/+1
* Add segment flag bits to ELF.h.Mikhail Glushenkov2009-04-051-0/+9
* Add fast path for raw_ostream output of strings.Daniel Dunbar2009-04-031-1/+11
* Work around an apparent GCC miscompilation by specializing different,Chris Lattner2009-04-032-14/+12
* add missing *Chris Lattner2009-04-021-2/+2
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-2/+3
* * Fixed spelling of `invertible'Misha Brukman2009-04-011-5/+2
* add a converting operatorChris Lattner2009-03-311-0/+3
* Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner2009-03-311-0/+217
* teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ...Chris Lattner2009-03-311-0/+14
* Constify check. This fixes PR3900.Bill Wendling2009-03-291-1/+1
* Add a PointerLikeTypeTraits specialization for uintptr_tChris Lattner2009-03-291-0/+16
* Replace the PointerLikeTypeTraits::getNumLowBitsAvailableChris Lattner2009-03-291-2/+2
* rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for Chris Lattner2009-03-291-0/+61
* move a large method out of line.Chris Lattner2009-03-281-16/+2
* Allow invertable -xno- style optins as well.Mike Stump2009-03-271-4/+8
* add method to access a template argument.Chris Lattner2009-03-221-0/+4
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-2/+2
* Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar2009-03-171-0/+6
* raw_ostream: Return '*this' explicitly (instead of implicitly viaDaniel Dunbar2009-03-171-5/+10
* raw_ostream: Rework implementation of unbuffered streams so outputtingDaniel Dunbar2009-03-171-15/+18
* raw_ostream: Replace flush_impl with write_impl, which takes data toDaniel Dunbar2009-03-161-38/+24
* raw_ostream: Lift out flush_nonempty.Daniel Dunbar2009-03-161-24/+38
* Add slow path for single character write, and use exclusively forDaniel Dunbar2009-03-161-3/+4