aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an explicit keyword.Dan Gohman2010-04-021-1/+1
* Fix SpecificBumpPtrAllocator iteration.Torok Edwin2010-04-021-1/+1
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-011-112/+160
* switch IRBuilder to use NewDebugLoc for locations insteadChris Lattner2010-04-011-7/+8
* add comments, don't require inlined-at to be specified.Chris Lattner2010-04-011-1/+3
* add a method to decode a DILocation into a NewDebugLoc.Chris Lattner2010-04-011-1/+4
* Add a new "NewDebugLoc" class which will eventually replace DebugLoc,Chris Lattner2010-04-011-0/+55
* Correct comment.Duncan Sands2010-03-311-1/+1
* fix file header.Chris Lattner2010-03-311-2/+1
* make irbuilder use the new optimized debug info accessors.Chris Lattner2010-03-311-4/+11