platform/upstream/llvm.git
2016-03-29 Hrvoje VargaAdd additional Hi/Lo registers to Clang MipsTargetInfoBase
2016-03-29 Pavel LabathAdd ClangUtil.cpp to the xcode project
2016-03-29 Alexey Bataev[OPENMP 4.5] Allow data members in 'aligned' clause.
2016-03-29 Mike SpertusVisual Studio native visualization for TemplateParamete...
2016-03-29 Pavel LabathAdd missing swig wrappers for r264662
2016-03-29 Daniel Sanders[mips] Correct MIPS16 jal/jalx to have uimm26 offsets...
2016-03-29 George RimarForgot to address last minor review comment in r264708...
2016-03-29 Mike SpertusVisual Studio native visualizer for InjectedClassNameType
2016-03-29 Alexey Bataev[OPENMP] Remove extra code transformation.
2016-03-29 George Rimar[ELF, PR27091] - Implemented -t/--trace option
2016-03-29 George Rimar[ELF] - Error out when R_X86_64_PC32/R_X86_64_32 are...
2016-03-29 Junmo Parkfix CHECK_NOT -> CHECK-NOT
2016-03-29 Michael KruseRevert "[ScopInfo] Fix domains after loops."
2016-03-29 Junmo Parkfixed typo - CHECK-LABEL
2016-03-29 Elena DemikhovskyAdded 2 notes
2016-03-29 Elena Demikhovskyfixed typo - CHECK-LABEL
2016-03-29 Elena DemikhovskyAVX-512: fixed a bug in fp_to_uint pattern on KNL
2016-03-29 Alexey Bataev[OPENMP] Allow runtime insert its own code inside OpenM...
2016-03-29 Duncan P. N... BitcodeReader: Allow METADATA_STRINGS to only have !""
2016-03-29 Davide Italiano[LTO] Don't internalize if --export-dynamic is passed.
2016-03-29 Hyojin Sung[SimlifyCFG] Prevent passes from destroying canonical...
2016-03-29 Matthias BraunRegisterPressure: Simplify liveness tracking when lanem...
2016-03-29 Matthias BraunLiveVariables: Do not remove dead flags from vreg operands
2016-03-29 Felix Berger[clang-tidy] Add performance check to flag function...
2016-03-29 Hemant Kulkarni[llvm-readobj] Support GNU style dyn-relocations
2016-03-29 Davide ItalianoRevert r264961. I didn't have asserts enable when testing.
2016-03-29 Davide Italiano[LTO] Include bitcode symbol name in unreachable messages.
2016-03-29 Hal Finkel[PowerPC] Refactor popcnt[dw] target features
2016-03-29 Kyle Butt[Codegen] Decrease minimum jump table density.
2016-03-29 Davide Italiano[LTO] Include in .symtab/.dynsym symbols introduced...
2016-03-28 Devin Coughlin[analyzer] Use BodyFarm-synthesized body even when...
2016-03-28 Easwaran RamanSample profile summary cleanup
2016-03-28 Zachary TurnerMove some functions from DWARFASTParserClang to ClangAS...
2016-03-28 Derek Schuff[WebAssembly] Remove duplicate disabling of passes
2016-03-28 Hal Finkel[PowerPC] Clarify a comment in PPCTTI about vector...
2016-03-28 Sean Silva[libprofile] Use one fewer -mllvm option in this test.
2016-03-28 Adam Nemet[PGO] More comments how function pointers for indirect...
2016-03-28 Adam Nemet[PGO] More comments how function pointers for indirect...
2016-03-28 Vedant Kumar[docs] Corrections w.r.t V2 of the coverage mapping...
2016-03-28 Adam Nemet[PGO] More comments how function pointers for indirect...
2016-03-28 Sanjay Patelregenerate checks
2016-03-28 Sanjay Patelfix checks: *_DAG -> *-DAG
2016-03-28 Vedant Kumar[Coverage] Fix the expected counts in instrprof-comdat.h
2016-03-28 Sanjay Patelfix CHECK_NEXT -> CHECK-NEXT
2016-03-28 Sanjay Patelfix CHECK_DAG -> CHECK-DAG
2016-03-28 Sanjay Patelfix CHECK_NEXT -> CHECK-NEXT
2016-03-28 Sanjay Patelfix CHECK_LABEL -> CHECK-LABEL
2016-03-28 Sanjay Pateltrailing whitespace
2016-03-28 Sean CallananImprovements to the ASTImporter to support LLDB top...
2016-03-28 Derek SchuffMove use of scoped enum in MachineFunctionProperties...
2016-03-28 Evgeniy StepanovRemove personality for declarations in CloneModule.
2016-03-28 Simon Pilgrim[X86][SSE] Vectorize a bit (AND/XOR/OR) op if a BUILD_V...
2016-03-28 Sean Silva[libprofile] Handle '\\' in __llvm_profile_recursive_mkdir
2016-03-28 Richard Smith[modules] If both a module file and a module map for...
2016-03-28 Nico Weberdocs: Fix footnote after r260042.
2016-03-28 Sean CallananExpose top-level Clang expressions via the command...
2016-03-28 Sanjay Patelfix CHECK_NEXT -> CHECK-NEXT
2016-03-28 Sean CallananDon't try to actually run code when the expression...
2016-03-28 Sean CallananRemoved an override of LookupSymbol that mistakenly...
2016-03-28 Vedant KumarReapply (2x) "[PGO] Fix name encoding for ObjC-like...
2016-03-28 Adrian PrantlAdd an IR Verifier check for orphaned DICompileUnits.
2016-03-28 Adam Nemet[LVers] Change CHECK_LABEL to CHECK-LABEL (underscore...
2016-03-28 Jacques Pienaar[lanai] Add Lanai backend to clang driver.
2016-03-28 Nico Weberdocs: Try to remove weird linebreak from generated...
2016-03-28 Rui UeyamaRemove dead flags.
2016-03-28 Ryan Govostes[asan] Fix testcase for r264645
2016-03-28 Reid KlecknerUpdate the description of Clang's MSVC compatibility...
2016-03-28 Duncan P. N... Explicitly test BitstreamReader::setArtificialByteLimit...
2016-03-28 Evgeniy StepanovHandle section vs global name conflict.
2016-03-28 Nico Weberdocs: Update Ninja link, also fix link syntax.
2016-03-28 Devin Coughlin[analyzer] Nullability: Don't warn along paths where...
2016-03-28 Duncan P. N... Remove accidentally duplicated test
2016-03-28 Ryan Govostes[asan] Support dead code stripping on Mach-O platforms
2016-03-28 Ryan Govostes[asan] Add runtime support for __asan_(un)register_imag...
2016-03-28 Vedant KumarRevert "Reapply "[PGO] Fix name encoding for ObjC-like...
2016-03-28 Reid KlecknerPaper over the Windows-only enum initialization test...
2016-03-28 Vedant KumarReapply "[PGO] Fix name encoding for ObjC-like functions"
2016-03-28 Kuba Brecka[tsan] Fix a crash when exiting the main thread (e...
2016-03-28 Sean Silva[libprofile] Make this test not depend on previous...
2016-03-28 Sean Silva[libprofile] Make this test a bit more specific
2016-03-28 Rafael EspindolaSimplify how we represent relocation iterators.
2016-03-28 Douglas KatzmanUse 'alignTo' instead of re-inventing it. NFC
2016-03-28 Mike SpertusThis file was accidentally committed with bad line...
2016-03-28 Mike SpertusSubmitted new file with wrong line endings. Correcting...
2016-03-28 Easwaran RamanProfile summary cleanup.
2016-03-28 Eugene ZelenkoFix builds on Windows broken in r264598.
2016-03-28 Jonathan Peyton[STATS] Missing check for MIC in config-ix.cmake
2016-03-28 Adam Nemet[PGO] Update r264612 to use C-style comment
2016-03-28 Adam Nemet[PGO] Update r264611 to use C-style comment
2016-03-28 Adam Nemet[PGO] Comment how function pointers for indirect calls...
2016-03-28 Adam Nemet[PGO] Comment how function pointers for indirect calls...
2016-03-28 Mike SpertusConvert to Unix line endings due to previous commit...
2016-03-28 Reid Klecknerdos2unix CMakeLists.txt
2016-03-28 Matthias BraunMIRParser: Add %subreg.xxx syntax for subregister index...
2016-03-28 Matthias BraunCodeGen: Correct specification of PHI nodes
2016-03-28 Haicheng Wu[AArch64] Do not lower scalar sdiv/udiv to a shifts...
2016-03-28 Reid KlecknerRevert "[SimlifyCFG] Prevent passes from destroying...
2016-03-28 Mike SpertusUse VS2015 Project Support for Natvis to eliminate...
2016-03-28 Mike SpertusForgot to commit this file in revision 264601
2016-03-28 Mike SpertusUse VS2015 Project Support for Natvis to eliminate...
next