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
*
Made the Materializer not write back variables
Sean Callanan
2014-03-25
1
-5
/
+23
*
Added a missing "break" to avoid falling through
Sean Callanan
2014-03-25
1
-0
/
+1
*
Fixed the IRInterpreter to ignore call instructions
Sean Callanan
2014-03-25
1
-0
/
+68
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
7
-97
/
+498
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-1
/
+0
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
4
-153
/
+51
*
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
*
Don’t put Radar numbers in code.
Jim Ingham
2014-03-12
1
-1
/
+1
*
Fixed a problem where the expression parser was
Sean Callanan
2014-03-11
1
-0
/
+16
*
Followed up on Ed Maste's patch with a few more
Sean Callanan
2014-03-11
1
-51
/
+23
*
Fix #if 0'd code after range-based for loop change
Ed Maste
2014-03-10
1
-2
/
+2
*
Update LLDB for LLVM iterator change in r203364
Ed Maste
2014-03-10
1
-24
/
+14
*
Update LLDB for LLVM iterator change in r203364
Ed Maste
2014-03-10
1
-13
/
+5
*
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
*
Hardened against reads in the IRMemoryMap that
Sean Callanan
2014-03-04
1
-0
/
+14
*
Only require thread scope when we're about to run the function on a thread.
Jim Ingham
2014-03-03
1
-6
/
+6
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
3
-6
/
+6
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
3
-6
/
+6
*
Don't require a valid thread if expr can be evaluated statically
Ed Maste
2014-03-03
1
-1
/
+1
*
Make sure the exe_ctx passed to ClangUserExpression::Execute has a valid thread.
Jim Ingham
2014-03-01
1
-0
/
+6
*
Better error reporting when a variable can't be
Sean Callanan
2014-02-28
2
-4
/
+26
*
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
*
Emit a warning diagnostic if a symbol was promoted
Sean Callanan
2014-02-19
1
-0
/
+4
*
Track Clang virtualFileSystem change (r201618)
Ed Maste
2014-02-19
1
-0
/
+1
*
Add support for DW_OP_piece and DW_OP_bit_piece.
Greg Clayton
2014-02-12
1
-3
/
+84
*
Lock the JIT before using it.
Sean Callanan
2014-02-06
1
-0
/
+4
*
Removed spurious lookup of the $__lldb_expr
Sean Callanan
2014-02-06
1
-0
/
+3
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-1
/
+2
*
Better logging for the IRExecutionUnit so that
Sean Callanan
2014-01-21
1
-6
/
+20
*
Build fix following clang r199686
Alp Toker
2014-01-20
1
-2
/
+2
*
Harden the Materializer logic against types that
Sean Callanan
2014-01-14
1
-0
/
+6
*
Avoid LLDB crash upon DW_OP_deref* with empty stack
Ed Maste
2014-01-13
1
-0
/
+12
*
Fixed a bug where the expression parser doesn't
Sean Callanan
2014-01-07
1
-1
/
+3
*
Updated our IR processing to reflect best practices
Sean Callanan
2013-12-20
2
-29
/
+32
*
Fixed the AST importer to ensure that base classes
Sean Callanan
2013-12-20
2
-0
/
+6
*
Adjust to the new way LLVM emits modules: it doesn't
Sean Callanan
2013-12-20
2
-20
/
+9
*
Fix the test suite after the changes made in revision 196616 exposed issues i...
Greg Clayton
2013-12-10
1
-1
/
+3
*
Fix the build failure of lldb wrt clang recent change. Patch by Todd Fiala
Sylvestre Ledru
2013-12-05
1
-1
/
+0
*
Fixed printf warnings. The GetByteSize() results return uint64_t values, not ...
Greg Clayton
2013-11-13
1
-1
/
+4
*
Increase log detail for size mismatch in EntityVariable::Materialize
Ed Maste
2013-11-11
1
-1
/
+1
*
Changed the ABIs and ClangFunction to take a
Sean Callanan
2013-11-08
2
-8
/
+18
*
This patch does a couple of things.
Jim Ingham
2013-11-07
2
-173
/
+58
*
<rdar://problem/15367406>
Greg Clayton
2013-11-04
1
-0
/
+2
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
1
-50
/
+27
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
5
-37
/
+37
*
It is no longer necessary to opt out of pretty stack traces.
Filip Pizlo
2013-11-04
1
-2
/
+0
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
5
-37
/
+37
[next]