| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly escape edge source and destination labels. | Dan Gohman | 2010-04-30 | 1 | -2/+3 |
* | Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag. | Devang Patel | 2010-04-19 | 1 | -0/+1 |
* | Add a few more ELF bits. | Dan Gohman | 2010-04-19 | 1 | -0/+11 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -5/+11 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -11/+5 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -5/+11 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -11/+5 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -5/+11 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -11/+5 |
* | Fix TrackingVH to handle const Value subclasses. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Move a bunch of methods from CallSite to CallSiteBase, so that they can | Dan Gohman | 2010-04-14 | 1 | -41/+95 |
* | Use FunTy instead of hard-coding Function. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Oops, make these public. | Dan Gohman | 2010-04-14 | 1 | -8/+8 |
* | Move getType() and getCaller() into CallSiteBase so that | Dan Gohman | 2010-04-14 | 1 | -8/+8 |
* | Fix whitespace, comments. | Dan Gohman | 2010-04-14 | 1 | -3/+3 |
* | Add explicit keywords. | Dan Gohman | 2010-04-14 | 1 | -2/+2 |
* | Use C++, not C++-standard-library-internals-ese. | Dan Gohman | 2010-04-14 | 1 | -33/+33 |
* | Make SuccIterator's private parts private too. | Dan Gohman | 2010-04-14 | 1 | -5/+6 |
* | Make helper utility members private. | Dan Gohman | 2010-04-14 | 1 | -3/+4 |
* | IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con... | Daniel Dunbar | 2010-04-13 | 1 | -2/+59 |
* | Don't use reserved identifiers. | Dan Gohman | 2010-04-09 | 1 | -11/+11 |
* | Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They will | Benjamin Kramer | 2010-04-08 | 2 | -0/+9 |
* | rename llvm_install_error_handler -> install_fatal_error_handler | Chris Lattner | 2010-04-07 | 1 | -9/+9 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 2 | -4/+4 |
* | minor tidying up | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | this accessor doesn't need to copy the string. | Chris Lattner | 2010-04-06 | 1 | -1/+1 |
* | enhance SMDiagnostic to also maintain a pointer to the SourceMgr. | Chris Lattner | 2010-04-06 | 2 | -11/+20 |
* | Avoid overflowing a signed integer which triggers undefined behaviour. | Jakob Stoklund Olesen | 2010-04-06 | 1 | -4/+4 |
* | give the SourceMgr object a cookie. | Chris Lattner | 2010-04-06 | 1 | -3/+7 |
* | Give llvm::SourceMgr the ability to have a client-specified | Chris Lattner | 2010-04-06 | 2 | -7/+34 |
* | add a comment. | Chris Lattner | 2010-04-05 | 1 | -0/+2 |
* | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner | 2010-04-05 | 1 | -2/+2 |
* | Switch SSEDomainFix to SpecificBumpPtrAllocator. | Jakob Stoklund Olesen | 2010-04-04 | 1 | -1/+1 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -0/+5 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 1 | -0/+12 |
* | remove compatibility typedef. | Chris Lattner | 2010-04-02 | 1 | -2/+0 |
* | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 2 | -24/+14 |
* | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner | 2010-04-02 | 1 | -34/+6 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -5/+0 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -0/+5 |
* | Add an explicit keyword. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
* | Fix SpecificBumpPtrAllocator iteration. | Torok Edwin | 2010-04-02 | 1 | -1/+1 |
* | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 1 | -112/+160 |
* | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -7/+8 |
* | add comments, don't require inlined-at to be specified. | Chris Lattner | 2010-04-01 | 1 | -1/+3 |
* | add a method to decode a DILocation into a NewDebugLoc. | Chris Lattner | 2010-04-01 | 1 | -1/+4 |
* | Add a new "NewDebugLoc" class which will eventually replace DebugLoc, | Chris Lattner | 2010-04-01 | 1 | -0/+55 |
* | Correct comment. | Duncan Sands | 2010-03-31 | 1 | -1/+1 |
* | fix file header. | Chris Lattner | 2010-03-31 | 1 | -2/+1 |
* | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -4/+11 |