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
*
[SystemZ] Extend memcmp support to all constant lengths
Richard Sandiford
2013-08-28
4
-30
/
+188
*
[asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-us...
Kostya Serebryany
2013-08-28
3
-11
/
+26
*
Fix use of uninitialized value added in r189400 (found by MemorySanitizer)
Alexey Samsonov
2013-08-28
1
-4
/
+3
*
clang-format: Don't insert space in __has_include
Daniel Jasper
2013-08-28
2
-1
/
+5
*
Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix
Alexey Samsonov
2013-08-28
3
-13
/
+20
*
clang-format: Fix corner case in ObjC interface definitions.
Daniel Jasper
2013-08-28
2
-1
/
+11
*
[analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
2013-08-28
3
-130
/
+51
*
clang-format: Improve braced init list detection:
Daniel Jasper
2013-08-28
2
-1
/
+8
*
clang-format: Fix corner case in overloaded operator definitions.
Daniel Jasper
2013-08-28
2
-1
/
+6
*
clang-format: Fix space in decltype-constexprs.
Daniel Jasper
2013-08-28
2
-1
/
+3
*
Add missing include
Craig Topper
2013-08-28
1
-0
/
+1
*
Revert r189442 "Change default # of digits for APFloat::toString"
Ted Kremenek
2013-08-28
2
-13
/
+9
*
Remove comment on the availability of boxed expressions. They have been avai...
Ted Kremenek
2013-08-28
1
-6
/
+0
*
Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...
Craig Topper
2013-08-28
4
-11
/
+14
*
Richard makes a good point, clean up this test.
David Majnemer
2013-08-28
1
-8
/
+3
*
[CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_O...
Ted Kremenek
2013-08-28
1
-7
/
+7
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-28
2
-9
/
+13
*
Revert r189440 - Disable loop vectorizer unrolling when no unrolling requested
Hal Finkel
2013-08-28
2
-14
/
+1
*
Disable loop vectorizer unrolling when no unrolling requested
Hal Finkel
2013-08-28
2
-1
/
+14
*
Remove support for the .debug_inlined section. No known software
Eric Christopher
2013-08-28
5
-122
/
+0
*
Merge diagnostic group tables to reduce data size and relocation entries.
Craig Topper
2013-08-28
4
-39
/
+68
*
X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64.
NAKAMURA Takumi
2013-08-28
1
-1
/
+1
*
X86Subtarget.h: Recognize x86_64-cygwin.
NAKAMURA Takumi
2013-08-28
1
-4
/
+1
*
cmake: install a cl.exe binary in the tools/msbuild-bin dir
Hans Wennborg
2013-08-28
1
-0
/
+9
*
cmake: Add msbuild integration to the install
Hans Wennborg
2013-08-28
4
-0
/
+83
*
[BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...
Argyrios Kyrtzidis
2013-08-28
2
-9
/
+13
*
[mips] Use ptr_rc to simplify definitions of base+index load/store instructions.
Akira Hatanaka
2013-08-28
13
-51
/
+233
*
[mips] Clean up definitions of move word from/to coprocessor instructions.
Akira Hatanaka
2013-08-28
2
-46
/
+20
*
[mips] Set isAllocatable and CoveredBySubRegs.
Akira Hatanaka
2013-08-28
1
-1
/
+3
*
Some of this test doesn't want -std=c++11
David Majnemer
2013-08-28
1
-1
/
+6
*
Add a TODO here.
Eric Christopher
2013-08-28
1
-0
/
+1
*
Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing
Eric Christopher
2013-08-28
3
-2
/
+14
*
Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for ins...
Ted Kremenek
2013-08-28
1
-4
/
+4
*
This test now needs C++11
David Majnemer
2013-08-28
1
-1
/
+1
*
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
2013-08-28
4
-88
/
+54
*
Remove an option starting an uppercase character so that the test does not de...
Rui Ueyama
2013-08-28
1
-1
/
+0
*
AST: Don't treat a TemplateExpansion as a Template
David Majnemer
2013-08-28
2
-7
/
+16
*
Revert "PR14569: Omit debug info for thunks"
David Blaikie
2013-08-27
9
-28
/
+27
*
ObjectiveC migrator: minor refactoring of my last
Fariborz Jahanian
2013-08-27
1
-10
/
+10
*
Use DW_FORM_sdata for signed constant values and udata on occasion
Eric Christopher
2013-08-27
5
-30
/
+65
*
Move some debug testcases to the debug info directory.
Eric Christopher
2013-08-27
16
-0
/
+0
*
Modify test to adopt r189416.
Rui Ueyama
2013-08-27
1
-1
/
+1
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-27
4
-54
/
+88
*
[CMake] Put back the add_llvm_external_project() calls for specific projects.
Argyrios Kyrtzidis
2013-08-27
1
-0
/
+4
*
Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing ...
Ted Kremenek
2013-08-27
1
-4
/
+4
*
Use do-while instead of a magic number. No functionality change.
Rui Ueyama
2013-08-27
1
-3
/
+3
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
26
-228
/
+756
*
Add xml files for msbuild integration
Reid Kleckner
2013-08-27
2
-0
/
+12
*
DIBuilder: take an optional StringRef to pass in unique identifier.
Manman Ren
2013-08-27
2
-19
/
+29
*
ObjectiveC migrator: Do not add explicit cf annotation for
Fariborz Jahanian
2013-08-27
2
-147
/
+169
[next]