oota-llvm.git
2014-03-17 Lang HamesRename PBQP RegAllocSolver local variables to conform...
2014-03-17 Lang Hames[X86] New and improved VZeroUpperInserter optimization.
2014-03-16 NAKAMURA TakumiUntabify.
2014-03-16 Manman RenAdd FIXMEs to use DIScopeRef instead of DIScope for...
2014-03-16 NAKAMURA Takumi[CMake][cygming] Disable --out-implib from executables.
2014-03-16 David BlaikieRemove named Twine.
2014-03-15 Benjamin KramerUse a fixed subtarget for test so atom scheduling can...
2014-03-15 Arnaud A. de... Remove some dead assignements found by scan-build
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 Benjamin KramerLSR: Compress a pair (and get rid of the DenseMapInfo...
2014-03-15 Patrik HagglundReplace ValueTypes.h with MachineValueType.h if possible.
2014-03-15 Justin BognerSupport: Make error_category's constructor public
2014-03-15 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Suppress...
2014-03-15 NAKAMURA TakumiSampleProfile.cpp: Fix take #2. The issue was abuse...
2014-03-15 NAKAMURA TakumiSampleProfile.cpp: Quick fix to r203976 about abuse...
2014-03-15 Matt ArsenaultR600: Remove unnecessary attempt to zext a pointer.
2014-03-15 Matt ArsenaultR600: Code cleanup.
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-14 Adrian PrantlDebug info: Unique types before emitting them to DWARF...
2014-03-14 Adrian PrantlDebug Info: Fix LTO type uniquing for C++ member declar...
2014-03-14 Adrian PrantlRe-add checks that were in this testcase before it...
2014-03-14 Adrian Prantltypo
2014-03-14 Jim GrosbachMC: don't create a backtrace for diagnostics.
2014-03-14 Diego NovilloRe-format SampleProfile.cpp with clang-format. No funct...
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-14 Eric ChristopherRemove command line option for CU hashing. This is...
2014-03-14 Eric ChristopherMake the arbitrary section name be something mach-o...
2014-03-14 Eric ChristopherIf we see that we're emitting code for a function that...
2014-03-14 Eric ChristopherRemove the -generate-dwarf-cu-ranges flag.
2014-03-14 David BlaikieMCDwarf: Initialize MCLineTableHeader::Label
2014-03-14 David BlaikieMCContext: Remove redundant assignment
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 David BlaikieDwarfDebug: Remove some needless recursion.
2014-03-14 Duncan P. N... x86: Add missing break to getCallPreservedMask()
2014-03-14 Duncan P. N... x86: NFC: Make getCallPreservedMask() more similar...
2014-03-14 Richard Osborne[docs] Add links to XMOS XCore documentation.
2014-03-14 Duncan P. N... x86: getCalleeSavedRegs() would crash on 0 (so don...
2014-03-14 Rafael EspindolaFix a bug introduced during the transition to PathV2.
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 Ulrich Weigand[ppc64] Avoid copy relocs in named rodata sections
2014-03-14 Alexander Potapenko[ASan] Fix https://code.google.com/p/address-sanitizer...
2014-03-14 Alexey SamsonovUse ctor instead of initializer list to appease Windows...
2014-03-14 Alexey SamsonovUse temporary instead of a local variable here
2014-03-14 Oliver StannardGeneralise assembly tests to not rely on anonymous...
2014-03-14 Evgeniy StepanovAddressSanitizer instrumentation for MOV and MOVAPS.
2014-03-14 Stepan DyatkovskiyMergeFunctions, cmpType: fixed variable names from...
2014-03-14 Stepan DyatkovskiyMergeFunctions, cmpType: Fixed comments wrapping.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Use range-based for loops.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Refer to a section in the error message...
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Remove unused ELFState class field.
2014-03-14 Simon Atanasyan[yaml2obj][ELF] Assign name (.shstrtab) to the section...
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-14 Pete CooperFix issue with r203865. The old behaviour would get...
2014-03-14 Galina KistanovaReverted r203879.
2014-03-14 Galina KistanovaFixed misuse of isascii. Also fixes mingw32 build,...
2014-03-13 Eric ChristopherUse DW_AT_linkage_name when we're emitting DWARF4 or...
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 Owen AndersonFix a bug in InstCombine where we would incorrectly...
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Extract the DWARF line table header handling...
2014-03-13 Lang HamesMake GDBJITRegistrar thread safe. Patch by Jim Kearyn...
2014-03-13 Owen AndersonFix a subtle issue introduced my my recent changes...
2014-03-13 Kevin EnderbyAdd -mtriple=x86_64-linux to this test case to fix...
2014-03-13 David BlaikieMCDwarf: Sink file/directory creation down into MCDwarf...
2014-03-13 Stephan TolksdorfTest commit - remove trailing whitespace
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 Tim NorthoverUpdate my e-mail address in CODE_OWNERS.TXT
2014-03-13 David BlaikieRemove stale comment
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-13 Tom StellardR600: LDS instructions shouldn't implicitly define...
2014-03-13 Mark SeabornCleanup: Remove use of old "-enable-correct-eh-support...
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-13 Manuel JacobCodeGenPrep: sink extends of illegal types into use...
2014-03-13 Evgeniy Stepanov[msan] Fix handling of byval arguments in VarArg calls.
2014-03-13 Alexey Samsonov[CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using...
2014-03-13 Rafael EspindolaRemove utils/llvm-native-gcc.
2014-03-13 Elena DemikhovskyAVX-512: masked load/store + intrinsics for them.
2014-03-13 Stepan DyatkovskiyFirst patch of patch series that improves MergeFunction...
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 Tim NorthoverAArch64: error when both positional & named operands...
2014-03-13 Alexey Samsonov[C++11] DWARF parser: use SmallVector<std::unique_ptr...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2014-03-13 Saleem AbdulrasoolARM: ignore unused variable to fix -Wunused-variable...
2014-03-13 Saleem AbdulrasoolMC: fix silly typo
next