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
/
Plugins
/
ExpressionParser
/
Clang
/
ClangExpressionParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-841
/
+798
*
Fixed the location of a conditional to make the following code clearer.
Sean Callanan
2016-08-27
1
-7
/
+7
*
The error stream in IRForTarget is never null, so use it instead of the log.
Sean Callanan
2016-08-27
1
-3
/
+2
*
Fixed a bad lldbassert() condition.
Sean Callanan
2016-08-26
1
-1
/
+1
*
Don't crash when trying to capture persistent variables in a block.
Sean Callanan
2016-08-26
1
-1
/
+1
*
Allow runtimes to execute custom LLVM ModulePasses over the expression IR
Luke Drummond
2016-06-15
1
-1
/
+35
*
[LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.
Renato Golin
2016-05-14
1
-1
/
+1
*
Remove unused variable
Ed Maste
2016-05-13
1
-2
/
+1
*
[LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...
Sagar Thakur
2016-05-13
1
-1
/
+30
*
Expressions can run without a process.
Jim Ingham
2016-04-21
1
-17
/
+30
*
Fix warning in ClangExpressionParser
Pavel Labath
2016-03-30
1
-1
/
+1
*
Removed LoggingDiagnosticConsumer, an unused class.
Sean Callanan
2016-03-25
1
-50
/
+0
*
Fix now-ambiguous references to Error.
Lang Hames
2016-03-25
1
-5
/
+5
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-5
/
+115
*
Ignore global constructor warning in clang.
Greg Clayton
2016-03-24
1
-0
/
+4
*
Backend support for top-level Clang epxressions
Sean Callanan
2016-03-22
1
-25
/
+47
*
Collect IRExecutionUnits as part of persistent expression state.
Sean Callanan
2016-03-21
1
-0
/
+99
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-25
/
+93
*
Revert "Track expression language from one place in ClangExpressionParser"
Ewan Crawford
2016-03-10
1
-7
/
+9
*
Track expression language from one place in ClangExpressionParser
Ewan Crawford
2016-03-10
1
-9
/
+7
*
Update after r262737 in clang changed the accessor.
James Y Knight
2016-03-04
1
-1
/
+1
*
Improve readability and performance of ClangExpressionParser::FindFunctionInM...
Aidan Dodds
2016-02-25
1
-5
/
+4
*
refactor/cleanup ClangExpressionParser::Parse
Ewan Crawford
2016-02-19
1
-33
/
+20
*
Delete unused function in ClangExpressionParser
Ewan Crawford
2016-02-19
1
-15
/
+0
*
[LLDB][MIPS] Provide CPU string to compiler for appropriate code generation f...
Bhushan D. Attarde
2016-02-18
1
-4
/
+14
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Centralized symbol lookup in IRExecutionUnit, and fixed the code model.
Sean Callanan
2016-02-12
1
-0
/
+12
*
Add ability to override JIT expr compiler options.
Aidan Dodds
2016-02-03
1
-25
/
+78
*
Fix build after clang interface change in r259489
Pavel Labath
2016-02-02
1
-3
/
+3
*
Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...
Jim Ingham
2015-11-05
1
-1
/
+1
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-33
/
+39
*
Reduce header inclusion in Expression.
Bruce Mitchener
2015-10-07
1
-0
/
+1
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-1
/
+1
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+2
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+649