Fix -Wdeprecated regarding ORC copying ValueMaterializers
[oota-llvm.git] / utils /
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.
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-08-10 Colin LeMahieu[TableGen] NFC improving comments about what the tokeni...
2015-08-06 David BlaikieFix memory leaks by avoiding extra manual dynamic alloc...
2015-08-06 Yaron KerenPlug memory leaks in AsmWriterEmitter::EmitPrintAliasIn...
2015-08-05 Hans Wennborgtest-release.sh: Fix naming of OpenMP runtime tarball
2015-08-05 Tanya LattnerRename all references to old mailing lists to new lists...
2015-08-04 Hans WennborgAdd a -revert option to utils/release/merge.sh
2015-08-03 Renato Golin[Release Script] Check for correct symlink name
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-30 Eric ChristopherFix TableGen code generation for ReadNone attribute.
2015-07-30 Daniel Sanders[test-release.sh] Add -no-libunwind to disable it on...
2015-07-29 Hans Wennborgtest-release.sh: Add option for building the OpenMP...
2015-07-24 Hans Wennborgtest-release.sh: Defer test errors until the end
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-22 Reid Kleckner[lit] Fix launching executables relative to the cwd...
2015-07-22 Renato Golin[Release] Allow release testers to disable certain...
2015-07-21 Eric Fiselier[LIT] Fix discovery.py test once again
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Dimitry AndricAvoid early pipefail exits due to grep failures in...
2015-07-20 Dimitry AndricSince BSD cmp(1) does not support the --ignore-initial...
2015-07-20 Hans Wennborgtest-release.sh: don't include /usr/local prefix in...
2015-07-20 Reid Kleckner[lit] Implement 'env' in the internal shell
2015-07-19 Eric Fiselier[LIT] Allow for executeCommand to take the stdin input.
2015-07-17 Hans WennborgAdd libunwind to the release scripts
2015-07-17 Daniel Sanderstest-release.sh: Add ability to do a test build using...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-15 Hans Wennborgtest-release.sh: Run both .o files through sed before...
2015-07-15 Hans WennborgSwitch the release script to build with CMake by defaul...
2015-07-15 Petr Pavlu[TableGen] Improve decoding options for non-orthogonal...
2015-07-15 Chandler Carruth[vim] Update the syntax to mark REQUIRES lines and...
2015-07-15 Chandler Carruth[vim] Add the IR's comment prefix to the comments list...
2015-07-14 Hans Wennborgtest-release.sh: Remove the InstallDir parameter from...
2015-07-14 Dan LiewFix several issues with the test-release.sh script
2015-07-14 Petr PavluFix comment typo
2015-07-13 Elena DemikhovskyAVX-512: Added all AVX-512 forms of Vector Convert...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 Dan LiewFix bug in test-release.sh where the script would not...
2015-07-06 NAKAMURA TakumiMake UnitTestMain/TestMain.cpp free from llvm/Config...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-29 Alex LorenzMIR Serialization: Serialize the register mask machine...
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-23 Evgeniy StepanovPass 2 more variables to lit tests.
2015-06-23 Alexander KornienkoRevert r240271 (Fixed/added namespace ending comments...
2015-06-22 Hans Wennborgtest-release.sh: Minor fixes.
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-13 Eric Fiselier[LIT] Fix failing LIT tests
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-09 Elena DemikhovskyX86-MPX: Implemented encoding for MPX instructions.
2015-06-08 Craig Topper[TableGen] Remove unnecessary default constructed SMLoc...
next