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
*
Added the ability to read the dSYM plist file with source remappings even whe...
Greg Clayton
2012-06-27
7
-0
/
+135
*
Two more tests for PR13207 - wrong mangling of templates with back references...
Timur Iskhodzhanov
2012-06-27
1
-4
/
+14
*
Propagate lvalue alignment into bitfields. Per report on cfe-dev.
Eli Friedman
2012-06-27
7
-32
/
+46
*
tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime
Dmitry Vyukov
2012-06-27
12
-102
/
+114
*
objective-c mrc: Issue warning for mrc, as is done for arc, when
Fariborz Jahanian
2012-06-27
2
-2
/
+3
*
Refactoring after r159290: don't hold onto and check a misleading QualType.
Richard Smith
2012-06-27
1
-4
/
+3
*
Fixed the "target modules list" to not crash in Debug builds due to an assert...
Greg Clayton
2012-06-27
1
-2
/
+4
*
Check for non-POD vararg argument type after default argument promotion, not
Richard Smith
2012-06-27
2
-2
/
+8
*
Modify the ranges_access() helper function to be able to lookup the address r...
Greg Clayton
2012-06-27
1
-0
/
+4
*
Fixed the get_process_thread_list function to correctly return a list of all ...
Greg Clayton
2012-06-27
1
-1
/
+1
*
Make the IsValid() operator for SBLineEntry "do the right thing" by returning...
Greg Clayton
2012-06-27
1
-1
/
+1
*
Added a "save_crashlog" command to the lldb.macosx.crashlog package that allo...
Greg Clayton
2012-06-27
1
-1
/
+81
*
Fix the copy constructor and assignement operator for ModuleList to be thread...
Greg Clayton
2012-06-27
1
-2
/
+7
*
Check the return status of the make command.
Greg Clayton
2012-06-27
1
-2
/
+3
*
Remove dependency on internal header file.
Greg Clayton
2012-06-27
1
-4
/
+72
*
patch to suggest 'static' function should be 'static inline'
Fariborz Jahanian
2012-06-27
4
-3
/
+30
*
Refactor and speed up DFA generator.
Anshuman Dasgupta
2012-06-27
1
-21
/
+48
*
Implement John McCall's review of r159212 other than the this pointer not
Rafael Espindola
2012-06-27
4
-16
/
+12
*
Fix a crash I introduced in r159212.
Rafael Espindola
2012-06-27
3
-1
/
+15
*
tsan: remember and pass original ucontext to signal handlers (instead of a fa...
Dmitry Vyukov
2012-06-27
1
-5
/
+4
*
Make a way to set the result status for Python defined commands, and don't ov...
Jim Ingham
2012-06-27
4
-1
/
+25
*
Revert r159136 due to PR13124.
Matt Beaumont-Gay
2012-06-27
3
-31
/
+0
*
Remove unsigned and a pointer from a comment token (so that each token can ha...
Dmitri Gribenko
2012-06-27
3
-52
/
+67
*
Comment lexer: counting backwards from token end is thought to be confusing. ...
Dmitri Gribenko
2012-06-27
1
-14
/
+20
*
When users ask for -mcpu=help or -mattr=help, just output the help without
Duncan Sands
2012-06-27
1
-13
/
+23
*
Add a test for unterminated /* comments.
Dmitri Gribenko
2012-06-27
1
-0
/
+13
*
tsan: refactor signal handling code (move some definitions out of common header)
Dmitry Vyukov
2012-06-27
3
-35
/
+66
*
Some reassociate optimizations create new instructions, which they insert just
Duncan Sands
2012-06-27
2
-11
/
+21
*
tsan: check that signal handlers do not spoil errno.
Dmitry Vyukov
2012-06-27
3
-1
/
+21
*
tsan: close all file descriptors after fork()
Dmitry Vyukov
2012-06-27
1
-0
/
+2
*
Fix for r159256 on Windows.
Axel Naumann
2012-06-27
1
-0
/
+4
*
Remove a completely unused and remarkably inaccurate list of test
Chandler Carruth
2012-06-27
1
-28
/
+0
*
Update the Clang CMake build to reflect the name change in LLVM r159258.
Chandler Carruth
2012-06-27
1
-1
/
+1
*
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
2
-1
/
+7
*
Clean up the 'check' CMake build rule a bit, notable renaming it to
Chandler Carruth
2012-06-27
1
-19
/
+28
*
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-27
1
-1
/
+2
*
From Vassil Vassilev:
Axel Naumann
2012-06-27
2
-0
/
+16
*
Add support for building the ASan instrumentation unit tests with the
Chandler Carruth
2012-06-27
3
-23
/
+55
*
Sphinxify the exception handling doc.
Bill Wendling
2012-06-27
3
-564
/
+369
*
Initialize RawComment::BriefTextValid in other constructor, too.
Dmitri Gribenko
2012-06-27
1
-1
/
+2
*
Introduce __has_feature(attribute_unused_on_fields) to determine whether
Daniel Jasper
2012-06-27
2
-0
/
+8
*
Add missing words to manual.
Richard Trieu
2012-06-27
1
-1
/
+1
*
Add a few (currently failing) tests for the PR13207 (template mangling in the...
Timur Iskhodzhanov
2012-06-27
1
-0
/
+27
*
Update documentation with regards to template type diffing.
Richard Trieu
2012-06-27
5
-0
/
+130
*
Add a few more test cases for the -cxx-abi microsoft mangler. Some of them we...
Timur Iskhodzhanov
2012-06-27
1
-2
/
+14
*
Simplify logic in BriefParser::Parse(), per Jordan's comment.
Dmitri Gribenko
2012-06-27
1
-14
/
+7
*
Initialize RawCommentList::BriefTextValid when deserializing AST.
Dmitri Gribenko
2012-06-27
1
-1
/
+1
*
[analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind.
Jordan Rose
2012-06-27
1
-4
/
+1
*
[analyzer] Remove unneeded helper function (it's in ASTContext.h)
Jordan Rose
2012-06-27
1
-9
/
+0
*
Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.
Akira Hatanaka
2012-06-27
1
-1
/
+1
[next]