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
*
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
*
Fix the build failure of lldb wrt clang recent change. Patch by Todd Fiala
Sylvestre Ledru
2013-12-05
1
-1
/
+0
*
<rdar://problem/15367406>
Greg Clayton
2013-11-04
1
-0
/
+2
*
It is no longer necessary to opt out of pretty stack traces.
Filip Pizlo
2013-11-04
1
-2
/
+0
*
Fix build break: clang no longer supports -ast-dump-xml.
Richard Smith
2013-10-08
1
-1
/
+0
*
Enable MCJIT on FreeBSD
Ed Maste
2013-08-29
1
-4
/
+0
*
Remove unused include.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Fix the lldb build.
Rafael Espindola
2013-06-26
1
-12
/
+10
*
Fix the build. clang/Driver/OptTable.h was removed.
Rafael Espindola
2013-06-14
1
-1
/
+0
*
Don't depend on the transitive inclusion of PathV1.h
Rafael Espindola
2013-06-13
1
-0
/
+1
*
Fixed a problem where the dynamic checkers (i.e.,
Sean Callanan
2013-05-18
1
-17
/
+20
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
1
-1
/
+1
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-4
/
+4
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-37
/
+30
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-12
/
+12
*
Flipped the big switch: LLDB now uses the new
Sean Callanan
2013-04-16
1
-1
/
+2
*
Audited the existing Materializer code to ensure
Sean Callanan
2013-04-15
1
-1
/
+1
*
Factored out memory access into the target process
Sean Callanan
2013-04-05
1
-1
/
+4
*
Enabled blocks support in the expression parser.
Sean Callanan
2013-04-01
1
-0
/
+1
*
Disable warnings from Clang correctly, by directly
Sean Callanan
2013-03-30
1
-2
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Refactored the expression parser so that the IR
Sean Callanan
2013-03-19
1
-274
/
+18
*
Removed One Definition Rule warnings because they're
Sean Callanan
2013-03-08
1
-0
/
+1
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+3
*
Change to JITDefault code model for ELF targets
Andrew Kaylor
2013-02-21
1
-1
/
+9
*
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
1
-1
/
+6
*
Bring lldb up to date with clang revision 175141.
Filipe Cabecinhas
2013-02-14
1
-0
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Quick fix to make LLDB TOT work with Clang TOT.
Sean Callanan
2013-01-22
1
-1
/
+1
[next]