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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support little-endian encodings in the FixedLenDecoderEmitter
Hal Finkel
2013-12-17
4
-37
/
+47
*
[DiagnosticPrinter] Use the appropriate method to print a Twine object in a
Quentin Colombet
2013-12-17
1
-1
/
+1
*
Documentation comment parsing: when checking if we have typedef to something
Dmitri Gribenko
2013-12-17
2
-0
/
+17
*
MC COFF: Emit the 'b' section flag for .bss sections in GNU assembly
Reid Kleckner
2013-12-17
2
-0
/
+5
*
Documentation comment parsing: allow \param and \returns on std::function,
Dmitri Gribenko
2013-12-17
2
-0
/
+57
*
Added missing header files to the Xcode project.
Greg Clayton
2013-12-17
1
-1
/
+7
*
On APCS, only try to align aggregates to 32 bits instead of 64.
Rafael Espindola
2013-12-17
1
-3
/
+3
*
None of these attributes currently make use of an AST node, so setting ASTNod...
Aaron Ballman
2013-12-17
1
-0
/
+9
*
Handle i64 first for clarity. No functionality change.
Rafael Espindola
2013-12-17
1
-5
/
+6
*
Add mangling macros for Unwind's inline assembly.
Nico Weber
2013-12-17
3
-29
/
+56
*
Use triples that match the -target-abi option.
Rafael Espindola
2013-12-17
1
-2
/
+2
*
Use the integrated assembler by default on FreeBSD/ppc and ppc64.
Roman Divacky
2013-12-17
1
-1
/
+6
*
Assert that the last operand is actually EFLAGS
Duncan P. N. Exon Smith
2013-12-17
1
-0
/
+6
*
[ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
2013-12-17
10
-107
/
+170
*
Documentation comment parsing: rearrange tests to clarify the intent of these...
Dmitri Gribenko
2013-12-17
1
-14
/
+22
*
Fix line endings in microsoft-dtor-lookup-cxx11.cpp
Hans Wennborg
2013-12-17
1
-13
/
+13
*
Objective-C. Make diagnostics and fix-its consistent
Fariborz Jahanian
2013-12-17
7
-19
/
+57
*
Disabled subregister copy coalescing during MachineCSE.
Andrew Trick
2013-12-17
3
-6
/
+17
*
Fix strange indentation and remove trailing whitespace on empty lines
Dmitri Gribenko
2013-12-17
1
-10
/
+10
*
[lsan] Remove the LSan-specific verbosity flag.
Sergey Matveev
2013-12-17
4
-24
/
+11
*
Bring order to the OpenCL keywords
Alp Toker
2013-12-17
2
-26
/
+13
*
[lsan] Introduce print_suppressions flag.
Sergey Matveev
2013-12-17
4
-8
/
+48
*
[ms-cxxabi] Don't do destructor check on declarations if the dtor is deleted
Hans Wennborg
2013-12-17
3
-7
/
+23
*
Add warning capabilities in LLVM.
Quentin Colombet
2013-12-17
12
-9
/
+497
*
Fix indentation from r197490 plus some typos
Alp Toker
2013-12-17
3
-11
/
+10
*
[mips] Fix off by one issue when applying a fixup.
Matheus Almeida
2013-12-17
3
-2
/
+22
*
Setting the CPU in the new vaargs test
Duncan P. N. Exon Smith
2013-12-17
1
-1
/
+1
*
Remove -f128:128 from the DataLayout strings. It is the default.
Rafael Espindola
2013-12-17
2
-12
/
+12
*
Revert "Revert "Mark vastart_save_xmm_regs as changing EFLAGS""
Duncan P. N. Exon Smith
2013-12-17
4
-3
/
+94
*
The PS3 is a ppc64 and has 64 bit registers. Update DataLayout accordingly.
Rafael Espindola
2013-12-17
2
-3
/
+2
*
Fix the pointer size for the PS3 datalayout.
Rafael Espindola
2013-12-17
1
-2
/
+5
*
Remove -f16:16:32 from the XCore DataLayout string.
Rafael Espindola
2013-12-17
2
-2
/
+2
*
Add some simple COFF files with Z7 debug info
Timur Iskhodzhanov
2013-12-17
4
-0
/
+0
*
Fix code sample in NVPTX examples: now it compiles to PTX and runs as expected.
Eli Bendersky
2013-12-17
1
-2
/
+2
*
Refactor and micro-optimize ConsumeToken()
Alp Toker
2013-12-17
6
-147
/
+102
*
Simplify RevertibleTypeTraits as a form of contextual keyword
Alp Toker
2013-12-17
4
-73
/
+47
*
Update comment of changed parameter of ModuleMap constructor.
Daniel Jasper
2013-12-17
1
-2
/
+1
*
clang-format: Don't adapt local format to macros.
Daniel Jasper
2013-12-17
2
-8
/
+39
*
Fix gen_dynamic_list.py for Python 3. Patch by Marcoen Hirschberg.
Alexey Samsonov
2013-12-17
1
-4
/
+4
*
Fix for PR18045:
Stepan Dyatkovskiy
2013-12-17
2
-3
/
+37
*
[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).
Alexey Samsonov
2013-12-17
8
-20
/
+18
*
LIBRARY_PATH environment variable should only be supported on a native compiler.
Richard Barton
2013-12-17
4
-1
/
+21
*
[lsan] Introduce __lsan_(un)register_root_region().
Sergey Matveev
2013-12-17
4
-3
/
+145
*
[LSan] Add a real test for suppressions file instead of duplicated test case.
Alexey Samsonov
2013-12-17
2
-10
/
+1
*
Add missing file from r197485.
Daniel Jasper
2013-12-17
1
-0
/
+2
*
Modules: Don't warn upon missing headers while reading the module map.
Daniel Jasper
2013-12-17
13
-49
/
+86
*
[msan] Tweak gethostbyname_r interceptor some more.
Evgeniy Stepanov
2013-12-17
1
-8
/
+8
*
There are no __register_frame and __deregister_frame functions
Yaron Keren
2013-12-17
1
-1
/
+1
*
AVX-512: Added implementation of CONCAT_VECTORS for v8i1 vectors (by Alexey B...
Elena Demikhovsky
2013-12-17
5
-1
/
+37
*
Revert "Mark vastart_save_xmm_regs as changing EFLAGS"
Duncan P. N. Exon Smith
2013-12-17
2
-24
/
+1
[next]