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
/
ClangFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-596
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-5
/
+5
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-5
/
+5
*
ClangFunction: Fix destruction order of parser and execution unit
Duncan P. N. Exon Smith
2014-12-10
1
-1
/
+1
*
Reverse out r219169 related to quote handling.
Todd Fiala
2014-10-10
1
-3
/
+1
*
Add "target.expr-parser-compiler-args" setting.
Todd Fiala
2014-10-06
1
-1
/
+3
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-10
/
+10
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-8
/
+8
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-9
/
+9
*
Give the clang functions names. This is only for logging.
Jim Ingham
2014-04-22
1
-7
/
+11
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-10
/
+36
*
Don’t put Radar numbers in code.
Jim Ingham
2014-03-12
1
-1
/
+1
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-2
/
+2
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-2
/
+2
*
Changed the ABIs and ClangFunction to take a
Sean Callanan
2013-11-08
1
-5
/
+6
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-112
/
+43
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-2
/
+2
*
Fixed a leak of ASTStructExtractors and also
Sean Callanan
2013-10-10
1
-1
/
+3
*
Changed the bool conversion operator on ConstString
Sean Callanan
2013-10-03
1
-2
/
+2
*
Convert ClangASTType::GetTypeName over to return a ConstString to be consiste...
Jim Ingham
2013-09-27
1
-1
/
+1
*
Remove an unused ivar.
Jim Ingham
2013-09-05
1
-1
/
+0
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-26
/
+25
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-6
/
+3
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-0
/
+1
*
Factored out memory access into the target process
Sean Callanan
2013-04-05
1
-0
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
Refactored the expression parser so that the IR
Sean Callanan
2013-03-19
1
-4
/
+3
*
Added a little bit of logging to ClangFunction to
Sean Callanan
2013-03-06
1
-1
/
+29
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-11
/
+21
*
Once a function has been JIT-compiled once, don't
Sean Callanan
2013-01-14
1
-0
/
+2
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Now that we set ThreadPlanCallFunction to private in the constructor, it is c...
Jim Ingham
2012-12-07
1
-3
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-6
/
+6
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+1
*
Making ClangExpression hold on to a WP to the Process instead of a SP. This f...
Enrico Granata
2012-09-18
1
-12
/
+28
*
Some more typing-related fixes.
Filipe Cabecinhas
2012-09-11
1
-1
/
+1
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
<rdar://problem/12027563> Making sure that some class of stop-hook commands t...
Enrico Granata
2012-08-03
1
-7
/
+17
*
Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...
Jim Ingham
2012-05-11
1
-0
/
+2
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-3
/
+6
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-8
/
+4
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-3
/
+3
*
Improve the x86_64 return value decoder to handle most structure returns.
Jim Ingham
2011-12-22
1
-1
/
+3
*
Remove an unnecessary #include.
Jim Ingham
2011-12-17
1
-1
/
+0
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-15
/
+23
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-2
/
+2
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-1
/
+10
[next]