Move more functionality over to LLVMContext.
[oota-llvm.git] / include / llvm / Support /
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Torok EdwinMention that llvm_report_error() does not return.
2009-07-12 Nick LewyckyMake this clearer for the mathematically inclined....
2009-07-11 Torok EdwinFix comment.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Nick LewyckyClarify and simplify.
2009-07-11 Nick LewyckyMove a method that creates constant ranges relative...
2009-07-10 David GreeneMake changes suggested by Chris and eliminate newly...
2009-07-10 Owen AndersonFix unit tests.
2009-07-10 Owen AndersonPush LLVMContext through the TypeBuilder API. There...
2009-07-10 Owen AndersonPush LLVMContext through the PatternMatch API.
2009-07-10 Owen AndersonFinish pushing LLVMContext through the IRBuilder/Consta...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-09 David GreeneAdd some hooks that a redesigned AsmStream needs to...
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-07-09 Alisdair MeredithResolve undefined behaviour when ManagedStatic is insta...
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-09 Jeffrey YasskinWork around an ICE in gcc-4.2.4.
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-08 Chris Lattnerconvert comments to doxygen style
2009-07-08 Alisdair MeredithTrial first commit
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-07 Devang PatelDisable loop index split for now and let nightly tester...
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Owen AndersonThread LLVMContext through the constant folding APIs...
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattneradd an explicit class for holding llvm::SourceMgr diagn...
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
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...
next