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
*
[TableGen] Cleanup capturing of instruction namespace for the fast isel emitt...
Craig Topper
2017-07-07
1
-11
/
+7
*
[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...
Craig Topper
2017-07-07
8
-16
/
+16
*
[TableGen] Fix some mismatches in the use of Namespace fields versus Target n...
Craig Topper
2017-07-07
2
-3
/
+3
*
[lit] Modify LIT to accept environment variable LIT_FILTER to select tests.
George Karpenkov
2017-07-07
2
-1
/
+7
*
[lit] Factor out some shell input/output redirection logic, NFC
Reid Kleckner
2017-07-06
1
-70
/
+97
*
[opt-viewer] Move under tools, install it
Adam Nemet
2017-07-06
6
-872
/
+0
*
Fixes to Dockerfile scripts.
Ilya Biryukov
2017-07-06
1
-4
/
+7
*
Made a script to build docker images easier to use.
Ilya Biryukov
2017-07-06
1
-9
/
+45
*
[globalisel][tablegen] Rename and re-comment render functions to match the ne...
Daniel Sanders
2017-07-06
1
-7
/
+7
*
[globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC.
Daniel Sanders
2017-07-06
1
-46
/
+47
*
[globalisel][tablegen] Import rules containing intrinsic_wo_chain.
Daniel Sanders
2017-07-06
1
-4
/
+27
*
[lit] Fix unit test discovery for Visual Studio builds.
David L. Jones
2017-07-06
1
-1
/
+4
*
[tablegen] Avoid creating temporary strings
Alexander Shaposhnikov
2017-07-05
4
-15
/
+10
*
[globalisel][tablegen] Finish fixing compile-time regressions by merging the ...
Daniel Sanders
2017-07-05
1
-36
/
+26
*
[AsmParser] Mnemonic Spell Corrector
Sjoerd Meijer
2017-07-05
1
-0
/
+43
*
[globalisel][tablegen] Fix the misuse of STATISTICS() on release builds (like...
Daniel Sanders
2017-07-05
1
-4
/
+4
*
[globalisel][tablegen] Added instruction emission to the state-machine-based ...
Daniel Sanders
2017-07-05
1
-105
/
+105
*
[globalisel][tablegen] Fix release builds after r307079
Daniel Sanders
2017-07-04
1
-2
/
+7
*
NFC. Removed mention of missing script from build_docker_image.sh.
Ilya Biryukov
2017-07-04
1
-1
/
+3
*
[globalisel][tablegen] Partially fix compile-time regressions by converting m...
Daniel Sanders
2017-07-04
1
-156
/
+299
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-04
5
-5
/
+5
*
[tablegen] Avoid creating a temporary vector in getInstructionCase
Alexander Shaposhnikov
2017-07-04
1
-8
/
+6
*
Fixed argument parsing in docker scripts.
Ilya Biryukov
2017-07-03
1
-0
/
+1
*
[lit] Factor out listdir logic shared by different test formats.
David L. Jones
2017-06-30
3
-44
/
+58
*
Revert "[lit] Clean output directories before running tests."
Zachary Turner
2017-06-30
3
-51
/
+39
*
[lit] Clean output directories before running tests.
Zachary Turner
2017-06-30
3
-39
/
+51
*
Added Dockerfiles to build clang from sources.
Ilya Biryukov
2017-06-30
9
-0
/
+445
*
Remove `inline` keyword from inline `classof` methods
Sam Clegg
2017-06-29
1
-35
/
+35
*
[opt-viewer] Add progress indicators (PR33522)
Brian Gesiak
2017-06-29
5
-44
/
+128
*
[opt-viewer] Python 3 support in opt-viewer.py
Brian Gesiak
2017-06-29
2
-5
/
+6
*
[opt-viewer] opt-viewer.py takes -o argument
Brian Gesiak
2017-06-29
1
-1
/
+7
*
[lit] Re-apply: Fix some convoluted logic around Unicode encoding, and de-dup...
David L. Jones
2017-06-29
2
-51
/
+69
*
Revert "[lit] Fix some convoluted logic around Unicode encoding, and de-dupli...
David L. Jones
2017-06-29
2
-62
/
+51
*
Fix spelling: uncode -> unicode.
David L. Jones
2017-06-29
1
-1
/
+1
*
[lit] Fix some convoluted logic around Unicode encoding, and de-duplicate acr...
David L. Jones
2017-06-29
2
-51
/
+62
*
[lit] Remove dead code not referenced in the LLVM SVN repo.
David L. Jones
2017-06-29
3
-120
/
+90
*
[lit] Remove dead code (not referenced anywhere), and clarify some function n...
David L. Jones
2017-06-28
1
-177
/
+41
*
Break up long lines, NFC
Krzysztof Parzyszek
2017-06-28
1
-2
/
+4
*
[globalisel][tablegen] Post-commit review nits for r306388. NFC
Daniel Sanders
2017-06-28
1
-37
/
+31
*
[globalisel][tablegen] Multiple 80-col corrections.
Daniel Sanders
2017-06-28
1
-20
/
+41
*
[TableGen] Improve Debug Output for --debug-only=subtarget-emitter NFCI
Joel Jones
2017-06-28
2
-0
/
+8
*
[opt-viewer] Python 3 support in opt-diff.py
Brian Gesiak
2017-06-27
1
-2
/
+2
*
Change sort function used in tblgen to be strict weak ordering
David Green
2017-06-27
1
-1
/
+1
*
[globalisel][tablegen] Add support for EXTRACT_SUBREG.
Daniel Sanders
2017-06-27
3
-10
/
+236
*
[TableGen] Fix bug in TableGen CodeGenPatterns when adding variants of the pa...
Ayman Musa
2017-06-27
1
-2
/
+2
*
[opt-viewer] Python 3 support in opt-stats.py
Brian Gesiak
2017-06-26
2
-4
/
+22
*
[TableGen] Remove some copies around PatternToMatch.
Craig Topper
2017-06-25
2
-16
/
+14
*
[opt-viewer] Remove positional arg checks (NFC)
Brian Gesiak
2017-06-23
2
-8
/
+0
*
[TableGen] Take a parameter by reference instead of pointer so we don't have ...
Craig Topper
2017-06-20
1
-4
/
+4
*
[TableGen] Use range based for loop. NFC
Craig Topper
2017-06-20
1
-3
/
+1
[next]