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
/
IRInterpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Don't defend against internal LLVM errors in IRInterpreter
Raphael Isemann
2020-01-14
1
-125
/
+13
*
[lldb][NFC] Use range-based for loops in IRInterpreter
Raphael Isemann
2020-01-13
1
-16
/
+12
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-176
/
+133
*
Get the expression parser to handle missing weak symbols.
Jim Ingham
2019-06-28
1
-2
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-3
/
+0
*
Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."
Davide Italiano
2018-09-17
1
-3
/
+7
*
[IRInterpreter] Minor cleanups, add comments. NFCI.
Davide Italiano
2018-09-14
1
-7
/
+3
*
[IRInterpreter] Fall back to JIT with 128-bit values.
Davide Italiano
2018-09-14
1
-0
/
+12
*
Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...
Frederic Riss
2018-08-28
1
-11
/
+6
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
IRInterpreter: fix sign extension of small types (pr37840)
Pavel Labath
2018-06-20
1
-7
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
Do not use default arguments of DataLayout::getPointer*. NFC
Fangrui Song
2017-12-06
1
-5
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-19
/
+19
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-19
/
+17
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1663
/
+1527
*
[LLDB] Added support for PHI nodes to IR interpreter
Marianne Mailhot-Sarrasin
2016-05-12
1
-1
/
+46
*
XFail TestLambdas.py on Windows after fixing some of the problems
Adrian McCarthy
2016-05-04
1
-3
/
+11
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-15
1
-15
/
+26
*
Revert r266311 - Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-26
/
+15
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-15
/
+26
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-18
/
+12
*
Fix bug with function resolution when using IR Interpreter
Ted Woodward
2016-03-01
1
-25
/
+39
*
IRInterpreter now recognizes expressions with constants it doesn't handle.
Sean Callanan
2016-02-12
1
-0
/
+50
*
[opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...
Eduard Burtescu
2016-01-22
1
-3
/
+5
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-1
/
+1
*
lldb/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-6
/
+6
*
Fix off-by-one size check.
Chaoren Lin
2015-09-16
1
-1
/
+1
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
1
-25
/
+252
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-231
/
+231
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
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
*
Implemented TruncInst in the IRInterpreter.
Sean Callanan
2013-10-11
1
-0
/
+37
*
Use a StreamString to fix the endianness in
Sean Callanan
2013-09-17
1
-3
/
+10
*
Fixed the IRInterpreter to reject any code that
Sean Callanan
2013-06-27
1
-0
/
+14
*
Hardened the IR interpreter to prevent it from
Sean Callanan
2013-06-06
1
-1
/
+1
*
Fixes for the IR interpreter:
Sean Callanan
2013-06-05
1
-8
/
+40
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-8
/
+8
*
Fixed value evaluation to handle null constants.
Sean Callanan
2013-05-31
1
-1
/
+5
*
Fixed signed operations in the IR interpreter.
Sean Callanan
2013-05-24
1
-0
/
+12
*
Since the IR interpreter does not (currently)
Sean Callanan
2013-05-02
1
-0
/
+23
*
Performance optimizations to ClangUserExpression,
Sean Callanan
2013-04-27
1
-29
/
+11
[next]