OSDN Git Service

Revert r301040 "X86: Don't emit zero-byte functions on Windows"
[android-x86/external-llvm.git] / utils /
2017-04-21 Daniel Sanders[globalisel][tablegen] Import SelectionDAG's rule predi...
2017-04-21 Daniel SandersRevert r300964 + r300970 - [globalisel][tablegen] Impor...
2017-04-21 Daniel Sanders[globalisel][tablegen] Try again to fix builds on old...
2017-04-21 Daniel SandersRevert: r300966 - [globalisel][tablegen] Attempt to...
2017-04-21 Daniel Sanders[globalisel][tablegen] Attempt to fix builds on old...
2017-04-21 Daniel Sanders[globalisel][tablegen] Import SelectionDAG's rule predi...
2017-04-20 Amara Emerson[MVT][SVE] Scalable vector MVTs (2/3)
2017-04-19 Aditya Nandakumar[tblgen] GCC/MS builtin to target intrisics map.
2017-04-13 Hans Wennborgbuild_llvm_package.bat: Move to VS2017
2017-04-13 Daniel Sanders[globalisel][tablegen] Report more detail in some Selec...
2017-04-12 Daniel Sanders[globalisel][tablegen] Add experimental support for...
2017-04-07 Reid Kleckner[lit] Try using process pools by default again
2017-04-06 Reid Kleckner[lit] Implement timeouts and max_time for process pool...
2017-04-05 Reid Kleckner[lit] Revert to old execution strategy while I debug...
2017-04-05 Reid Kleckner[lit] Use Python 3 style print to satisfy some bots
2017-04-05 Reid Kleckner[lit] Use process pools for test execution by default
2017-04-05 Daniel Sanders[globalisel][tablegen] Fix patterns involving multiple...
2017-04-04 Rafael Espindola[lit] Add a minimum export implementation.
2017-04-04 Daniel Sanders[globalisel][tablegen] Fix non-determinism introduced...
2017-04-04 Daniel Sanders[globalisel][tablegen] Try to make MSVC happy with...
2017-04-04 Daniel Sanders[tablegen][globalisel] Add support for nested instructi...
2017-03-31 Rafael EspindolaRename variable.
2017-03-31 Rafael EspindolaAdd a %basename substitution.
2017-03-31 Rafael EspindolaUse the current working directory in the glob expansion
2017-03-31 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-30 Rafael EspindolaUse os.path.realpath when tracking the cwd.
2017-03-30 Rafael Espindolalit: support redirect from globs
2017-03-30 Daniel Sanders[globalisel][tablegen] Change Expected<bool> to Error...
2017-03-29 Daniel Sanders[tablegen][globalisel] Convert the SelectionDAG importe...
2017-03-29 Rafael EspindolaRemove unused argument.
2017-03-27 Javed AbsarImprove machine schedulers for in-order processors
2017-03-27 Krzysztof Parzyszek[TableGen] Print #nnn as a name of an non-native reg...
2017-03-27 Daniel Sanders[tablegen] Use categories on options that only matter...
2017-03-27 Karl-Johan Karlsson[TableGen] Make CodeGenMapTable understand the namespac...
2017-03-24 Krzysztof ParzyszekMove spill size and alignment info from MC to TargetReg...
2017-03-24 Krzysztof ParzyszekRevert r298652 on Quentin's request
2017-03-24 Tom Stellardstable-merge-request.sh: Add a script for submitting...
2017-03-24 Benjamin KramerAnother instance where GCC doesn't understand implicit...
2017-03-24 Benjamin KramerMake GCC happy again.
2017-03-24 Benjamin KramerDon't build up std::vectors with constant sizes when...
2017-03-23 Krzysztof ParzyszekMove spill size and alignment info from MC to TargetReg...
2017-03-23 Tim Shen[PPC] Add generated tests for all atomic operations
2017-03-22 Brian Gesiaklit: remove python2-isms
2017-03-21 Reid KlecknerRename AttributeSet to AttributeList
2017-03-20 Tim NorthoverGlobalISel: add implicit defs & uses when mutating...
2017-03-20 Zachary TurnerExplicitly add move constructor/assignment operators.
2017-03-20 Daniel Sanders[tablegen][globalisel] Capture instructions into locals...
2017-03-17 Jonas PaulssonAdd SystemZ to utils/update_llc_test_checks.py.
2017-03-15 Simon PilgrimRemoved unnecessary semicolon. NFCI.
2017-03-15 David BlaikieAdd GDB pretty-printer for llvm::Twine type
2017-03-15 Daniel Sanders[tablegen][globalisel] Trivial changes to reduce size...
2017-03-14 Daniel Sanders[globalisel][tblgen] Add support for ComplexPatterns
2017-03-14 James HendersonTest commit.
2017-03-13 Craig Topper[SelectionDAG] Enhance SDTCisSameNumEltsAs to work...
2017-03-13 Zachary Turner[ADT] Improve the genericity of llvm::enumerate().
2017-03-13 Craig TopperRevert "[AVX-512] EVEX2VEX, don't reject intrinsic...
2017-03-13 Craig Topper[AVX-512] EVEX2VEX, don't reject intrinsic instructions...
2017-03-13 Craig Topper[X86] Minor formatting tweaks in EVEX to VEX tables...
2017-03-09 Artem Belevich[FileCheck] Added --enable-var-scope option to enable...
2017-03-09 Joey Gouly[SelectionDAG] Make SelectCode return void
2017-03-07 Daniel SandersRecommit: [globalisel] Change LLT constructor string...
2017-03-07 Daniel SandersRevert r297177: Change LLT constructor string into...
2017-03-07 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-03-07 Ayman Musa[X86] Quick fix for build bot failure (r297127) due...
2017-03-07 Ayman Musa[X86][AVX512] Adding new LLVM TableGen backend which...
2017-03-06 Krzysztof Parzyszek[TableGen] Ensure proper ordering of subtarget feature...
2017-03-06 Krzysztof ParzyszekRevert r297039, it's causing some mysterious buildbot...
2017-03-06 Adam Nemet[opt-diff] Fix the case when the script is invoked...
2017-03-06 Krzysztof Parzyszek[TableGen] Ensure proper ordering of subtarget feature...
2017-03-04 Daniel BerlinFix bug in bisect-skip-count not using passed-in arguments
2017-03-03 Zachary TurnerTeach lit to expand glob expressions.
2017-03-02 Adam NemetNew tool: opt-diff.py
2017-03-02 Adam Nemet[opt-viewer] Treat remarks with different attributes...
2017-03-02 Adam Nemet[opt-viewer] Don't use __getattr__ for missing YAML...
2017-03-02 Adam Nemet[opt-viewer] Sort entries with identical hotness by...
2017-03-01 Adam NemetNew tool: opt-stats.py
2017-03-01 Adam Nemet[opt-viewer] Suggest installing the faster parser ...
2017-02-28 Adam Nemet[opt-viewer] Handle column number 0
2017-02-28 Daniel BerlinThis script was meant to be committed with the DebugCou...
2017-02-24 Sanjay Patel[utils] allow auto-generation of checks for thumb triples
2017-02-24 Simon PilgrimFixed IntOperandMatcher::emitCxxPredicateExpr arguments
2017-02-24 Daniel Sanders[globalisel] Decouple src pattern operands from dst...
2017-02-24 Daniel SandersFix missing call to base class constructor in r296121.
2017-02-24 Daniel Sanders[globalisel] Sort RuleMatchers by priority.
2017-02-24 Eli FriedmanAdd some testcases for bitfields with illegal widths.
2017-02-21 Pavel Labathtablegen: Fix android build
2017-02-21 Sanjoy DasAdd a wrapper around copy_if in STLExtras; NFC
2017-02-20 Daniel Sanders[globalisel] OperandPredicateMatcher's shouldn't need...
2017-02-20 Daniel Sanders[globalisel] Separate the SelectionDAG importer from...
2017-02-20 Ayman Musa[X86][AVX] Extend hasVEX_WPrefix bit to accept WIG...
2017-02-18 Craig Topper[TableGen] Make sure EnforceSameSize populates the...
2017-02-18 Brian Cainopt-viewer: Fix syntax highlighting
2017-02-14 Aditya Nandakumar[Tablegen] Instrumenting table gen DAGGenISelDAG
2017-02-14 Adam Nemet[opt-viewer] For single-process, fall back on map inste...
2017-02-10 Saleem Abdulrasoolvim: add `returned` keyword
2017-02-10 Adam Nemetopt-viewer: fix HtmlFormatter encoding
2017-02-10 Ahmed Bougacha[GlobalISel] Return an Expected<RuleMatcher> for each...
2017-02-10 Quentin Colombet[TableGen][AsmWriterEmitter] Use a deterministic order...
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-02-09 Vedant Kumar[utils] coverage: Add help text about the --restrict...
next