OSDN Git Service

Revert r301040 "X86: Don't emit zero-byte functions on Windows"
[android-x86/external-llvm.git] / utils /
2017-02-09 Ahmed Bougacha[GlobalISel] Simplify StringRef parameters. NFC.
2017-02-08 Amara EmersonRevert r294437 as it broke an asan buildbot.
2017-02-08 Hans Wennborgbuild_llvm_package.bat: Build teh clang-format plugin...
2017-02-08 Amara Emerson[AArch64][TableGen] Skip tied result operands for InstAlias
2017-02-08 Craig TopperMove mnemonicIsValid to Mips target.
2017-02-06 Jon Chesterfield[TableGen] Use less stack in DAGISelMatcherOpt
2017-02-04 Dimitry AndricAdd lld to the test-release.sh script
2017-02-04 Ahmed Bougacha[GlobalISel] Add a few comments to the tablegen backend...
2017-02-04 Ahmed Bougacha[GlobalISel] Print the matched patterns using an action.
2017-02-04 Ahmed Bougacha[GlobalISel] Separate matchers with newlines in emitted...
2017-02-03 Daniel Sanders[globalisel] Fix missing break.
2017-02-02 Adam Nemet[opt-viewer] HTML-escape function names
2017-02-02 Adam Nemet[opt-viewer] Alternating row background colors on index...
2017-02-01 Daniel Sanders[globalisel] Make the MatchAction hierarchy consistent...
2017-01-31 Dan Gohman[Utils] Update comment in vimrc
2017-01-31 Saleem AbdulrasoolTableGen: use fully qualified name for StringLiteral
2017-01-30 Benjamin KramerFix the GCC build.
2017-01-30 Michael KupersteinTurn a TableGen FastISelEmitter warning into an error.
2017-01-30 Benjamin Kramer[IR] Remove global constructor from Function.cpp
2017-01-30 Tom StellardTableGen: Fix infinite recursion in RegisterBankEmitter
2017-01-28 Daniel Sanders[globalisel] Rename emitCxxPredicatesExpr() following...
2017-01-28 Vadim ChugunovThis addresses LLDB bug 31699, which was caused by...
2017-01-28 Matthias BraunUse print() instead of dump() in code
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-27 Adam Nemet[opt-viewer] Introduce global context
2017-01-27 Adam Nemet[opt-viewer] Remove message from the key
2017-01-27 Adam Nemet[opt-viewer] Unique across the different jobs as well
2017-01-27 Adam Nemet[opt-viewer] Make sorting for the index page deterministic
2017-01-27 Adam Nemet[opt-viewer] Include the function in the remark key
2017-01-27 Adam Nemet[opt-viewer] Put critical items in parallel
2017-01-26 Ahmed Bougacha[GlobalISel] Remove duplicate function using variadic...
2017-01-26 Daniel SandersRemove a '#if 0' that wasn't intended for commit in...
2017-01-26 Daniel SandersAttempt to fix windows buildbots after r293172.
2017-01-26 Daniel Sanders[globalisel] Re-factor ISel matchers into a hierarchy...
2017-01-25 Greg ParkerReinstate "r292904 - [lit] Allow boolean expressions...
2017-01-24 Alex LorenzRevert "r292904 - [lit] Allow boolean expressions in...
2017-01-24 Greg Parker[lit] Allow boolean expressions in REQUIRES and XFAIL...
2017-01-24 Greg ParkerRevert "[lit] Allow boolean expressions in REQUIRES...
2017-01-24 Greg Parker[lit] Allow boolean expressions in REQUIRES and XFAIL...
2017-01-20 Daniel Sanders[globalisel] Fix an unused variable warning when NDEBUG...
2017-01-20 Kuba Mracek[lit] Limit parallelism of sanitizer tests on Darwin...
2017-01-19 Daniel SandersRe-commit: [globalisel] Tablegen-erate current Register...
2017-01-18 Graydon Hoare[lit] Support sharding testsuites, for parallel execution.
2017-01-18 Daniel SandersRe-revert: [globalisel] Tablegen-erate current Register...
2017-01-18 Daniel SandersRe-commit: [globalisel] Tablegen-erate current Register...
2017-01-18 Marina Yatsina[X86] Fix for bugzilla 31576 - add support for "data32...
2017-01-18 Pengxuan Zheng[test-release.sh] Add Polly to the list of projects
2017-01-18 Eric Fiselier[LIT] Make util.executeCommand python3 friendly
2017-01-17 Kuba MracekRevert r292231.
2017-01-17 Kuba Mracek[lit] Limit parallelism of sanitizer tests on Darwin...
2017-01-17 Shoaib Meenai[utils] Add libc++ and libc++abi config to llvm-lit
2017-01-16 Daniel SandersRevert r292132: [globalisel] Tablegen-erate current...
2017-01-16 Daniel Sanders[globalisel] Tablegen-erate current Register Bank Infor...
2017-01-16 Craig Topper[X86] Merge the disassemblers handling of the different...
2017-01-16 Craig Topper[X86] Reduce the number of operand 'types' the disassem...
2017-01-16 Craig Topper[AVX-512] Begin giving the disassembler a way to recogn...
2017-01-16 Craig Topper[AVX-512] Correct memory operand size for VPGATHERQPS...
2017-01-15 Daniel BerlinUpdate update_test_checks so that . is a valid identifi...
2017-01-14 Nikolai Bozhenov[utils] Improve extraction of check prefixes from RUN...
2017-01-13 Daniel BerlinFix update_test_checks not to accidentally believe...
2017-01-13 Ivan KrasinFix UBSan bots by blacklisting bits/stl_tree.h.
2017-01-12 Hans WennborgBump trunk version to 5.0.0svn
2017-01-11 Hans Wennborgbuild_llvm_package.bat: Add note about what SWIG versio...
2017-01-11 Chandler Carruth[gmock] Teach gmock ElementsAre and BeginEndDistanceIs...
2017-01-10 Chandler CarruthAdd the 'googlemock' component of Google Test to LLVM...
2017-01-09 Daniel BerlinFix function regex in update_tests so it can handle...
2017-01-07 Daniel BerlinUpdate update_test_checks to work properly with phi...
2017-01-06 Chandler Carruth[gtest] Detect warning flags using the positive spelling.
2017-01-05 Chandler Carruth[gtest] Work around broken installs of libc++ where...
2017-01-05 Reid KlecknerPatch gtest to move GTEST_IS_THREADSAFE out of unrelate...
2017-01-04 Chandler Carruth[gtest] Upgrade googletest to version 1.8.0, minimizing...
2016-12-29 Bryant WongFix indentation in r290716.
2016-12-29 Bryant WongCorrectly handle multi-lined RUN lines.
2016-12-27 Eric FiselierMark comparator call operator as const
2016-12-25 Bryant WongFix `update_test_checks.py` bug that incorrectly trunca...
2016-12-23 NAKAMURA TakumiKillTheDoctor.cpp: Appease cases on case-senstitive...
2016-12-23 NAKAMURA TakumiKillTheDoctor: Add a required system lib, psapi. KillTh...
2016-12-22 Tim Shen[PowerPC] Add ppc support to update_llc_test_checks...
2016-12-22 Reid KlecknerBuild KillTheDoctor with mingw-w64
2016-12-21 Ahmed Bougacha[GlobalISel] Add basic Selector-emitter tblgen backend.
2016-12-21 Antonio MaioranoImprove natvis for llvm::SmallString so that it correct...
2016-12-20 Rui UeyamaRemove extraneous space.
2016-12-19 Eli FriedmanAdd ARM support to update_llc_test_checks.py
2016-12-19 Craig Topper[TableGen] Use 'unsigned' instead of 'bool' in a place...
2016-12-18 Tom de Vries[FileCheck] Fix --strict-whitespace --match-full-lines
2016-12-18 Tom de Vries[FileCheck] Fix comment in ReadCheckFile
2016-12-16 David BlaikieGDB pretty printers: Basic DenseMap support
2016-12-16 David BlaikieGDB pretty printer for llvm::Optional
2016-12-16 Krzysztof ParzyszekImplement LaneBitmask::any(), use it to replace !none...
2016-12-15 Krzysztof ParzyszekFix ubsan failures in lane mask shifts
2016-12-15 Krzysztof ParzyszekExtract LaneBitmask into a separate type
2016-12-15 Dylan McKay[AVR] Whitelist the avrlit config environment variables
2016-12-14 Renato GolinRevert "[AVR] Add the very first on-target test"
2016-12-14 Dylan McKay[AVR] Add the very first on-target test
2016-12-12 Eugene Zelenko[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni...
2016-12-11 Chandler Carruth[FileCheck] Re-implement the logic to find each check...
2016-12-11 Chandler Carruth[FileCheck] Remove a parameter that was simply always...
2016-12-11 Chandler Carruth[FileCheck] Clean up doxygen comments throughout. NFC.
2016-12-11 Chandler Carruth[FileCheck] Run clang-format over this code. NFC.
2016-12-11 Chandler CarruthRefactor FileCheck some to reduce memory allocation...
next