summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2015-08-27[TableGen] Remove dead code. NFC.Ahmed Bougacha
2015-08-25[lit] Speculatively fix PR24554 by manually closing the process handleReid Kleckner
2015-08-24Revert r245355 "Release script: correctly symlink clang-tools-extra into the ...Hans Wennborg
2015-08-21Filter libraries that are not installed out of CMake exports (currentlyDan Liew
2015-08-21llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch byDan Liew
2015-08-21llvm-build: Factor out duplicate cmake export listing. Patch byDan Liew
2015-08-18Fix three typos in comments; "easilly" -> "easily".Nick Lewycky
2015-08-18Release script: correctly symlink clang-tools-extra into the build (PR22765)Hans Wennborg
2015-08-16[TableGen] Use range-based for loop.Craig Topper
2015-08-16[TableGen] Move the ConversionRow vector into the ConversionTable instead of ...Craig Topper
2015-08-13Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky
2015-08-13Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren
2015-08-11Explicitly clear the MI operand list when getInstruction() is called. Call M...Cameron Esfahani
2015-08-10[TableGen] NFC improving comments about what the tokenized identifiers will c...Colin LeMahieu
2015-08-06Fix memory leaks by avoiding extra manual dynamic allocationDavid Blaikie
2015-08-06Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.Yaron Keren
2015-08-05test-release.sh: Fix naming of OpenMP runtime tarballHans Wennborg
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-08-04Add a -revert option to utils/release/merge.shHans Wennborg
2015-08-03[Release Script] Check for correct symlink nameRenato Golin
2015-08-01-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie
2015-07-30Fix TableGen code generation for ReadNone attribute.Eric Christopher
2015-07-30[test-release.sh] Add -no-libunwind to disable it on targets that don't suppo...Daniel Sanders
2015-07-29test-release.sh: Add option for building the OpenMP run-timeHans Wennborg
2015-07-24test-release.sh: Defer test errors until the endHans Wennborg
2015-07-22[PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth
2015-07-22[lit] Fix launching executables relative to the cwd after 'cd'Reid Kleckner
2015-07-22[Release] Allow release testers to disable certain componentsRenato Golin
2015-07-21[LIT] Fix discovery.py test once againEric Fiselier
2015-07-20Targets: commonize some stack realignment codeJF Bastien
2015-07-20Avoid early pipefail exits due to grep failures in stage comparisons.Dimitry Andric
2015-07-20Since BSD cmp(1) does not support the --ignore-initial option, use theDimitry Andric
2015-07-20test-release.sh: don't include /usr/local prefix in the tarballHans Wennborg
2015-07-20[lit] Implement 'env' in the internal shellReid Kleckner
2015-07-19[LIT] Allow for executeCommand to take the stdin input.Eric Fiselier
2015-07-17Add libunwind to the release scriptsHans Wennborg
2015-07-17test-release.sh: Add ability to do a test build using the trunk or branches.Daniel Sanders
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-07-15test-release.sh: Run both .o files through sed before comparing themHans Wennborg
2015-07-15Switch the release script to build with CMake by default (PR21561)Hans Wennborg
2015-07-15[TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu
2015-07-15[vim] Update the syntax to mark REQUIRES lines and not talk aboutChandler Carruth
2015-07-15[vim] Add the IR's comment prefix to the comments list. This allows vimChandler Carruth
2015-07-14test-release.sh: Remove the InstallDir parameter from configure_llvmCoreHans Wennborg
2015-07-14Fix several issues with the test-release.sh scriptDan Liew
2015-07-14Fix comment typoPetr Pavlu
2015-07-13AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long ...Elena Demikhovsky
2015-07-10MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith
2015-07-10Target RegisterInfo: devirtualize TargetFrameLoweringJF Bastien