summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [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
* 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
* LSR: Compress a pair (and get rid of the DenseMapInfo for it).Benjamin Kramer2014-03-15
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-15
* Support: Make error_category's constructor publicJustin Bogner2014-03-15
* llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message c...NAKAMURA Takumi2014-03-15
* SampleProfile.cpp: Fix take #2. The issue was abuse of StringRef here.NAKAMURA Takumi2014-03-15
* SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twi...NAKAMURA Takumi2014-03-15
* R600: Remove unnecessary attempt to zext a pointer.Matt Arsenault2014-03-15
* R600: Code cleanup.Matt Arsenault2014-03-15
* Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2014-03-15
* Debug info: Unique types before emitting them to DWARF, where applicable.Adrian Prantl2014-03-14
* Debug Info: Fix LTO type uniquing for C++ member declarationsAdrian Prantl2014-03-14
* Re-add checks that were in this testcase before it was converted to dwarfdump.Adrian Prantl2014-03-14
* typoAdrian Prantl2014-03-14
* MC: don't create a backtrace for diagnostics.Jim Grosbach2014-03-14
* Re-format SampleProfile.cpp with clang-format. No functional changes.Diego Novillo2014-03-14
* Use DiagnosticInfo facility.Diego Novillo2014-03-14
* Remove command line option for CU hashing. This is on by default now.Eric Christopher2014-03-14
* Make the arbitrary section name be something mach-o compatible.Eric Christopher2014-03-14
* If we see that we're emitting code for a function that doesn't haveEric Christopher2014-03-14
* Remove the -generate-dwarf-cu-ranges flag.Eric Christopher2014-03-14
* MCDwarf: Initialize MCLineTableHeader::LabelDavid Blaikie2014-03-14
* MCContext: Remove redundant assignmentDavid 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
* DwarfDebug: Remove some needless recursion.David Blaikie2014-03-14
* x86: Add missing break to getCallPreservedMask()Duncan P. N. Exon Smith2014-03-14
* x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()Duncan P. N. Exon Smith2014-03-14
* [docs] Add links to XMOS XCore documentation.Richard Osborne2014-03-14
* x86: getCalleeSavedRegs() would crash on 0 (so don't default to it)Duncan P. N. Exon Smith2014-03-14
* Fix a bug introduced during the transition to PathV2.Rafael Espindola2014-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