Normalize SourceMgr messages.
[oota-llvm.git] / include / llvm / Support /
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-29 Daniel DunbarAdd SMLoc::isValid method.
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-06-23 Owen AndersonMake timers threadsafe again. This isn't quite as...
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Owen AndersonActually, these need to be signed integers, not unsigned.
2009-06-23 Owen AndersonUse 64-bit integer counters for tracking time, rather...
2009-06-23 Owen AndersonRevert r73923, which broke clang.
2009-06-22 Owen AndersonAdd guards around timer groups, which can be shared.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-06-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 Owen AndersonFences are expensive. Avoid doing them when we're...
2009-06-18 Anton KorobeynikovRevert IRBuilder CC propagation. Fix SimplifyLibCalls...
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-18 Anton KorobeynikovForgot to commit this hunk
2009-06-18 Anton KorobeynikovPropagate calling conv for invokes too
2009-06-17 Anton KorobeynikovHonour calling convention and attributes of Callee...
2009-06-17 Chris Lattnermake CreateFMul forward to CreateFMul, not CreateMul.
2009-06-17 Mikhail GlushenkovFix comment.
2009-06-16 Owen AndersonFix/cleanup trailing newlines.
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...
2009-06-15 Dan GohmanAdd a CreateFNeg function to IRBuilder.
2009-06-07 Bruno Cardoso LopesSimple ELF32/64 binary files can now be emitted for...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Torok EdwinAdd support for outputting ANSI colors to raw_fd_ostream.
2009-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-06-03 Daniel DunbarRemove some silly code.
2009-06-03 Daniel DunbarAdd StandardPasses.h which embeds the standard compilat...
2009-06-03 Dan GohmanChange TargetFolder's TD member from a reference to a
2009-05-31 Dan GohmanFix the name of the function in this comment.
2009-05-30 Bruno Cardoso LopesAdd AMD64 elf machine type
2009-05-20 Dan GohmanAdd an accessor method to return the insertion point.
2009-05-20 Owen AndersonHave llvm_start_multithreaded return a bool indicating...
2009-05-20 Owen AndersonAdd llvm_start_multithreaded(), which starts up the...
2009-05-16 Owen AndersonBack out the thread-safe ManagedStatic for now. Too...
2009-05-15 Owen AndersonFactor out some common code, fix more typoes, and add...
2009-05-15 Owen AndersonFix an unfortunate typo.
2009-05-15 Owen AndersonNow with working on Leopard!
2009-05-14 Owen AndersonMake ManagedStatic threadsafe by using atomic operations.
2009-05-13 Dale JohannesenAdd an int64_t variant of abs, for host environments
2009-05-11 Mike StumpAdd DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696
2009-05-06 Dan GohmanAdd simplify_type specializations to allow WeakVH,...
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
2009-05-05 Dan GohmanAdd an explicit keyword.
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-05-02 Dan GohmanInclude <limits.h> to get the definition of CHAR_BIT.
2009-05-01 Chris LattnerDrop the default assumption about alignment down to...
2009-04-30 Jeffrey YasskinAdd a mention of TypeBuilder to the programmer's manual...
2009-04-30 Torok EdwinMake dataflow iteration possible on Value*, not only...
2009-04-29 Bill WendlingAdd support for a character after a command line option...
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...
2009-04-22 Owen AndersonAdd caching of predecessor counts as well as predecesso...
2009-04-20 Douglas GregorMake all raw_ostreams support the tell() function.
2009-04-19 Nick LewyckyFix missing text in doxygen documentation.
2009-04-10 Nick LewyckyCleanup. Remove redundant llvm:: , we don't need them...
2009-04-10 Nick LewyckyAdd utility function to IRBuilder that takes the differ...
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-05 Mikhail GlushenkovAdd segment flag bits to ELF.h.
2009-04-03 Daniel DunbarAdd fast path for raw_ostream output of strings.
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-02 Chris Lattneradd missing *
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-31 Chris Lattneradd a converting operator
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...
2009-03-31 Chris Lattnerteach PointerLikeTypeTraits that all pointers to pointe...
2009-03-29 Bill WendlingConstify check. This fixes PR3900.
2009-03-29 Chris LattnerAdd a PointerLikeTypeTraits specialization for uintptr_t
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Mike StumpAllow invertable -xno- style optins as well.
2009-03-22 Chris Lattneradd method to access a template argument.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-17 Daniel DunbarAdd BUILTIN_EXPECT Support/Compiler macro.
2009-03-17 Daniel Dunbarraw_ostream: Return '*this' explicitly (instead of...
2009-03-17 Daniel Dunbarraw_ostream: Rework implementation of unbuffered stream...
2009-03-16 Daniel Dunbarraw_ostream: Replace flush_impl with write_impl, which...
2009-03-16 Daniel Dunbarraw_ostream: Lift out flush_nonempty.
2009-03-16 Daniel DunbarAdd slow path for single character write, and use exclu...
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-12 Daniel Dunbarraw_ostream: unbuffered streams weren't being immediate...
2009-03-10 Mon P WangChanged Allocate to use size_t instead of unsigned.
2009-03-10 Dan GohmanAdd an explicit keyword.
2009-03-10 Mon P WangFixed rounding up EltSize
2009-03-10 Daniel DunbarPR3478: raw_ostream should not buffer stderr
2009-03-10 Daniel DunbarAdd C++ marker.
2009-03-06 Daniel DunbarAdd IRBuilder::CreateConstGEP{1, 2}_{32, 64}.
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Chris Lattneradd some helper classes for building light-weight symbo...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-18 Chris Lattnerallow TimeRegion to take a potentially-null pointer...
next