index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-15
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
1
-1
/
+1
2015-06-13
[LIT] Fix failing LIT tests
Eric Fiselier
4
-6
/
+8
2015-06-10
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
1
-4
/
+5
2015-06-09
X86-MPX: Implemented encoding for MPX instructions.
Elena Demikhovsky
1
-0
/
+3
2015-06-08
[TableGen] Remove unnecessary default constructed SMLoc that just existed to ...
Craig Topper
1
-5
/
+1
2015-06-08
[TableGen] Use range-based for loop. NFC
Craig Topper
1
-3
/
+2
2015-06-08
[TableGen] Remove unnecessary extern declaration that's already in an include...
Craig Topper
1
-2
/
+0
2015-06-08
[TableGen] Use the SMLoc header file instead of SourceMgr header file in a co...
Craig Topper
1
-1
/
+2
2015-06-02
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
5
-27
/
+26
2015-06-02
[TableGen] Use range-based for loops. NFC.
Craig Topper
3
-22
/
+18
2015-06-01
lit: Allow configurations to restrict the set of tests to run
Arnold Schwaighofer
2
-1
/
+14
2015-06-01
Drop remaining Dragonegg support in release scripts
Hans Wennborg
2
-13
/
+1
2015-05-29
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
10
-58
/
+41
2015-05-29
[TableGen][AsmMatcherEmitter] Only parse isolated tokens as registers.
Ahmed Bougacha
1
-4
/
+22
2015-05-29
[TableGen][AsmMatcherEmitter] Factor out AsmOperand creation. NFC.
Ahmed Bougacha
1
-8
/
+15
2015-05-28
Add support for the convergent flag at the MC and MachineInstr levels.
Owen Anderson
3
-31
/
+34
2015-05-28
Expand the Flags field of MCInstrDesc to 64 bits, while simultaneously
Owen Anderson
1
-2
/
+2
2015-05-26
Add initial support for the convergent attribute.
Owen Anderson
3
-1
/
+16
2015-05-26
AsmMatcherEmitter: Add an option to override custom converters for InstAlias
Tom Stellard
1
-3
/
+12
2015-05-26
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
4
-46
/
+41
2015-05-25
This patch adds support for the vector quadword add/sub instructions introduced
Kit Barton
1
-1
/
+3
2015-05-16
Improve check on git-svnrevert, better error message
Renato Golin
1
-1
/
+6
2015-05-14
[TableGen] Remove ListInit::size() in favor of getSize() which does the same ...
Craig Topper
1
-2
/
+2
2015-05-14
[TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...
Craig Topper
2
-3
/
+3
2015-05-13
YAML: Implement block scalar parsing.
Alex Lorenz
1
-0
/
+2
2015-05-13
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
3
-5
/
+5
2015-05-13
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
4
-41
/
+46
2015-05-13
Use std::bitset for SubtargetFeatures
Michael Kuperstein
4
-46
/
+41
2015-05-11
Fix tablegen's PrintFatalError function to run registered file
James Y Knight
5
-28
/
+24
2015-05-09
Add polly support to sort_includes.py
Tobias Grosser
1
-7
/
+13
2015-05-07
Fix r236754: Add the missing yaml-bench dir to the makefile for utils.
Alex Lorenz
1
-1
/
+1
2015-05-07
YAML: Enable the YAMLParser tests.
Alex Lorenz
1
-1
/
+11
2015-05-04
Vim: Fix some bugs in llvm indent plugin.
Matthias Braun
1
-3
/
+3
2015-05-04
Vim: Set filetype=python for lit configuration files.
Matthias Braun
1
-0
/
+1
2015-05-04
Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param
Matthias Braun
1
-1
/
+1
2015-05-01
Remove std::move on return when it could prevent copy elision.
Benjamin Kramer
1
-1
/
+1
2015-04-29
[NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.
Chris Bieneman
1
-6
/
+8
2015-04-29
Drop Dragonegg from the release export script
Hans Wennborg
1
-1
/
+1
2015-04-29
Drop Dragonegg support from the release script
Hans Wennborg
1
-113
/
+2
2015-04-28
test-release.sh: Drop some unused command-line options.
Hans Wennborg
1
-12
/
+0
2015-04-24
[TableGen] Don't leak Expanders and Operators in SetTheory.
Craig Topper
2
-3
/
+3
2015-04-22
[TableGen] Use 'isa' to identify UnsetInits rather than comparing with the si...
Craig Topper
2
-2
/
+2
2015-04-21
AVX-512: Added VPMOVx2M instructions for SKX,
Elena Demikhovsky
1
-0
/
+6
2015-04-21
AVX-512: Added VPTESTM and VPTESTNM instructions for SKX
Elena Demikhovsky
1
-0
/
+7
2015-04-21
Enhanced vim support.
Matthias Braun
8
-27
/
+103
2015-04-17
Add support for v1i128 type.
Kit Barton
1
-0
/
+1
2015-04-15
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
1
-1
/
+1
2015-04-14
Add ladder graph utility
Daniel Berlin
1
-0
/
+43
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
11
-89
/
+94
2015-04-10
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
1
-1
/
+1
[next]