fixing Makefile
[oota-llvm.git] / utils /
2015-12-03 Craig Topper[TableGen] Remove an assumption about the order of...
2015-12-01 Oliver Stannard[AArch64] Add ARMv8.2-A Statistical Profiling Extension
2015-11-28 Craig Topper[TableGen] Use SmallString instead of std::string to...
2015-11-27 Craig Topper[TableGen] Sort pattern predicates before concatenating...
2015-11-26 Craig Topper[SelectionDAG] Add a SDTCisSameSizeAs type constraint...
2015-11-26 Craig Topper[TableGen] Flip reversed comments.
2015-11-24 Krzysztof ParzyszekAdd vector types for intrinsics
2015-11-24 Krzysztof ParzyszekAdd names for the new vector types in CodeGenTarget.cpp
2015-11-24 Craig Topper[TableGen] Use std::remove_if instead of manually coded...
2015-11-24 Craig Topper[TableGen] Use the other version of EnforceVectorEltTyp...
2015-11-24 Craig Topper[TableGen] Fix formatting and use logical OR. NFC
2015-11-24 Craig Topper[TableGen] Use std::set_intersection to merge TypeSets...
2015-11-24 Craig Topper[TableGen] Use SmallVector::assign instead of a resize...
2015-11-24 Craig TopperRevert change that accidentally snuck into r253955.
2015-11-24 Craig Topper[TableGen] Use array_pod_sort. NFC
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
2015-11-23 Craig Topper[TableGen] Use std::remove_if instead of manually coded...
2015-11-23 Craig Topper[TableGen] Use empty() instead of checking if size...
2015-11-22 Craig TopperRevert a portion of r253836 that seems to have broke...
2015-11-22 Craig Topper[TableGen] Use range-based for loops. NFC
2015-11-22 Craig Topper[TableGen] Use std::fill instead of a manually coded...
2015-11-22 David BlaikieFurther simplify from r253832 with some unique_ptr...
2015-11-22 David BlaikieFurther simplify from r253832, removing unnecessary...
2015-11-22 Craig Topper[TableGen] Use std::any_of and std::find instead of...
2015-11-22 Simon Pilgrim[Utils] Updated shuffle fuzz script to generate more...
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-21 Krzysztof ParzyszekNow fix errors in NDEBUG build.
2015-11-21 Krzysztof ParzyszekFix warnings in NDEBUG build
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-19 Dan Liew[lit] Fix bug when using Python3 where a failing test...
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-13 Matthias Brauntablegen: Add a simple heuristic to get better names...
2015-11-13 Dan Liew[lit] Improve error message when lit fails to executabl...
2015-11-13 Dan Liew[lit] Fix bug where ``lit.util.which()`` would return...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-11 Akira HatanakaMove the enum attributes defined in Attributes.h to...
2015-11-11 Matthias Braunlit: Show all output with --show-all, even in combinati...
2015-11-10 Matthias BraunTableGen: Emit LaneMask for register classes without...
2015-11-09 Colin LeMahieu[AsmParser] Generalize matching for grammars without...
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-02 Matthias Braunlit: Add '-a' option to display commands+output of...
2015-10-28 Matthias Braunlit/TestRunner.py: Factor variable subsitution into...
2015-10-28 Matthias Braunlit/TestRunner.py: Factor out Substitution construction...
2015-10-28 Matthias Braunlit/TestRunner.py: Get execdir from test.getExecPath...
2015-10-28 Matthias Braunlit/TestRunner.py: Make parseIntegratedTestScriptComman...
2015-10-24 Benjamin Kramer[TblGen] ArrayRefize CodeGenSchedule. No functionality...
2015-10-22 Igor Laevsky[IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR...
2015-10-15 NAKAMURA TakumiLit: Rework r249161; Move RLIMIT_NPROC to main.py.
2015-10-12 James Molloy[MISched] Python script to check coverage of misched...
2015-10-11 Craig Topper[TableGen] Add a space between type and '*' in front...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-02 Hal Finkel[lit] Raise the default soft process limit when possible
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-24 Matt ArsenaultTableGen: Add LLVM_READONLY to generated InstrMapping...
2015-09-22 Craig TopperRemove extra 'nullptr' entry from an array in tablegen...
2015-09-22 Craig TopperFix formatting of a tablegen register info file by...
2015-09-22 Craig TopperUse makeArrayRef and None to simplify some code in...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-13 Craig Topper[TableGen] Use range-based for loops and make a helper...
2015-09-13 Craig Topper[TableGen] Simplify some code by using StringRef::find...
2015-09-13 Craig Topper[TableGen] Use 'size_t' instead of 'unsigned' to better...
2015-09-12 Bruce MitchenerFix typos.
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Rafael EspindolaCleaning up LLVM IR mode for Emacs.
2015-09-10 Benjamin Kramer[FileCheck] Use range-based for loops. NFC.
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-06 Craig Topper[TableGen] Use make_unique. NFC.
2015-09-04 Evgeniy StepanovFix passed env var name in lit for Android tests.
2015-09-03 Jonathan Roelofsllvm.vim: 'musttail' is a keyword too
2015-09-02 Reid Kleckner[lit] Add basic flaky test retry functionality
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-08-31 Reid KlecknerRevert "[lit] Speculatively fix PR24554 by manually...
2015-08-28 Peter Collingbournelit: Match UNSUPPORTED against target triple as we...
2015-08-27 Ahmed Bougacha[TableGen][DAGISel] Dedup predicates with same code...
2015-08-27 Ahmed Bougacha[TableGen] Remove dead code. NFC.
2015-08-25 Reid Kleckner[lit] Speculatively fix PR24554 by manually closing...
2015-08-24 Hans WennborgRevert r245355 "Release script: correctly symlink clang...
2015-08-21 Dan LiewFilter libraries that are not installed out of CMake...
2015-08-21 Dan Liewllvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT...
2015-08-21 Dan Liewllvm-build: Factor out duplicate cmake export listing...
2015-08-18 Nick LewyckyFix three typos in comments; "easilly" -> "easily".
2015-08-18 Hans WennborgRelease script: correctly symlink clang-tools-extra...
2015-08-16 Craig Topper[TableGen] Use range-based for loop.
2015-08-16 Craig Topper[TableGen] Move the ConversionRow vector into the Conve...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
next