index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-30
/
+26
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-26
/
+30
*
MIR Serialization: Serialize the register mask machine operands.
Alex Lorenz
2015-06-29
1
-0
/
+22
*
AVX-512: Added all SKX forms of GATHER instructions.
Elena Demikhovsky
2015-06-28
1
-0
/
+6
*
Pass 2 more variables to lit tests.
Evgeniy Stepanov
2015-06-23
1
-1
/
+1
*
Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
test-release.sh: Minor fixes.
Hans Wennborg
2015-06-22
1
-6
/
+3
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-1
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
1
-1
/
+1
*
[LIT] Fix failing LIT tests
Eric Fiselier
2015-06-13
4
-6
/
+8
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-4
/
+5
*
X86-MPX: Implemented encoding for MPX instructions.
Elena Demikhovsky
2015-06-09
1
-0
/
+3
*
[TableGen] Remove unnecessary default constructed SMLoc that just existed to ...
Craig Topper
2015-06-08
1
-5
/
+1
*
[TableGen] Use range-based for loop. NFC
Craig Topper
2015-06-08
1
-3
/
+2
*
[TableGen] Remove unnecessary extern declaration that's already in an include...
Craig Topper
2015-06-08
1
-2
/
+0
*
[TableGen] Use the SMLoc header file instead of SourceMgr header file in a co...
Craig Topper
2015-06-08
1
-1
/
+2
*
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
2015-06-02
5
-27
/
+26
*
[TableGen] Use range-based for loops. NFC.
Craig Topper
2015-06-02
3
-22
/
+18
*
lit: Allow configurations to restrict the set of tests to run
Arnold Schwaighofer
2015-06-01
2
-1
/
+14
*
Drop remaining Dragonegg support in release scripts
Hans Wennborg
2015-06-01
2
-13
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
10
-58
/
+41
*
[TableGen][AsmMatcherEmitter] Only parse isolated tokens as registers.
Ahmed Bougacha
2015-05-29
1
-4
/
+22
*
[TableGen][AsmMatcherEmitter] Factor out AsmOperand creation. NFC.
Ahmed Bougacha
2015-05-29
1
-8
/
+15
*
Add support for the convergent flag at the MC and MachineInstr levels.
Owen Anderson
2015-05-28
3
-31
/
+34
*
Expand the Flags field of MCInstrDesc to 64 bits, while simultaneously
Owen Anderson
2015-05-28
1
-2
/
+2
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
3
-1
/
+16
*
AsmMatcherEmitter: Add an option to override custom converters for InstAlias
Tom Stellard
2015-05-26
1
-3
/
+12
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
4
-46
/
+41
*
This patch adds support for the vector quadword add/sub instructions introduced
Kit Barton
2015-05-25
1
-1
/
+3
*
Improve check on git-svnrevert, better error message
Renato Golin
2015-05-16
1
-1
/
+6
*
[TableGen] Remove ListInit::size() in favor of getSize() which does the same ...
Craig Topper
2015-05-14
1
-2
/
+2
*
[TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...
Craig Topper
2015-05-14
2
-3
/
+3
*
YAML: Implement block scalar parsing.
Alex Lorenz
2015-05-13
1
-0
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
3
-5
/
+5
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
4
-41
/
+46
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
4
-46
/
+41
*
Fix tablegen's PrintFatalError function to run registered file
James Y Knight
2015-05-11
5
-28
/
+24
*
Add polly support to sort_includes.py
Tobias Grosser
2015-05-09
1
-7
/
+13
*
Fix r236754: Add the missing yaml-bench dir to the makefile for utils.
Alex Lorenz
2015-05-07
1
-1
/
+1
*
YAML: Enable the YAMLParser tests.
Alex Lorenz
2015-05-07
1
-1
/
+11
*
Vim: Fix some bugs in llvm indent plugin.
Matthias Braun
2015-05-04
1
-3
/
+3
*
Vim: Set filetype=python for lit configuration files.
Matthias Braun
2015-05-04
1
-0
/
+1
*
Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param
Matthias Braun
2015-05-04
1
-1
/
+1
*
Remove std::move on return when it could prevent copy elision.
Benjamin Kramer
2015-05-01
1
-1
/
+1
*
[NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.
Chris Bieneman
2015-04-29
1
-6
/
+8
*
Drop Dragonegg from the release export script
Hans Wennborg
2015-04-29
1
-1
/
+1
*
Drop Dragonegg support from the release script
Hans Wennborg
2015-04-29
1
-113
/
+2
*
test-release.sh: Drop some unused command-line options.
Hans Wennborg
2015-04-28
1
-12
/
+0
*
[TableGen] Don't leak Expanders and Operators in SetTheory.
Craig Topper
2015-04-24
2
-3
/
+3
[next]