summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [msan] Origin tracking with history.Evgeniy Stepanov2014-03-18
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-18
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-18
* DebugInfo: Move line table zero-directory-index (compilation dir) handling in...David Blaikie2014-03-17
* Really REALLY finish adding const to the MachineRegisterInfo iterator range m...Owen Anderson2014-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
* [VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16Adam Nemet2014-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
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* Deleted copy-constructor/copy-assignment broke a buildbot. Removing while ILang Hames2014-03-17
* Rename PBQP RegAllocSolver local variables to conform to LLVM coding style.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
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* PointerIntPair: Avoid an (academic) case of undefined behavior in the DenseMa...Benjamin Kramer2014-03-15
* Support: Make error_category's constructor publicJustin Bogner2014-03-15
* Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2014-03-15
* Use DiagnosticInfo facility.Diego Novillo2014-03-14
* MCDwarf: Initialize MCLineTableHeader::LabelDavid Blaikie2014-03-14
* Correctly handle an ELF symbol defined with "a = b + expr".Rafael Espindola2014-03-14
* Remove unnecessary StringRef::str() call where an implicit conversion works j...David Blaikie2014-03-14
* Delete unused ObjectFile::{begin,end}_symbols()Alexey Samsonov2014-03-14
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* Separate out MVT in a separate header file: MachineValueType.hPatrik Hagglund2014-03-14
* [Mips] Add one more MIPS relocation type constant.Simon Atanasyan2014-03-14
* Revert r203883 (which was more of a bandaid) and fix the real underlyingOwen Anderson2014-03-14
* static link polly into toolsSebastian Pop2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-13
* MCDwarf: Extract the DWARF line table header handling into its own typeDavid Blaikie2014-03-13
* Fix a subtle issue introduced my my recent changes to MachineRegisterInfo ite...Owen Anderson2014-03-13
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-13
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-13
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-13
* Fix for http://llvm.org/bugs/show_bug.cgi?id=18590Ekaterina Romanova2014-03-13
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-13
* Use printable names to implement directional labels.Rafael Espindola2014-03-13
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-13
* [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)Hans Wennborg2014-03-13
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* AVX-512: masked load/store + intrinsics for them.Elena Demikhovsky2014-03-13