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
*
Add a new utility script that helps update very simple regression tests.
Chandler Carruth
2015-01-12
1
-0
/
+207
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
2
-1
/
+3
*
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...
Craig Topper
2015-01-08
1
-1
/
+2
*
Improvements to emacs packages for llvm and tablegen mode.
Rafael Espindola
2015-01-07
2
-50
/
+64
*
[X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
2015-01-07
1
-1
/
+0
*
[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Craig Topper
2015-01-06
1
-2
/
+4
*
[X86] Remove unused operand type from disassembler handling. NFC
Craig Topper
2015-01-05
1
-1
/
+0
*
Fix some formatting in tablegen output.
Craig Topper
2015-01-03
1
-7
/
+4
*
Replace some 'unreachable' comments with llvm_unreachable.
Craig Topper
2015-01-03
1
-2
/
+2
*
[X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...
Craig Topper
2015-01-03
2
-2
/
+12
*
[X86] Make the instructions that use AdSize16/32/64 co-exist together without...
Craig Topper
2015-01-02
3
-19
/
+44
*
[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...
Craig Topper
2014-12-31
2
-14
/
+18
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
2
-2
/
+7
*
[X86] Remove the single AdSize indicator and replace it with separate AdSize1...
Craig Topper
2014-12-24
3
-5
/
+12
*
Pass LSAN_OPTIONS down so that it is possible to add suppressions.
Rafael Espindola
2014-12-23
1
-1
/
+2
*
Use iterators rather than indices to make this forwards-compatible with a cha...
David Blaikie
2014-12-22
1
-4
/
+5
*
unique_ptrify MatchableInfo(const CodeGenInstAlias *Alias)'s parameter
David Blaikie
2014-12-22
1
-14
/
+11
*
Split executeShTest into two parts so that it can be better leveraged by libc++
Eric Fiselier
2014-12-20
1
-13
/
+18
*
[LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
2014-12-19
1
-0
/
+36
*
On behalf of Matthew Wahab:
Evgeny Astigeevich
2014-12-16
1
-1
/
+7
*
[MC] Reset the MCInst in the matcher function before adding opcode/operands.
Ahmed Bougacha
2014-12-16
1
-0
/
+1
*
Use unique_ptr to remove explicit delete.
Craig Topper
2014-12-15
3
-9
/
+9
*
Use range-based for loops.
Craig Topper
2014-12-13
1
-52
/
+35
*
utils: update vim syntax highlighting for LLVM IR
Saleem Abdulrasool
2014-12-12
1
-17
/
+16
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
3
-2
/
+5
*
Now that we require a newer python, use the new exception syntax.
Rafael Espindola
2014-12-12
1
-1
/
+1
*
Require python 2.7.
Rafael Espindola
2014-12-12
1
-2
/
+0
*
Try to include operand counts for mismatches in tablegen.
Matt Arsenault
2014-12-11
1
-6
/
+21
*
Use range-based for loops. NFC
Craig Topper
2014-12-11
1
-9
/
+7
*
Use unique_ptr instead of DeleteContainerSeconds.
Craig Topper
2014-12-10
2
-12
/
+12
*
[LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...
Eric Fiselier
2014-12-10
2
-19
/
+29
*
Tablegen'erate lanemasks for register units.
Matthias Braun
2014-12-10
3
-6
/
+86
*
Add function that translates subregister lane masks to other subregs.
Matthias Braun
2014-12-10
3
-1
/
+175
*
Let tablegen compute maximum lanemask for regs/regclasses.
Matthias Braun
2014-12-10
3
-5
/
+20
*
Improve emacs coding style
Will Newton
2014-12-09
1
-13
/
+8
*
Use range-based for loops. NFC.
Craig Topper
2014-12-09
2
-35
/
+24
*
lit: Don't use python 2.6 features
David Majnemer
2014-12-08
1
-1
/
+1
*
Fix for xunit output to work around issue in Jenkins when tests are at the ro...
Chris Matthews
2014-12-06
1
-1
/
+1
*
Fix corner cases in lit xunit for paths with dots
Chris Matthews
2014-12-06
1
-2
/
+9
*
test-release.sh: Add a way to specify --build to configure
Daniel Sanders
2014-12-04
1
-18
/
+29
*
test-release.sh: Correct the logged configure command to match the one actual...
Daniel Sanders
2014-12-04
1
-1
/
+2
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
2
-2
/
+11
*
Add a test-case for lit xunit output
Chris Matthews
2014-12-03
1
-0
/
+10
*
Don't allow test-suite names with . in them in xml output
Chris Matthews
2014-12-03
2
-6
/
+8
*
range-for some things
David Blaikie
2014-12-03
1
-19
/
+12
*
Simplify CodeGenRegBank::inferMatchingSuperRegClass & its caller by passing a...
David Blaikie
2014-12-03
2
-18
/
+23
*
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...
David Blaikie
2014-12-03
6
-110
/
+100
*
Range-for some stuff related to RegClasses, and comment cases where range-for...
David Blaikie
2014-12-03
6
-124
/
+124
*
Give lit a --xunit-xml-output option for saving results in xunit format
Chris Matthews
2014-12-02
2
-7
/
+55
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
1
-0
/
+1
[next]