aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Add a comment explaining a non-obvious API.Dan Gohman2010-06-221-0/+5
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-181-2/+4
* Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and Jason Molenda2010-06-171-0/+87
* Make ParseIRFile and getLazyIRFileModule incoporate the underlyingDan Gohman2010-05-271-2/+4
* Add basic error checking to MemoryBuffer::getSTDIN.Dan Gohman2010-05-271-1/+2
* typoGabor Greif2010-05-271-1/+1
* Use PassManagerBase, to give clients the option of using eitherDan Gohman2010-05-141-7/+7
* Add an isNodeHidden to the graph traits, to support definition ofDan Gohman2010-05-142-3/+24
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-4/+13
* Add an explicit keyword.Dan Gohman2010-05-101-1/+1
* Properly escape edge source and destination labels.Dan Gohman2010-04-301-2/+3
* Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag.Devang Patel2010-04-191-0/+1
* Add a few more ELF bits.Dan Gohman2010-04-191-0/+11
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-5/+11
* reapply r101434Gabor Greif2010-04-161-11/+5
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-5/+11
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-11/+5
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-5/+11
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-11/+5
* Fix TrackingVH to handle const Value subclasses.Dan Gohman2010-04-141-1/+1
* Move a bunch of methods from CallSite to CallSiteBase, so that they canDan Gohman2010-04-141-41/+95
* Use FunTy instead of hard-coding Function.Dan Gohman2010-04-141-1/+1
* Oops, make these public.Dan Gohman2010-04-141-8/+8
* Move getType() and getCaller() into CallSiteBase so thatDan Gohman2010-04-141-8/+8
* Fix whitespace, comments.Dan Gohman2010-04-141-3/+3
* Add explicit keywords.Dan Gohman2010-04-141-2/+2
* Use C++, not C++-standard-library-internals-ese.Dan Gohman2010-04-141-33/+33
* Make SuccIterator's private parts private too.Dan Gohman2010-04-141-5/+6
* Make helper utility members private.Dan Gohman2010-04-141-3/+4
* IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con...Daniel Dunbar2010-04-131-2/+59
* Don't use reserved identifiers.Dan Gohman2010-04-091-11/+11
* Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They willBenjamin Kramer2010-04-082-0/+9
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-071-9/+9
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-072-4/+4
* minor tidying upChris Lattner2010-04-071-1/+1
* this accessor doesn't need to copy the string.Chris Lattner2010-04-061-1/+1
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-062-11/+20
* Avoid overflowing a signed integer which triggers undefined behaviour.Jakob Stoklund Olesen2010-04-061-4/+4
* give the SourceMgr object a cookie.Chris Lattner2010-04-061-3/+7
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-062-7/+34
* add a comment.Chris Lattner2010-04-051-0/+2
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-051-2/+2
* Switch SSEDomainFix to SpecificBumpPtrAllocator.Jakob Stoklund Olesen2010-04-041-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-0/+5
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+12
* remove compatibility typedef.Chris Lattner2010-04-021-2/+0
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-022-24/+14
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-021-34/+6
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-5/+0
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-0/+5