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
*
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
*
Added a new Host call to find LLDB related paths:
Greg Clayton
2010-10-17
1
-1
/
+1
*
prefix more stuff with '$' to make sure we don't go trying to lookup anything
Greg Clayton
2010-10-16
1
-5
/
+5
*
Made many ConstString functions inlined in the header file.
Greg Clayton
2010-10-15
1
-17
/
+14
*
Updated to latest LLVM. Major LLVM changes:
Sean Callanan
2010-09-23
1
-1
/
+1
*
Bugfixes to the expression parser. Fixes include:
Sean Callanan
2010-09-13
1
-21
/
+199
*
Fixed an expression parser bug that prevented
Sean Callanan
2010-09-08
1
-0
/
+12
*
Added code to run pointer validation checks in
Sean Callanan
2010-09-02
1
-16
/
+258
*
Added support for dynamic sanity checking in
Sean Callanan
2010-09-01
1
-0
/
+117