Age | Commit message (Expand) | Author |
2013-02-27 | Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng! | Aaron Ballman |
2013-02-27 | Suppressing MSVC warnings; patch thanks to Peng Cheng! | Aaron Ballman |
2013-02-27 | In GCC 4.7, function names are now forbidden from .gcda files. Support this by | Nick Lewycky |
2013-02-26 | Enhance integer division emulation support to handle types smaller than 32 bits, | Pedro Artigas |
2013-02-26 | Have a way for a target to opt-out of target-independent fast isel | Michael Ilseman |
2013-02-26 | Another test commit. Remove trailing whitespace. | Matt Arsenault |
2013-02-26 | Test commit. Remove trailing whitespace. | Matt Arsenault |
2013-02-26 | Slight cosmetic fixes | Eli Bendersky |
2013-02-26 | Unify clang/llvm attributes for asan/tsan/msan (LLVM part) | Kostya Serebryany |
2013-02-26 | Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc... | Michael Ilseman |
2013-02-25 | Fix missing relocation for TLS addressing peephole optimization. | Bill Schmidt |
2013-02-25 | DIBuilder: support structs with vtable pointers in the same way as classes | David Blaikie |
2013-02-22 | Add a field to the compile unit of where we plan on splitting out | Eric Christopher |
2013-02-22 | Add a TODO and explain when we can get rid of the isMain field. | Eric Christopher |
2013-02-22 | Formatting. | Eric Christopher |
2013-02-22 | An Optional<T> is pod-like if the inner type is. | Benjamin Kramer |
2013-02-22 | Implement the NoBuiltin attribute. | Bill Wendling |
2013-02-21 | Limit cast machinery to preserve const and not accept temporaries | David Blaikie |
2013-02-21 | Clear the whole table including the tombstones, since the tombstone count will | Pedro Artigas |
2013-02-21 | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky |
2013-02-21 | Make RAFast::UsedInInstr indexed by register units. | Jakob Stoklund Olesen |
2013-02-21 | Add move ctor/assignment to Optional<T> | David Blaikie |
2013-02-21 | Correct spelling of 'enumerator'. | David Blaikie |
2013-02-21 | Make Optional<T>'s operator bool 'explicit' in C++11 | David Blaikie |
2013-02-21 | ADT/Optional.h: Appease msvc. It reapplies r175626. | NAKAMURA Takumi |
2013-02-21 | Provide a "None" value for convenience when using Optional<T>() | David Blaikie |
2013-02-20 | MCParser: Update method names per coding guidelines. | Jim Grosbach |
2013-02-20 | Update TargetLowering ivars for name policy. | Jim Grosbach |
2013-02-20 | Use LiveRangeUpdater instead of mergeIntervalRanges. | Jakob Stoklund Olesen |
2013-02-20 | Add a LiveRangeUpdater class. | Jakob Stoklund Olesen |
2013-02-20 | Add a default constructor for LiveRange. | Jakob Stoklund Olesen |
2013-02-20 | Revert r175626, "ADT/Optional.h: Appease msvc." | NAKAMURA Takumi |
2013-02-20 | Whitespace. | NAKAMURA Takumi |
2013-02-20 | ADT/Optional.h: Appease msvc. | NAKAMURA Takumi |
2013-02-20 | Move the SplatByte helper to APInt and generalize it a bit. | Benjamin Kramer |
2013-02-20 | Modify LiveInterval::addRange() to match the comment about what it returns. | Cameron Zwarich |
2013-02-20 | Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding | Cameron Zwarich |
2013-02-20 | Make SlotIndex::getEntry() return unsigned to match IndexListEntry. | Cameron Zwarich |
2013-02-20 | Fix a misunderstanding about how RegMaskBlocks works. This was caught by | Cameron Zwarich |
2013-02-20 | Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions. | David Blaikie |
2013-02-20 | [llvm-readobj] Add ELF .dynamic table dumping. | Michael J. Spencer |
2013-02-20 | Remove unneeded #include. | Jakub Staszak |
2013-02-20 | Fix #includes, so we include only what we really need. | Jakub Staszak |
2013-02-20 | Allow llvm::Optional to work with types without default constructors. | David Blaikie |
2013-02-20 | Move part of APInt implementation from header to cpp file. These methods | Jakub Staszak |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
2013-02-19 | Simplify code. No functionality change. | Jakub Staszak |