summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* CodeGen/R600/v_cndmask.ll: Relax an expression to unbreak msvcrt.NAKAMURA Takumi2014-03-18
* DebugInfo/lto-comp-dir.ll: Tweak for dos path.NAKAMURA Takumi2014-03-18
* ARM: add an assertionSaleem Abdulrasool2014-03-18
* DwarfDebug: Only unique retained types instead of all types.Adrian Prantl2014-03-18
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* Replace unnecessary #include directive with forward declarations.Adrian Prantl2014-03-18
* Add explanatory comment.Eric Christopher2014-03-18
* Shorten DotDebugLocEntry to just DebugLocEntry and reformat.Eric Christopher2014-03-18
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-18
* DebugInfo: Implement debug_line.dwo for file names used in type units during ...David Blaikie2014-03-18
* DebugInfo: Flag test as requiring object emission supportDavid Blaikie2014-03-18
* DebugInfo: Do not rely on the compilation dir (index 0) for files in line tab...David Blaikie2014-03-18
* DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnitDavid Blaikie2014-03-17
* DebugInfo: Move line table zero-directory-index (compilation dir) handling in...David Blaikie2014-03-17
* Make methods staticMatt Arsenault2014-03-17
* Use range metadata instead of introducing selects.Dan Gohman2014-03-17
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-17
* Really REALLY finish adding const to the MachineRegisterInfo iterator range m...Owen Anderson2014-03-17
* Making a guess to fix the test case with r204056 to get the build bot working.Kevin Enderby2014-03-17
* R600: Match sign_extend_inreg to BFE instructionsMatt Arsenault2014-03-17
* Make DAGCombiner work on vector bitshifts with constant splat vectors.Matt Arsenault2014-03-17
* Add one more const marker that I missed.Owen Anderson2014-03-17
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-17
* Mark MachineRegisterInfo's iterator range methods as const.Owen Anderson2014-03-17
* Add iterator range definitions for the MachineRegisterInfo iterators.Owen Anderson2014-03-17
* [X86] Fix unused variable warning with NDEBUG from r204058Adam Nemet2014-03-17
* MC: change runtime check to an assertionSaleem Abdulrasool2014-03-17
* ARM IAS: support .thumb_setSaleem Abdulrasool2014-03-17
* [VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16Adam Nemet2014-03-17
* R600/SI: Fix implementation of isInlineConstant() used by the verifierTom Stellard2014-03-17
* R600/SI: Use correct dest register class for V_READFIRSTLANE_B32Tom Stellard2014-03-17
* R600/SI: Add generic checks to SIInstrInfo::verifyInstruction()Tom Stellard2014-03-17
* Consistent use of the noduplicate attribute.Eli Bendersky2014-03-17
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat.NAKAMURA Takumi2014-03-17
* Consider the base pointer for setting the symbol type.Rafael Espindola2014-03-17
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* Test caseDavid Blaikie2014-03-17
* Deleted copy-constructor/copy-assignment broke a buildbot. Removing while ILang Hames2014-03-17
* llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck2014-03-17
* llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck2014-03-17
* Rename PBQP RegAllocSolver local variables to conform to LLVM coding style.Lang Hames2014-03-17
* [X86] New and improved VZeroUpperInserter optimization.Lang Hames2014-03-17
* Untabify.NAKAMURA Takumi2014-03-16
* Add FIXMEs to use DIScopeRef instead of DIScope for LTO type uniqueing.Manman Ren2014-03-16
* [CMake][cygming] Disable --out-implib from executables.NAKAMURA Takumi2014-03-16
* Remove named Twine.David Blaikie2014-03-16
* Use a fixed subtarget for test so atom scheduling can't change the addresses ...Benjamin Kramer2014-03-15
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-15