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
*
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
*
[llvm-rc] Add user-defined resources parsing ability. [8/8]
Marek Sokolowski
2017-09-29
4
-1
/
+55
*
[llvm-rc] Add integer expressions parsing ability. [7/8]
Marek Sokolowski
2017-09-28
4
-4
/
+117
*
[llvm-rc] Fix-up for r314468 (argument-dependent lookup in make_unique).
Marek Sokolowski
2017-09-28
1
-4
/
+4
*
[llvm-rc] Add VERSIONINFO parsing ability. [6/8]
Marek Sokolowski
2017-09-28
4
-0
/
+257
*
Fixing incorrectly capitalised regexps.
Benjamin Kramer
2017-09-07
1
-1
/
+1
*
[llvm-rc] Fix DIALOG(EX) parsing ability (parser, pt 5/8).
Marek Sokolowski
2017-08-29
1
-1
/
+1
*
[llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8).
Marek Sokolowski
2017-08-29
4
-6
/
+235
*
[llvm-rc] Add MENU parsing ability (parser, pt 4/8).
Marek Sokolowski
2017-08-28
4
-0
/
+197
*
[llvm-rc] Add ACCELERATORS parsing ability. (parser, pt 3/8).
Marek Sokolowski
2017-08-28
4
-12
/
+126
*
[llvm-rc] Add ICON and HTML parsing ability (parser, pt 2/8).
Marek Sokolowski
2017-08-28
4
-1
/
+49
*
Reapply: [llvm-rc] Add basic RC scripts parsing ability.
Marek Sokolowski
2017-08-18
6
-0
/
+625
*
Revert "[llvm-rc] Add basic RC scripts parsing ability."
Marek Sokolowski
2017-08-18
6
-623
/
+0
*
[llvm-rc] Add basic RC scripts parsing ability.
Marek Sokolowski
2017-08-18
6
-0
/
+623
*
Fix 'not all control paths return' warning on windows builds. NFCI.
Simon Pilgrim
2017-08-10
1
-3
/
+1
*
Fixup for r310621: Hint the compilers about unreachable code.
Marek Sokolowski
2017-08-10
1
-0
/
+4
*
Add .rc scripts tokenizer.
Marek Sokolowski
2017-08-10
5
-2
/
+464
*
llvm-rc: Fixup for r308940. This should use LLVMSupport.
NAKAMURA Takumi
2017-07-25
1
-0
/
+1
*
Add an empty shell of llvm-rc.
Marek Sokolowski
2017-07-25
4
-0
/
+175