summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Fix three typos in comments; "easilly" -> "easily".Nick Lewycky1-2/+2
2015-08-18Release script: correctly symlink clang-tools-extra into the build (PR22765)Hans Wennborg1-2/+2
2015-08-16[TableGen] Use range-based for loop.Craig Topper1-4/+2
2015-08-16[TableGen] Move the ConversionRow vector into the ConversionTable instead of ...Craig Topper1-1/+1
2015-08-13Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2-5/+0
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky2-35/+26
2015-08-13Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren1-2/+0
2015-08-11Explicitly clear the MI operand list when getInstruction() is called. Call M...Cameron Esfahani1-0/+1
2015-08-10[TableGen] NFC improving comments about what the tokenized identifiers will c...Colin LeMahieu1-1/+2
2015-08-06Fix memory leaks by avoiding extra manual dynamic allocationDavid Blaikie1-57/+41
2015-08-06Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.Yaron Keren1-0/+8
2015-08-05test-release.sh: Fix naming of OpenMP runtime tarballHans Wennborg1-1/+6
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner5-5/+5
2015-08-04Add a -revert option to utils/release/merge.shHans Wennborg1-4/+19
2015-08-03[Release Script] Check for correct symlink nameRenato Golin1-1/+1
2015-08-01-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie1-0/+14
2015-07-30Fix TableGen code generation for ReadNone attribute.Eric Christopher1-1/+1
2015-07-30[test-release.sh] Add -no-libunwind to disable it on targets that don't suppo...Daniel Sanders1-1/+9
2015-07-29test-release.sh: Add option for building the OpenMP run-timeHans Wennborg1-1/+48
2015-07-24test-release.sh: Defer test errors until the endHans Wennborg1-4/+27
2015-07-22[PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth1-7/+8
2015-07-22[lit] Fix launching executables relative to the cwd after 'cd'Reid Kleckner1-1/+8
2015-07-22[Release] Allow release testers to disable certain componentsRenato Golin1-7/+36
2015-07-21[LIT] Fix discovery.py test once againEric Fiselier1-4/+4
2015-07-20Targets: commonize some stack realignment codeJF Bastien1-3/+1
2015-07-20Avoid early pipefail exits due to grep failures in stage comparisons.Dimitry Andric1-4/+6
2015-07-20Since BSD cmp(1) does not support the --ignore-initial option, use theDimitry Andric1-2/+2
2015-07-20test-release.sh: don't include /usr/local prefix in the tarballHans Wennborg1-2/+2
2015-07-20[lit] Implement 'env' in the internal shellReid Kleckner1-7/+28
2015-07-19[LIT] Allow for executeCommand to take the stdin input.Eric Fiselier1-3/+3
2015-07-17Add libunwind to the release scriptsHans Wennborg3-3/+7
2015-07-17test-release.sh: Add ability to do a test build using the trunk or branches.Daniel Sanders1-3/+19
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini1-4/+4
2015-07-15test-release.sh: Run both .o files through sed before comparing themHans Wennborg1-3/+4
2015-07-15Switch the release script to build with CMake by default (PR21561)Hans Wennborg1-48/+66
2015-07-15[TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu2-34/+145
2015-07-15[vim] Update the syntax to mark REQUIRES lines and not talk aboutChandler Carruth1-3/+3
2015-07-15[vim] Add the IR's comment prefix to the comments list. This allows vimChandler Carruth1-0/+1
2015-07-14test-release.sh: Remove the InstallDir parameter from configure_llvmCoreHans Wennborg1-16/+5
2015-07-14Fix several issues with the test-release.sh scriptDan Liew1-68/+63
2015-07-14Fix comment typoPetr Pavlu1-1/+1
2015-07-13AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long ...Elena Demikhovsky1-2/+24
2015-07-10MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith1-8/+7
2015-07-10Target RegisterInfo: devirtualize TargetFrameLoweringJF Bastien1-0/+12
2015-07-07Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner1-1/+1
2015-07-07Fix bug in test-release.sh where the script would not exit if anyDan Liew1-1/+5
2015-07-06Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.NAKAMURA Takumi1-3/+2
2015-06-30Reverting r241058 because it's causing buildbot failures.Ranjeet Singh1-30/+26
2015-06-30There are a few places where subtarget features are stillRanjeet Singh1-26/+30
2015-06-29MIR Serialization: Serialize the register mask machine operands.Alex Lorenz1-0/+22