Remove some dead assignements found by scan-build
[oota-llvm.git] / include /
2014-03-21 Duncan P. N. Exon... InstrProf: Move constructor to the header
2014-03-21 Duncan P. N. Exon... InstrProf: Use move semantics with unique_ptr
2014-03-21 Duncan P. N. Exon... InstrProf: Detect magic numbers in a more scalable way
2014-03-21 Duncan P. N. Exon... InstrProf: Actually detect bad headers
2014-03-21 Justin BognerProfileData: Avoid double underscores in header guards
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-21 Juergen Ributzka[Constant Hoisting] Make the constant materialization...
2014-03-21 Rui UeyamaObject/COFF: Support large relocation table.
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-03-20 Juergen RibutzkaRevert "[Constant Hoisting] Extend coverage of the...
2014-03-20 Juergen Ributzka[Constant Hoisting] Extend coverage of the constant...
2014-03-20 Mark SeabornRemove LowerInvoke's obsolete "-enable-correct-eh-suppo...
2014-03-20 Rafael EspindolaRemove dead and incorrect code.
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-20 David MajnemerObject: Abstract out the determination of function...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Justin BognerSupport: Add postincrement and include guards to LineIt...
2014-03-19 David MajnemerCOFF: Fix a typo
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 David MajnemerObject: Move auxiliary symbol definitions from llvm...
2014-03-19 David MajnemerObject: Clean up COFF.h
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-19 Pete CooperWhen destroying a StringMap, just iterate over the...
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
2014-03-18 Eli BenderskyExpose "noduplicate" attribute as a property for intrin...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-18 Jim GrosbachC++ style comments
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-18 Jim GrosbachMachO: Comment fields in the version_min load command.
2014-03-18 Rafael EspindolaAdd back r203962, r204028 and r204059.
2014-03-18 Evgeniy Stepanov[msan] Origin tracking with history.
2014-03-18 Alexander KornienkoRevert r203962 and two revisions depending on it: r2040...
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 Owen AndersonReally REALLY finish adding const to the MachineRegiste...
2014-03-17 Matt ArsenaultMake DAGCombiner work on vector bitshifts with constant...
2014-03-17 Owen AndersonAdd one more const marker that I missed.
2014-03-17 David BlaikieDebugInfo: Use MC line table file entry uniquing for...
2014-03-17 Owen AndersonMark MachineRegisterInfo's iterator range methods as...
2014-03-17 Owen AndersonAdd iterator range definitions for the MachineRegisterI...
2014-03-17 Adam Nemet[VectorLegalizer/X86] Don't unvectorize fp_to_uint...
2014-03-17 Eli BenderskyConsistent use of the noduplicate attribute.
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-17 Lang HamesDeleted copy-constructor/copy-assignment broke a buildb...
2014-03-17 Lang HamesRename PBQP RegAllocSolver local variables to conform...
2014-03-16 NAKAMURA TakumiUntabify.
2014-03-16 Manman RenAdd FIXMEs to use DIScopeRef instead of DIScope for...
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-15 Benjamin KramerPointerIntPair: Avoid an (academic) case of undefined...
2014-03-15 Justin BognerSupport: Make error_category's constructor public
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-14 David BlaikieMCDwarf: Initialize MCLineTableHeader::Label
2014-03-14 Rafael EspindolaCorrectly handle an ELF symbol defined with "a = b...
2014-03-14 David BlaikieRemove unnecessary StringRef::str() call where an impli...
2014-03-14 Alexey SamsonovDelete unused ObjectFile::{begin,end}_symbols()
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-14 Patrik HagglundSeparate out MVT in a separate header file: MachineValu...
2014-03-14 Simon Atanasyan[Mips] Add one more MIPS relocation type constant.
2014-03-14 Owen AndersonRevert r203883 (which was more of a bandaid) and fix...
2014-03-14 Sebastian Popstatic link polly into tools
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Extract the DWARF line table header handling...
2014-03-13 Owen AndersonFix a subtle issue introduced my my recent changes...
2014-03-13 David BlaikieMCDwarf: Sink file/directory creation down into MCDwarf...
2014-03-13 David BlaikieMCDwarf: Oh, and move the directory string over to...
2014-03-13 David BlaikieMCDwarf: Simplify MCDwarfFile to just use std::string...
2014-03-13 Ekaterina RomanovaFix for http://llvm.org/bugs/show_bug.cgi?id=18590
2014-03-13 David BlaikieMCDwarf: Simply MCDwarfFile since it really is just...
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-13 Elena DemikhovskyAVX-512: masked load/store + intrinsics for them.
2014-03-13 Chandler Carruth[PM] As was pointed out in review, I need to define...
2014-03-13 Chandler Carruth[PM] Stop playing fast and loose with rebinding of...
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin BognerProfile: Avoid an unnecessary __attribute__((packed))
2014-03-12 Justin BognerProfile: Remove an inefficient and unnecessary API...
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2014-03-12 Justin BognerProfile: Add a library for the instrumentation based...
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-12 Eli BenderskyMove duplicated code into a helper function (exposed...
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-11 David BlaikieAccept Twine's to AsmPrinter::getTempSymbol (refactorin...
next