OSDN Git Service

android-x86/external-llvm.git
2016-05-29 Benjamin KramerRemove some 'const' specifiers that do nothing but...
2016-05-29 Benjamin Kramer[ProfileData] Clean up string handling a bit.
2016-05-29 Sanjoy Das[SCEV] Remove the singleton `apply` function (re-apply...
2016-05-29 Craig Topper[X86] Remove some unnecessary declarations for old...
2016-05-29 Craig Topper[X86] Simplify some of the autoupgrade code. NFC
2016-05-29 David MajnemerDon't dereference a symbol iterator before checking...
2016-05-29 David MajnemerMake sure we don't add an empty string to the stringmap
2016-05-29 David Majnemer[CVRecord] Don't assume that the record has two bytes...
2016-05-29 David MajnemerDon't let the readArray size calculation overflow
2016-05-29 Zachary Turner[pdb] Make an abstract base class for PDBFile.
2016-05-29 Sanjoy DasRevert "[SCEV] Remove unused function; NFC"
2016-05-29 Craig Topper[IR] Teach the ArrayRef<int> form of IRBuilder::CreateS...
2016-05-29 Rafael EspindolaAdd RelaxELFRelocations to TargetOptions.h.
2016-05-29 Rafael EspindolaMove RelaxELFRel out to llvm-mc.
2016-05-29 Davide Italiano[PM] Reassociate: cache analyses more aggressively.
2016-05-29 Sanjoy Das[SCEV] Remove \brief from comments; NFC
2016-05-29 Sanjoy Das[SCEV] Consolidate comments; NFC
2016-05-29 Sanjoy Das[SCEV] Rename functions to LLVM style; NFC
2016-05-29 Sanjoy Das[SCEV] Remove unused function; NFC
2016-05-29 Sanjoy Das[SCEV] Comment and whitesapce changes in header
2016-05-29 Sanjoy Das[IndVars] Eliminate op.with.overflow when possible...
2016-05-29 Sanjoy Das[SCEV] See through op.with.overflow intrinsics (re...
2016-05-29 Sanjoy Das[SCEV] Don't always add no-wrap flags to post-inc add...
2016-05-29 Sanjoy Das[ValueTracking] ICmp instructions propagate poison
2016-05-29 Davide Italiano[PM] SCCP should preserve GlobalsAA even if the IR...
2016-05-28 David Majnemer[COFFDumper] Validate that the next offset is not too...
2016-05-28 David Majnemer[COFFDumper] Make sure there is sufficient padding...
2016-05-28 David Majnemer[SymbolDumper] Validate the string table offset before...
2016-05-28 David Majnemer[COFFDumper] Make sure there is sufficient padding...
2016-05-28 David Majnemer[SymbolDumper] Validate the string table offset before...
2016-05-28 David Majnemer[CVSymbolVisitor] It's possible for an error to occur...
2016-05-28 David Majnemer[Object] Return an error code instead of asserting
2016-05-28 David Majnemer[llvm-readobj] Validate the string table offset before...
2016-05-28 David MajnemerUse consume instead of manually using drop_front
2016-05-28 David MajnemerUpdate test to deal with non-zero exit codes
2016-05-28 David Majnemerllvm-pdbdump should have a non-zero exit code on error
2016-05-28 Simon Pilgrim[X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX...
2016-05-28 David MajnemerTighten some of the name map checks further
2016-05-28 Mehdi AminiValueMapper: fix assertion when null-mapping a constant...
2016-05-28 Sanjay Patel[InstCombine] add tests to show bitcast interference
2016-05-28 Rafael EspindolaFix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPC...
2016-05-28 Sanjay Patelregenerate checks
2016-05-28 Sanjay Pateljoin RUN lines; NFC
2016-05-28 Sanjay Patel[x86] avoid printing unnecessary sign bits of hex immed...
2016-05-28 Ahmed Bougacha[X86] Try to zero elts when lowering 256-bit shuffle...
2016-05-28 Rafael EspindolaSimplify and clang-format a table.
2016-05-28 Rafael EspindolaFix default reloc model on ARM.
2016-05-28 Petr Hosek[MC] Return early when .fill size is negative
2016-05-28 David MajnemerBounds check the number of bitmap blocks in the name map
2016-05-28 David MajnemerAn empty record cannot be null-terminated
2016-05-28 David MajnemerMake sure the directory contains info for all streams
2016-05-28 Petr Hosek[MC] Support symbolic expressions in assembly directives
2016-05-28 Zachary Turner[pdb] Finish conversion to zero copy pdb access.
2016-05-28 Renato GolinRevert "Revert "Map DynamicNoPIC to Static on non-darwin.""
2016-05-28 Sean SilvaAdd a comment about why we need to buffer the attribute...
2016-05-28 Renato GolinRevert "Map DynamicNoPIC to Static on non-darwin."
2016-05-28 Kostya Serebryany[libFuzzer] fix a failure that occurs when running...
2016-05-28 Sean SilvaSmall cleanup.
2016-05-28 Sean SilvaInline this into its only use. NFC.
2016-05-28 Sean SilvaBring back r271090 in a way that doesn't depend on...
2016-05-28 Sean SilvaRevert r271089 and r271090.
2016-05-28 Sean Silva[IRPGO] Set the function entry count metadata.
2016-05-28 Sean Silva[IRPGO] Centralize the function attribute inliner hint...
2016-05-28 Krzysztof Parzyszek[Hexagon] Add option to enable subregister liveness...
2016-05-28 Krzysztof Parzyszek[Hexagon] Separate C8 and USR to avoid unwanted subregi...
2016-05-28 Michael Zolotukhin[LoopUnrollAnalyzer] Add a comment to visitCastInst.
2016-05-28 Matthias BraunAArch64: Fix indentation
2016-05-28 Sean Silva[docs] Be a bit more precise.
2016-05-28 Matt ArsenaultAMDGPU: Cleanup vector insert/extract tests
2016-05-28 Matt ArsenaultAMDGPU: Fix trailing whitespace
2016-05-28 Matt ArsenaultAMDGPU: Add fract intrinsic
2016-05-28 Evgeny StupachenkoThe patch fixes r271071
2016-05-28 Xinliang David LiFix windows build bot failure
2016-05-27 Xinliang David Li[PM] Port the Sample FDO to new PM (part-2)
2016-05-27 Evgeny StupachenkoThe patch refactors unroll pass.
2016-05-27 Sanjoy DasUse C++ casts to avoid a warning
2016-05-27 Andrew KaylorUpdate the stack coloring pass to remove lifetime intri...
2016-05-27 Vitaly Buka[asan] Add option to enable asan-use-after-scope from...
2016-05-27 Rafael EspindolaStart using shouldAssumeDSOLocal on ARM.
2016-05-27 Lang Hames[Kaleidoscope][BuildingAJIT] Add stub chapter text...
2016-05-27 Xinliang David Li[PM] Port the Sample FDO to new PM (part-1)
2016-05-27 Lang Hames[Kaleidoscope][Orc] Remove the reference to the Orc...
2016-05-27 Lang Hames[Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial...
2016-05-27 Matthias BraunMachineScheduler: Introduce ONLY1 reason to improve...
2016-05-27 Matthias BraunAArch64Subtarget: Use default member initializers
2016-05-27 David MajnemerDon't discard errors
2016-05-27 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for chapter 4.
2016-05-27 Kostya Serebryany[libFuzzer] use __sanitizer_set_report_fd with -close_f...
2016-05-27 Rafael EspindolaMap DynamicNoPIC to Static on non-darwin.
2016-05-27 Sanjay Patel[InstCombine] move and/sext fold to helper function...
2016-05-27 David MajnemerDon't iterate endlessly if an error occurs.
2016-05-27 Xinliang David LiFileCheck: dump command line context with empty input
2016-05-27 Krzysztof Parzyszek[Hexagon] Use standard macros to initialize HexagonExpa...
2016-05-27 Richard SmithFix compilation with GCC, which treats this as a constr...
2016-05-27 Krzysztof Parzyszek[Hexagon] Do not create passes in the constructor of...
2016-05-27 Davide Italiano[LCSSA] Simplify. Suggested by Sanjoy.
2016-05-27 Zachary Turner[pdb] Fix size check when reading stream bytes.
2016-05-27 Davide Italiano[Timer] Add missing slash in doxygen commit.
2016-05-27 Petr HosekRevert "[MC] Support symbolic expressions in assembly...
2016-05-27 Davide Italiano[Timer] Expose an API to check if the timer is running.
next