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
/
tools
/
llvm-rc
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-rc - fix uninitialized variable warnings. NFC.
Simon Pilgrim
2019-11-18
2
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
3
-27
/
+27
*
Fix typos: (re)?sor?uce -> (re)?source
Fangrui Song
2019-04-26
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
14
-56
/
+42
*
[llvm-rc] Support '--' for delimiting options from input paths
Martin Storsjo
2019-01-16
1
-1
/
+7
*
[llvm-rc] Support not expressions.
Martin Storsjo
2018-12-05
5
-20
/
+92
*
[llvm-rc] Support EXSTYLE statement.
Martin Storsjo
2018-11-29
7
-2
/
+37
*
[llvm-rc] Support joined or separate spelling for /fo flag
Petr Hosek
2018-11-09
1
-1
/
+1
*
[llvm-rc] Support absolute filenames in manifests
Petr Hosek
2018-11-08
1
-2
/
+5
*
[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...
Fangrui Song
2018-10-10
1
-1
/
+1
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-2
/
+2
*
[llvm-rc] Add support for the optional CLASS statement for dialogs
Martin Storsjo
2018-05-15
7
-3
/
+39
*
[llvm-rc] Add support for parsing memory flags
Martin Storsjo
2018-05-15
5
-52
/
+132
*
[llvm-rc] Read the Planes/BitCount fields from BITMAPINFOHEADER for icons
Martin Storsjo
2018-05-15
1
-20
/
+26
*
[llvm-rc] Handle C preprocessor output
Martin Storsjo
2018-05-09
4
-1
/
+151
*
[llvm-rc] Add support for the RCDATA resource type
Martin Storsjo
2018-05-09
2
-0
/
+3
*
[llvm-rc] Allow -1 for control IDs in old style dialogs with 16 bit fields
Martin Storsjo
2018-05-09
1
-2
/
+5
*
[llvm-rc] Add support for all missing dialog controls
Martin Storsjo
2018-05-08
4
-10
/
+55
*
[llvm-rc] Update a stale comment. NFC.
Martin Storsjo
2018-05-08
1
-3
/
+2
*
[llvm-rc] Don't strictly require quotes around external file names
Martin Storsjo
2018-05-08
3
-7
/
+20
*
[llvm-rc] Fix build: missing 'override'.
Roman Lebedev
2018-05-07
1
-1
/
+1
*
[llvm-rc] Implement the BITMAP resource type
Martin Storsjo
2018-05-07
7
-0
/
+68
*
[llvm-rc] Allow optional commas between the string table index and value
Martin Storsjo
2018-05-07
1
-0
/
+1
*
[llvm-rc] Exclude padding from sizes in versioninfo resources
Martin Storsjo
2018-05-07
1
-2
/
+2
*
[llvm-rc] Fix alphabetical order of cases. NFC.
Martin Storsjo
2018-05-07
1
-2
/
+2
*
[llvm-rc] Default to writing the output next to the input, if no output is sp...
Martin Storsjo
2018-05-02
1
-1
/
+8
*
[llvm-rc] Add rudimentary support for codepages
Martin Storsjo
2018-05-02
4
-21
/
+93
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-12
/
+4
*
Fix typos of occurred and occurrence
Malcolm Parsons
2018-01-24
2
-2
/
+2
*
llvm-rc/ResourceScriptTokenList.h: Turns this into a .def file to imply that ...
David Blaikie
2017-11-21
5
-16
/
+9
*
Don't #include MemoryBuffer.h from Host.h.
Zachary Turner
2017-11-17
3
-0
/
+5
*
Fix incorrect integer literal suffix.
Zachary Turner
2017-10-11
1
-4
/
+4
*
[llvm-rc] Use proper search algorithm for finding resources.
Zachary Turner
2017-10-11
5
-29
/
+85
*
[llvm-rc] Fix spelling in message
Simon Dardis
2017-10-11
1
-1
/
+1
*
[llvm-rc] Try again to fix errors on big endian systems.
Zachary Turner
2017-10-09
1
-10
/
+8
*
Fix some C++ value / reference semantics issues.
Zachary Turner
2017-10-09
4
-12
/
+8
*
[llvm-rc] Have the tokenizer discard single & block comments.
Zachary Turner
2017-10-09
2
-0
/
+55
*
[llvm-rc] Fix some endianness errors.
Zachary Turner
2017-10-06
1
-11
/
+13
*
[llvm-rc] Implement escape sequences in .rc files.
Zachary Turner
2017-10-06
2
-5
/
+159
*
[llvm-rc] Serialize user-defined resources to .res files.
Zachary Turner
2017-10-06
4
-1
/
+58
*
[llvm-rc] Serialize STRINGTABLE statements to .res file.
Zachary Turner
2017-10-06
5
-9
/
+158
*
[llvm-rc] Serialize VERSIONINFO resources to .res files.
Zachary Turner
2017-10-06
9
-35
/
+325
*
[llvm-rc] Serialize CURSOR and ICON resources to .res
Zachary Turner
2017-10-06
4
-4
/
+303
*
[llvm-rc] Add optional serialization support for DIALOG(EX) resources.
Zachary Turner
2017-10-06
7
-26
/
+138
*
[llvm-rc] Serialize DIALOG(EX) to .res files (serialization, pt 4).
Marek Sokolowski
2017-09-30
6
-17
/
+229
*
[llvm-rc] Serialize MENU resources to .res files (serialization, pt 3).
Marek Sokolowski
2017-09-29
4
-4
/
+98
*
[llvm-rc] Serialize ACCELERATORS to .res files (serialization, pt 2).
Marek Sokolowski
2017-09-29
4
-11
/
+205
*
[llvm-rc] Refactoring needed for ACCELERATORS and MENU resources.
Marek Sokolowski
2017-09-29
4
-49
/
+72
*
[llvm-rc] Serialize HTML resources to .res files (serialization, pt 1).
Marek Sokolowski
2017-09-29
7
-5
/
+501
*
[llvm-rc] Import all make_unique invocations from llvm namespace.
Marek Sokolowski
2017-09-29
1
-20
/
+22
[next]