aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2009-07-12Make this clearer for the mathematically inclined. Thanks to Duncan Sands forNick Lewycky
2009-07-11Fix comment.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-11Clarify and simplify.Nick Lewycky
2009-07-11Move a method that creates constant ranges relative to another constant rangeNick Lewycky
2009-07-10Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene
2009-07-10Fix unit tests.Owen Anderson
2009-07-10Push LLVMContext through the TypeBuilder API. There are no users for this in...Owen Anderson
2009-07-10Push LLVMContext through the PatternMatch API.Owen Anderson
2009-07-10Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson
2009-07-09Add some hooks that a redesigned AsmStream needs to do its job. TheseDavid Greene
2009-07-09Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman
2009-07-09Add a ConstantSignedRange class, which does for signed integersDan Gohman
2009-07-09Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l...Alisdair Meredith
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene
2009-07-09Work around an ICE in gcc-4.2.4.Jeffrey Yasskin
2009-07-08Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson
2009-07-08Convert more abort() calls to llvm_report_error().Torok Edwin
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Start converting to new error handling API.Torok Edwin
2009-07-08convert comments to doxygen styleChris Lattner
2009-07-08Trial first commitAlisdair Meredith
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-07Disable loop index split for now and let nightly tester verify its usefulness.Devang Patel
2009-07-07Introduce new error handling API.Torok Edwin
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-06Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson
2009-07-02switch the .ll parser to use SourceMgr.Chris Lattner
2009-07-02add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner
2009-06-30Normalize SourceMgr messages.Daniel Dunbar
2009-06-29Add SMLoc::isValid method.Daniel Dunbar
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson
2009-06-23Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...Owen Anderson
2009-06-23Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson
2009-06-23Actually, these need to be signed integers, not unsigned.Owen Anderson
2009-06-23Use 64-bit integer counters for tracking time, rather than doubles. This wil...Owen Anderson
2009-06-23Revert r73923, which broke clang.Owen Anderson
2009-06-22Add guards around timer groups, which can be shared.Owen Anderson
2009-06-21rename SourceMgr::PrintError to PrintMessage.Chris Lattner
2009-06-21move include searching logic from TGLexer to SourceMgr.Chris Lattner
2009-06-21Rename TGSourceMgr -> SourceMgr.Chris Lattner
2009-06-21rename TGLoc -> SMLoc.Chris Lattner
2009-06-21move TGSourceMgr class out of TableGen into libsupport.Chris Lattner
2009-06-19mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel
2009-06-19Fences are expensive. Avoid doing them when we're not in multithreaded mode.Owen Anderson