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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a potential crash if layout for a structure
Sean Callanan
2013-03-25
1
-1
/
+4
*
If there are multiple uses of an Objective-C
Sean Callanan
2013-03-23
1
-8
/
+12
*
Modified the way we report fields of records.
Sean Callanan
2013-03-21
1
-5
/
+1
*
Update source/Expression/CMakeLists.txt to reflect actual source files.
Andy Gibbs
2013-03-20
1
-2
/
+1
*
Updated the IRExecutionUnit to keep local copies
Sean Callanan
2013-03-19
1
-30
/
+34
*
Fixed handling of function pointers in the IR
Sean Callanan
2013-03-19
2
-12
/
+42
*
Refactored the expression parser so that the IR
Sean Callanan
2013-03-19
8
-719
/
+828
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
2
-5
/
+5
*
Fixed a problem where we didn't return TypedefNameDecls
Sean Callanan
2013-03-14
1
-0
/
+8
*
Switch from CreateTypeSourceInfo, which allocates
Sean Callanan
2013-03-12
1
-1
/
+1
*
Misc. clang build warning fixes.
Matt Kopec
2013-03-12
1
-1
/
+1
*
Match the new declaration of clang::ASTContext::getFunctionType introduced in...
Sylvestre Ledru
2013-03-10
1
-2
/
+1
*
Removed One Definition Rule warnings because they're
Sean Callanan
2013-03-08
1
-0
/
+1
*
Added very lightweight, statically-allocated
Sean Callanan
2013-03-08
2
-3
/
+20
*
Adding support for DW_OP_stack_value in DWARFExpression::Evaluate
Andrew Kaylor
2013-03-06
1
-0
/
+12
*
Added a little bit of logging to ClangFunction to
Sean Callanan
2013-03-06
1
-1
/
+29
*
Add support for non-register scalar values in DoMaterializeOneVariable.
Andrew Kaylor
2013-03-06
1
-120
/
+173
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-9
/
+10
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+3
*
Fixed some problems with type deportation:
Sean Callanan
2013-02-28
1
-2
/
+3
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-15
/
+46
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-2
/
+2
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
1
-1
/
+1
*
Change to JITDefault code model for ELF targets
Andrew Kaylor
2013-02-21
1
-1
/
+9
*
Hardening in case a thread's frames are missing.
Sean Callanan
2013-02-21
1
-1
/
+1
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
1
-0
/
+22
*
Fixed a bug where certain vector code didn't
Sean Callanan
2013-02-21
1
-0
/
+10
*
Change ELF relocation model to static
Andrew Kaylor
2013-02-20
2
-1
/
+8
*
Fixes in the IRInterpreter:
Sean Callanan
2013-02-15
1
-8
/
+7
*
Bring lldb up to date with clang revision 175141.
Filipe Cabecinhas
2013-02-14
1
-0
/
+1
*
Centralized the expression prefixes that are used for both expressions and ut...
Greg Clayton
2013-02-13
2
-57
/
+33
*
<rdar://problem/13210494>
Greg Clayton
2013-02-13
1
-1
/
+30
*
Made NULL, nil, and Nil use the appropriate
Sean Callanan
2013-02-13
1
-3
/
+3
*
Made LLDB build with the latest Clang. This meant
Sean Callanan
2013-02-12
1
-14
/
+32
*
Fixed the way the ClangExpressionDeclMap looks
Sean Callanan
2013-02-12
1
-4
/
+11
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-1
/
+1
*
Address sanitizer found an issue which we filed a bug for: <rdar://problem/13...
Greg Clayton
2013-02-07
1
-0
/
+3
*
Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's...
Jim Ingham
2013-02-01
1
-1
/
+1
*
Modified the expression parser's class wrapper to
Sean Callanan
2013-02-01
1
-16
/
+57
*
Add "thread return -x" to unwind the innermost user called expression (if you...
Jim Ingham
2013-01-31
1
-2
/
+2
*
<rdar://problem/13107904>
Greg Clayton
2013-01-29
1
-1
/
+0
*
Fixed a "wchar_t" typo.
Greg Clayton
2013-01-29
1
-2
/
+2
*
Always define types from stdint.h so they are always available for use in exp...
Greg Clayton
2013-01-28
1
-12
/
+26
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
5
-56
/
+52
*
Quick fix to make LLDB TOT work with Clang TOT.
Sean Callanan
2013-01-22
1
-1
/
+1
*
Extended LLDB to handle blocks capturing 'self'
Sean Callanan
2013-01-19
2
-7
/
+92
*
Made the expression handle variables with
Sean Callanan
2013-01-18
1
-38
/
+151
*
ClangExpressionVariable previously was not capable of
Sean Callanan
2013-01-15
1
-84
/
+117
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
2
-22
/
+44
*
Once a function has been JIT-compiled once, don't
Sean Callanan
2013-01-14
1
-0
/
+2
[next]