summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Don't defend against internal LLVM errors in IRInterpreterRaphael Isemann2020-01-141-125/+13
* [lldb][NFC] Use range-based for loops in IRInterpreterRaphael Isemann2020-01-131-16/+12
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-176/+133
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-281-2/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight2019-01-101-3/+0
* Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."Davide Italiano2018-09-171-3/+7
* [IRInterpreter] Minor cleanups, add comments. NFCI.Davide Italiano2018-09-141-7/+3
* [IRInterpreter] Fall back to JIT with 128-bit values.Davide Italiano2018-09-141-0/+12
* Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss2018-08-281-11/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath2018-06-201-7/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Do not use default arguments of DataLayout::getPointer*. NFCFangrui Song2017-12-061-5/+0
* Rename Error -> Status.Zachary Turner2017-05-121-19/+19
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-19/+17
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1663/+1527
* [LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin2016-05-121-1/+46
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-041-3/+11
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-151-15/+26
* Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-26/+15
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-15/+26
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-18/+12
* Fix bug with function resolution when using IR InterpreterTed Woodward2016-03-011-25/+39
* IRInterpreter now recognizes expressions with constants it doesn't handle.Sean Callanan2016-02-121-0/+50
* [opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...Eduard Burtescu2016-01-221-3/+5
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* lldb/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-6/+6
* Fix off-by-one size check.Chaoren Lin2015-09-161-1/+1
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-25/+252
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-231/+231
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Added a missing "break" to avoid falling throughSean Callanan2014-03-251-0/+1
* Fixed the IRInterpreter to ignore call instructionsSean Callanan2014-03-251-0/+68
* Implemented TruncInst in the IRInterpreter.Sean Callanan2013-10-111-0/+37
* Use a StreamString to fix the endianness inSean Callanan2013-09-171-3/+10
* Fixed the IRInterpreter to reject any code thatSean Callanan2013-06-271-0/+14
* Hardened the IR interpreter to prevent it fromSean Callanan2013-06-061-1/+1
* Fixes for the IR interpreter:Sean Callanan2013-06-051-8/+40
* Fix various build warnings.Matt Kopec2013-06-031-8/+8
* Fixed value evaluation to handle null constants.Sean Callanan2013-05-311-1/+5
* Fixed signed operations in the IR interpreter.Sean Callanan2013-05-241-0/+12
* Since the IR interpreter does not (currently)Sean Callanan2013-05-021-0/+23
* Performance optimizations to ClangUserExpression,Sean Callanan2013-04-271-29/+11
OpenPOWER on IntegriCloud