index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-18
Fix three typos in comments; "easilly" -> "easily".
Nick Lewycky
1
-2
/
+2
2015-08-18
Release script: correctly symlink clang-tools-extra into the build (PR22765)
Hans Wennborg
1
-2
/
+2
2015-08-16
[TableGen] Use range-based for loop.
Craig Topper
1
-4
/
+2
2015-08-16
[TableGen] Move the ConversionRow vector into the ConversionTable instead of ...
Craig Topper
1
-1
/
+1
2015-08-13
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2
-5
/
+0
2015-08-13
Emit argmemonly attribute for intrinsics.
Igor Laevsky
2
-35
/
+26
2015-08-13
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
1
-2
/
+0
2015-08-11
Explicitly clear the MI operand list when getInstruction() is called. Call M...
Cameron Esfahani
1
-0
/
+1
2015-08-10
[TableGen] NFC improving comments about what the tokenized identifiers will c...
Colin LeMahieu
1
-1
/
+2
2015-08-06
Fix memory leaks by avoiding extra manual dynamic allocation
David Blaikie
1
-57
/
+41
2015-08-06
Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.
Yaron Keren
1
-0
/
+8
2015-08-05
test-release.sh: Fix naming of OpenMP runtime tarball
Hans Wennborg
1
-1
/
+6
2015-08-05
Rename all references to old mailing lists to new lists.llvm.org address.
Tanya Lattner
5
-5
/
+5
2015-08-04
Add a -revert option to utils/release/merge.sh
Hans Wennborg
1
-4
/
+19
2015-08-03
[Release Script] Check for correct symlink name
Renato Golin
1
-1
/
+1
2015-08-01
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
1
-0
/
+14
2015-07-30
Fix TableGen code generation for ReadNone attribute.
Eric Christopher
1
-1
/
+1
2015-07-30
[test-release.sh] Add -no-libunwind to disable it on targets that don't suppo...
Daniel Sanders
1
-1
/
+9
2015-07-29
test-release.sh: Add option for building the OpenMP run-time
Hans Wennborg
1
-1
/
+48
2015-07-24
test-release.sh: Defer test errors until the end
Hans Wennborg
1
-4
/
+27
2015-07-22
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
1
-7
/
+8
2015-07-22
[lit] Fix launching executables relative to the cwd after 'cd'
Reid Kleckner
1
-1
/
+8
2015-07-22
[Release] Allow release testers to disable certain components
Renato Golin
1
-7
/
+36
2015-07-21
[LIT] Fix discovery.py test once again
Eric Fiselier
1
-4
/
+4
2015-07-20
Targets: commonize some stack realignment code
JF Bastien
1
-3
/
+1
2015-07-20
Avoid early pipefail exits due to grep failures in stage comparisons.
Dimitry Andric
1
-4
/
+6
2015-07-20
Since BSD cmp(1) does not support the --ignore-initial option, use the
Dimitry Andric
1
-2
/
+2
2015-07-20
test-release.sh: don't include /usr/local prefix in the tarball
Hans Wennborg
1
-2
/
+2
2015-07-20
[lit] Implement 'env' in the internal shell
Reid Kleckner
1
-7
/
+28
2015-07-19
[LIT] Allow for executeCommand to take the stdin input.
Eric Fiselier
1
-3
/
+3
2015-07-17
Add libunwind to the release scripts
Hans Wennborg
3
-3
/
+7
2015-07-17
test-release.sh: Add ability to do a test build using the trunk or branches.
Daniel Sanders
1
-3
/
+19
2015-07-16
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
1
-4
/
+4
2015-07-15
test-release.sh: Run both .o files through sed before comparing them
Hans Wennborg
1
-3
/
+4
2015-07-15
Switch the release script to build with CMake by default (PR21561)
Hans Wennborg
1
-48
/
+66
2015-07-15
[TableGen] Improve decoding options for non-orthogonal instructions
Petr Pavlu
2
-34
/
+145
2015-07-15
[vim] Update the syntax to mark REQUIRES lines and not talk about
Chandler Carruth
1
-3
/
+3
2015-07-15
[vim] Add the IR's comment prefix to the comments list. This allows vim
Chandler Carruth
1
-0
/
+1
2015-07-14
test-release.sh: Remove the InstallDir parameter from configure_llvmCore
Hans Wennborg
1
-16
/
+5
2015-07-14
Fix several issues with the test-release.sh script
Dan Liew
1
-68
/
+63
2015-07-14
Fix comment typo
Petr Pavlu
1
-1
/
+1
2015-07-13
AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long ...
Elena Demikhovsky
1
-2
/
+24
2015-07-10
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
1
-8
/
+7
2015-07-10
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
1
-0
/
+12
2015-07-07
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
1
-1
/
+1
2015-07-07
Fix bug in test-release.sh where the script would not exit if any
Dan Liew
1
-1
/
+5
2015-07-06
Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.
NAKAMURA Takumi
1
-3
/
+2
2015-06-30
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
1
-30
/
+26
2015-06-30
There are a few places where subtarget features are still
Ranjeet Singh
1
-26
/
+30
2015-06-29
MIR Serialization: Serialize the register mask machine operands.
Alex Lorenz
1
-0
/
+22
[next]