aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-3/+2
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-211-0/+13
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-211-9/+9
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-14/+14
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-0/+108
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-191-0/+101
* Fences are expensive. Avoid doing them when we're not in multithreaded mode.Owen Anderson2009-06-191-4/+4
* Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead.Anton Korobeynikov2009-06-181-39/+8
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-182-46/+1
* Forgot to commit this hunkAnton Korobeynikov2009-06-181-0/+12
* Propagate calling conv for invokes tooAnton Korobeynikov2009-06-181-2/+4
* Honour calling convention and attributes of Callee by default.Anton Korobeynikov2009-06-171-6/+24
* make CreateFMul forward to CreateFMul, not CreateMul.Chris Lattner2009-06-171-1/+1
* Fix comment.Mikhail Glushenkov2009-06-171-2/+2
* Fix/cleanup trailing newlines.Owen Anderson2009-06-161-1/+1
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-162-7/+46
* Add a CreateFNeg function to IRBuilder.Dan Gohman2009-06-151-0/+5
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-071-1/+12
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-045-0/+98
* Add support for outputting ANSI colors to raw_fd_ostream.Edwin Török2009-06-041-0/+31
* Change LTO to run the global opt pass twice.Daniel Dunbar2009-06-031-8/+2
* Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar2009-06-031-0/+101
* Remove some silly code.Daniel Dunbar2009-06-031-1/+1
* Add StandardPasses.h which embeds the standard compilation passes shared byDaniel Dunbar2009-06-031-0/+149
* Change TargetFolder's TD member from a reference to aDan Gohman2009-06-031-5/+7
* Fix the name of the function in this comment.Dan Gohman2009-05-311-2/+2
* Add AMD64 elf machine typeBruno Cardoso Lopes2009-05-301-1/+2
* 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