[SimplifyLibCalls] Teach SimplifyLibCalls about operand bundles
[oota-llvm.git] / utils /
2016-01-04 Craig Topper[TableGen] Call llvm_shutdown on exit so that all the...
2016-01-03 Craig Topper[TableGen] Simplify some code slightly. No need to...
2016-01-03 Craig Topper[TableGen] Replace a logically negated xor of bools...
2016-01-03 Craig Topper[TableGen] Use std::find_if and a lambda instead of...
2016-01-03 Craig Topper[TableGen] Fix a bug introduced in r256627. If the...
2016-01-03 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-31 Craig Topper[TableGen] Modify the AsmMatcherEmitter to only apply...
2015-12-31 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-31 Craig Topper[TableGen] Move determination of IsIsolatedToken into...
2015-12-30 Craig Topper[TableGen] Remove unnecessary conversion from StringRef...
2015-12-30 Craig Topper[TableGen] Remove raw_string_ostream by just emitting...
2015-12-30 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-30 Craig Topper[TableGen] Move more things that come from variant...
2015-12-30 Craig Topper[TableGen] Use 'size_t' instead of 'unsigned' to better...
2015-12-29 Craig TopperDe-virtualize mnemonicIsValid and remove from the base...
2015-12-29 Craig Topper[TableGen] Add missing space to output.
2015-12-29 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-28 Manuel Jacob[vim] Add token type to Vim syntax file.
2015-12-27 Dan Liew[lit] Implement support of per test timeout in lit.
2015-12-24 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU encoding
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Dan GohmanAdd an OperandNamespace field to Target.td's Operand.
2015-12-22 Nico Weberlit: Limit number of processes on Windows to 32.
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-14 Chih-Hung Hsieh[X86] Part 2 to fix x86-64 fp128 calling convention.
2015-12-14 Ben CraigReordering fields to reduce padding in LLVM. NFC
2015-12-11 Hal Finkel[TableGen] Correct Namespace lookup with AltNames in...
2015-12-11 Hans WennborgCheck in the script for building Win snapshots
2015-12-10 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
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...
next