Age | Commit message (Expand) | Author | Files | Lines |
2013-02-26 | Unify clang/llvm attributes for asan/tsan/msan (LLVM part) | Kostya Serebryany | 1 | -3/+3 |
2013-02-26 | Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc... | Michael Ilseman | 1 | -4/+3 |
2013-02-25 | Fix missing relocation for TLS addressing peephole optimization. | Bill Schmidt | 1 | -0/+1 |
2013-02-25 | DIBuilder: support structs with vtable pointers in the same way as classes | David Blaikie | 1 | -4/+6 |
2013-02-22 | Add a field to the compile unit of where we plan on splitting out | Eric Christopher | 2 | -2/+7 |
2013-02-22 | Add a TODO and explain when we can get rid of the isMain field. | Eric Christopher | 1 | -1/+1 |
2013-02-22 | Formatting. | Eric Christopher | 1 | -1/+1 |
2013-02-22 | An Optional<T> is pod-like if the inner type is. | Benjamin Kramer | 1 | -0/+6 |
2013-02-22 | Implement the NoBuiltin attribute. | Bill Wendling | 1 | -25/+2 |
2013-02-21 | Limit cast machinery to preserve const and not accept temporaries | David Blaikie | 1 | -5/+47 |
2013-02-21 | Clear the whole table including the tombstones, since the tombstone count will | Pedro Artigas | 1 | -1/+1 |
2013-02-21 | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2 | -15/+15 |
2013-02-21 | Make RAFast::UsedInInstr indexed by register units. | Jakob Stoklund Olesen | 1 | -0/+6 |
2013-02-21 | Add move ctor/assignment to Optional<T> | David Blaikie | 1 | -0/+29 |
2013-02-21 | Correct spelling of 'enumerator'. | David Blaikie | 1 | -1/+1 |
2013-02-21 | Make Optional<T>'s operator bool 'explicit' in C++11 | David Blaikie | 2 | -1/+11 |
2013-02-21 | ADT/Optional.h: Appease msvc. It reapplies r175626. | NAKAMURA Takumi | 1 | -1/+1 |
2013-02-21 | Provide a "None" value for convenience when using Optional<T>() | David Blaikie | 2 | -0/+29 |
2013-02-20 | MCParser: Update method names per coding guidelines. | Jim Grosbach | 1 | -19/+19 |
2013-02-20 | Update TargetLowering ivars for name policy. | Jim Grosbach | 1 | -14/+14 |
2013-02-20 | Use LiveRangeUpdater instead of mergeIntervalRanges. | Jakob Stoklund Olesen | 1 | -3/+0 |
2013-02-20 | Add a LiveRangeUpdater class. | Jakob Stoklund Olesen | 1 | -0/+58 |
2013-02-20 | Add a default constructor for LiveRange. | Jakob Stoklund Olesen | 1 | -1/+2 |
2013-02-20 | Revert r175626, "ADT/Optional.h: Appease msvc." | NAKAMURA Takumi | 1 | -1/+1 |
2013-02-20 | Whitespace. | NAKAMURA Takumi | 1 | -7/+7 |
2013-02-20 | ADT/Optional.h: Appease msvc. | NAKAMURA Takumi | 1 | -1/+1 |
2013-02-20 | Move the SplatByte helper to APInt and generalize it a bit. | Benjamin Kramer | 1 | -0/+11 |
2013-02-20 | Modify LiveInterval::addRange() to match the comment about what it returns. | Cameron Zwarich | 1 | -2/+2 |
2013-02-20 | Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding | Cameron Zwarich | 1 | -0/+5 |
2013-02-20 | Make SlotIndex::getEntry() return unsigned to match IndexListEntry. | Cameron Zwarich | 1 | -1/+1 |
2013-02-20 | Fix a misunderstanding about how RegMaskBlocks works. This was caught by | Cameron Zwarich | 1 | -1/+1 |
2013-02-20 | Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions. | David Blaikie | 1 | -3/+3 |
2013-02-20 | [llvm-readobj] Add ELF .dynamic table dumping. | Michael J. Spencer | 1 | -9/+40 |
2013-02-20 | Remove unneeded #include. | Jakub Staszak | 1 | -1/+0 |
2013-02-20 | Fix #includes, so we include only what we really need. | Jakub Staszak | 1 | -2/+1 |
2013-02-20 | Allow llvm::Optional to work with types without default constructors. | David Blaikie | 1 | -11/+47 |
2013-02-20 | Move part of APInt implementation from header to cpp file. These methods | Jakub Staszak | 1 | -38/+5 |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter | 1 | -0/+1 |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter | 1 | -2/+5 |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter | 1 | -3/+10 |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter | 3 | -0/+8 |
2013-02-19 | Simplify code. No functionality change. | Jakub Staszak | 1 | -4/+2 |
2013-02-19 | Fix a bug in mayHaveSideEffects. Functions that do not return are now conside... | Nadav Rotem | 1 | -1/+7 |
2013-02-19 | Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un... | Douglas Gregor | 1 | -7/+4 |
2013-02-19 | Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is... | Alexey Samsonov | 1 | -6/+9 |
2013-02-19 | Grammar. | Eric Christopher | 1 | -1/+1 |
2013-02-18 | Add some convenience methods for querying function attributes. | Bill Wendling | 1 | -0/+8 |
2013-02-18 | Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments. | David Blaikie | 7 | -14/+12 |
2013-02-18 | Support for HiPE-compatible code emission, patch by Yiannis Tsiouris. | Benjamin Kramer | 1 | -0/+4 |
2013-02-18 | Use llvm::cast instead of reinterpret_cast. | Jakub Staszak | 1 | -8/+8 |