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
/
test
/
tools
/
llvm-rc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-readobj] Print the resource type textually for .res files
Martin Storsjo
2019-08-29
16
-169
/
+169
*
Fix llvm-rc tests.
Evgeniy Stepanov
2019-03-27
9
-72
/
+72
*
[llvm-rc] Support '--' for delimiting options from input paths
Martin Storsjo
2019-01-16
21
-27
/
+27
*
[llvm-rc] Support not expressions.
Martin Storsjo
2018-12-05
2
-0
/
+37
*
[llvm-rc] Support EXSTYLE statement.
Martin Storsjo
2018-11-29
2
-0
/
+61
*
[llvm-rc] Support joined or separate spelling for /fo flag
Petr Hosek
2018-11-09
2
-0
/
+4
*
[llvm-rc] Support absolute filenames in manifests
Petr Hosek
2018-11-08
1
-0
/
+3
*
[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...
Fangrui Song
2018-10-10
1
-1
/
+1
*
[llvm-rc] Add support for the optional CLASS statement for dialogs
Martin Storsjo
2018-05-15
2
-0
/
+32
*
[llvm-rc] Add support for parsing memory flags
Martin Storsjo
2018-05-15
4
-0
/
+401
*
[llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for icons
Martin Storsjo
2018-05-15
1
-1
/
+1
*
[llvm-rc] Add missing inputs for tag-icon-cursor.test.
Martin Storsjo
2018-05-14
7
-28
/
+2
*
[llvm-rc] Handle C preprocessor output
Martin Storsjo
2018-05-09
2
-0
/
+45
*
[llvm-rc] Add support for the RCDATA resource type
Martin Storsjo
2018-05-09
2
-0
/
+18
*
[llvm-rc] Allow -1 for control IDs in old style dialogs with 16 bit fields
Martin Storsjo
2018-05-09
2
-2
/
+2
*
[llvm-rc] Add support for all missing dialog controls
Martin Storsjo
2018-05-08
2
-3
/
+49
*
[llvm-rc] Don't strictly require quotes around external file names
Martin Storsjo
2018-05-08
5
-7
/
+10
*
[llvm-rc] Implement the BITMAP resource type
Martin Storsjo
2018-05-07
1
-9
/
+8
*
[llvm-rc] Allow optional commas between the string table index and value
Martin Storsjo
2018-05-07
1
-2
/
+3
*
[llvm-rc] Exclude padding from sizes in versioninfo resources
Martin Storsjo
2018-05-07
2
-0
/
+58
*
[llvm-rc] Default to writing the output next to the input, if no output is sp...
Martin Storsjo
2018-05-02
2
-1
/
+6
*
[llvm-rc] Add rudimentary support for codepages
Martin Storsjo
2018-05-02
5
-0
/
+60
*
Really fix llvm-rc include-paths.test
Reid Kleckner
2017-10-11
1
-3
/
+3
*
Attempt to fix failing llvm-rc include-paths.text
Reid Kleckner
2017-10-11
1
-1
/
+1
*
[llvm-rc] Use proper search algorithm for finding resources.
Zachary Turner
2017-10-11
5
-6
/
+50
*
[llvm-rc] Have the tokenizer discard single & block comments.
Zachary Turner
2017-10-09
2
-0
/
+17
*
[llvm-rc] Implement escape sequences in .rc files.
Zachary Turner
2017-10-06
2
-0
/
+230
*
[llvm-rc] Serialize user-defined resources to .res files.
Zachary Turner
2017-10-06
3
-0
/
+61
*
[llvm-rc] Serialize STRINGTABLE statements to .res file.
Zachary Turner
2017-10-06
3
-0
/
+220
*
[llvm-rc] Serialize VERSIONINFO resources to .res files.
Zachary Turner
2017-10-06
6
-10
/
+144
*
[llvm-rc] Serialize CURSOR and ICON resources to .res
Zachary Turner
2017-10-06
7
-0
/
+369
*
[llvm-rc] Add optional serialization support for DIALOG(EX) resources.
Zachary Turner
2017-10-06
6
-2
/
+459
*
[llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).
Marek Sokolowski
2017-09-30
12
-0
/
+265
*
[llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).
Marek Sokolowski
2017-09-29
3
-0
/
+138
*
[llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).
Marek Sokolowski
2017-09-29
16
-0
/
+326
*
[llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).
Marek Sokolowski
2017-09-29
8
-40
/
+92
*
[llvm-rc] Add user-defined resources parsing ability. [8/8]
Marek Sokolowski
2017-09-29
3
-1
/
+26
*
[llvm-rc] Add integer expressions parsing ability. [7/8]
Marek Sokolowski
2017-09-28
10
-5
/
+79
*
[llvm-rc] Add VERSIONINFO parsing ability. [6/8]
Marek Sokolowski
2017-09-28
8
-0
/
+119
*
[llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8).
Marek Sokolowski
2017-08-29
7
-0
/
+75
*
[llvm-rc] Add MENU parsing ability (parser, pt 4/8).
Marek Sokolowski
2017-08-28
6
-0
/
+86
*
[llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8).
Marek Sokolowski
2017-08-28
6
-0
/
+55
*
[llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8).
Marek Sokolowski
2017-08-28
4
-18
/
+26
*
Reapply: [llvm-rc] Add basic RC scripts parsing ability.
Marek Sokolowski
2017-08-18
12
-1
/
+106
*
Revert "[llvm-rc] Add basic RC scripts parsing ability."
Marek Sokolowski
2017-08-18
12
-106
/
+1
*
[llvm-rc] Add basic RC scripts parsing ability.
Marek Sokolowski
2017-08-18
12
-1
/
+106
*
Add .rc scripts tokenizer.
Marek Sokolowski
2017-08-10
2
-0
/
+43
*
Quote '?' in llvm-rc test
Reid Kleckner
2017-07-26
1
-1
/
+1
*
Add an empty shell of llvm-rc.
Marek Sokolowski
2017-07-25
1
-0
/
+20