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
/
ClangExpressionParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-648
/
+0
*
Make the ObjCLanguageRuntimes comply with llvm-style RTTI
Enrico Granata
2015-09-23
1
-1
/
+1
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-0
/
+1
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-18
/
+15
*
Set the default language to use when evaluating to that of the frame's CU.
Dawn Perchik
2015-09-04
1
-1
/
+22
*
Update to r245397.
Chaoren Lin
2015-08-19
1
-2
/
+7
*
Fix LLDB after Clang r245346.
Richard Smith
2015-08-19
1
-0
/
+1
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-0
/
+2
*
Fix warnings detected by -Wpessimizing-move
Pavel Labath
2015-07-28
1
-1
/
+1
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
1
-2
/
+3
*
Fix LLDB build after r241035
Tamas Berghammer
2015-06-30
1
-0
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Added support for locating and importing functions
Sean Callanan
2015-05-01
1
-0
/
+3
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-13
/
+24
*
Fix type detection for 'char' variables
Tamas Berghammer
2015-03-31
1
-0
/
+3
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix build after clang r226128.
Nico Weber
2015-01-15
1
-1
/
+0
*
Fix some uninitialized variables in ClangExpressionParser.
Zachary Turner
2014-12-05
1
-3
/
+4
*
Changes to the expression parser to actually use
Sean Callanan
2014-12-05
1
-3
/
+58
*
Don't use mkstemp, as it doesn't exist on Windows.
Zachary Turner
2014-10-20
1
-5
/
+6
*
Change a use of mktemp() to mkstemp() for better security.
Jason Molenda
2014-10-16
1
-4
/
+4
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-0
/
+2
*
Reverse out r219169 related to quote handling.
Todd Fiala
2014-10-10
1
-6
/
+0
*
Add "target.expr-parser-compiler-args" setting.
Todd Fiala
2014-10-06
1
-0
/
+6
*
Fixed a build problem dueo to changes in the
Sean Callanan
2014-08-30
1
-1
/
+1
*
Update for LLVM API change.
Rafael Espindola
2014-08-27
1
-2
/
+2
*
Initialize LLVM when LLDB is initialized, and
Sean Callanan
2014-08-23
1
-10
/
+0
*
Fixes a few more places where we were manually setting the filename.
Zachary Turner
2014-08-21
1
-1
/
+1
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-1
/
+2
*
Fixed the build broken by the r215046.
Hafiz Abid Qadeer
2014-08-07
1
-2
/
+2
*
(no commit message)
Greg Clayton
2014-07-30
1
-1
/
+1
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-77
/
+77
*
Update lldb code to match the change in clang r212386
Sylvestre Ledru
2014-07-06
1
-1
/
+1
*
Track changes from clang r212388
Alp Toker
2014-07-06
1
-3
/
+3
*
Don't truncate the target triple when initializing clang.
Zachary Turner
2014-06-27
1
-13
/
+0
*
Don't set the ABI to apcs-gnu for non-ARM iOS targets (i.e., the
Sean Callanan
2014-06-23
1
-2
/
+3
*
Track clang changes from r210764
Alp Toker
2014-06-12
1
-3
/
+5
*
Update for llvm api change in r209266.
Rafael Espindola
2014-05-21
1
-3
/
+6
*
Track recent changes in clang internals
Alp Toker
2014-05-03
1
-3
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-3
/
+7
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-23
/
+75
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-81
/
+0
*
Fix expression parsing (on FreeBSD, at least)
Ed Maste
2014-03-18
1
-0
/
+1
*
Expression: cleanup unused include
Saleem Abdulrasool
2014-03-18
1
-5
/
+0
*
Update for clang r203213
Ben Langmuir
2014-03-07
1
-1
/
+1
*
Replace uses of OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
update the declaration from llvm::OwningPtr to llvm::IntrusiveRefCntPtr to ma...
Sylvestre Ledru
2014-02-27
1
-1
/
+1
*
Revert "Track Clang virtualFileSystem change (r201618)"
Juergen Ributzka
2014-02-20
1
-1
/
+0
*
Track Clang virtualFileSystem change (r201618)
Ed Maste
2014-02-19
1
-0
/
+1
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-1
/
+2
[next]