no really, I can spell!
[oota-llvm.git] / include / llvm / Support /
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...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-16 Daniel DunbarAdd llvm::RoundUpToAlignment.
2009-02-06 Ted KremenekDeallocate() methods now take a 'const void*' instead...
2009-02-03 Chris Lattneradd a method to BumpPtrAllocator that allows allocating...
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-26 Ted KremenekAdd method raw_fd_ostream::seek() for random access...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-20 Devang Patelindentation...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-17 Gabor Greifmake comparisons a bist faster
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-14 Ted KremenekAdd member template MallocAllocator::Allocate(Num)...
2009-01-12 Rafael EspindolaRemove some dead code from the days llvm had type...
2009-01-11 Gabor Greifdrats! remove tabs
2009-01-11 Gabor Greifsimplify CallSite helper class to not consult the Instr...
2009-01-07 Chris Lattnerremove DebugInfoBuilder, it has been subsumed by Analys...
2009-01-06 Chris Lattnerno need to negate the APInt for 0.
next