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
/
lldb
/
source
/
Expression
/
IRDynamicChecks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Expression] Move IRDynamicChecks to ClangExpressionParser
Alex Langford
2019-07-12
1
-593
/
+0
*
[Expression] IR Instrumenters should have a UtilityFunction
Alex Langford
2019-07-10
1
-14
/
+15
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-22
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-18
/
+18
*
Pass arguments correctly to the objc object checker on arm64
Jim Ingham
2019-02-27
1
-2
/
+9
*
[opaque pointer types] Update calls to CreateCall to pass the function
James Y Knight
2019-02-08
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-13
/
+13
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-499
/
+434
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-5
/
+4
*
Removed many JIT workarounds from IRForTarget.
Sean Callanan
2016-02-13
1
-28
/
+31
*
Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...
Bhushan D. Attarde
2016-01-22
1
-2
/
+2
*
Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...
Eugene Zelenko
2015-10-31
1
-46
/
+41
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-3
/
+10
*
Revert "Update for LLVM API change in r221024"
Duncan P. N. Exon Smith
2014-11-12
1
-1
/
+1
*
Update for LLVM API change in r221024
Ed Maste
2014-11-02
1
-1
/
+1
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-68
/
+68
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-36
/
+41
*
Updated our IR processing to reflect best practices
Sean Callanan
2013-12-20
1
-7
/
+18
*
Adjust to the new way LLVM emits modules: it doesn't
Sean Callanan
2013-12-20
1
-4
/
+2
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Fix crash (in optimized builds) due to invalid metadata operand
Daniel Malea
2013-06-03
1
-11
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect the
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Fixed the IR interaction layer to deal with a
Sean Callanan
2012-10-11
1
-2
/
+2
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-2
/
+2
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-1
/
+6
*
Insert dynamic checks only if the appropriate
Sean Callanan
2012-05-29
1
-15
/
+21
*
Brought LLVM/Clang up to top of tree. The only
Sean Callanan
2012-02-09
1
-4
/
+4
*
Two fixes for Objetive-C methods that return struct
Sean Callanan
2011-11-16
1
-3
/
+72
*
Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele...
Jim Ingham
2011-11-01
1
-0
/
+19
*
The IRDynamicChecks subsystem was not properly
Sean Callanan
2011-10-31
1
-1
/
+1
*
Added an extra parameter to the object-checker
Sean Callanan
2011-10-27
1
-6
/
+34
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-2
/
+4
*
This change brings in the latest LLVM/Clang, and
Sean Callanan
2011-07-30
1
-14
/
+20
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-1
/
+1
*
Audited the expression parser to find uninitialized
Sean Callanan
2011-07-08
1
-2
/
+2
*
Updated LLVM to pick up fixes to the ARM instruction
Sean Callanan
2011-04-14
1
-0
/
+1
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-2
/
+2
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-2
/
+16
*
Move some of the more noisy "log enable lldb expression" output to the verbos...
Jim Ingham
2011-01-22
1
-3
/
+3
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-3
/
+3
*
Re-enabled LLDB's pointer checkers, and moved the
Sean Callanan
2010-11-04
1
-58
/
+28
[next]