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
/
IRExecutionUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-7
/
+7
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-22
/
+22
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-7
/
+4
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
1
-1
/
+1
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
1
-1
/
+1
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
1
-1
/
+1
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-2
/
+3
*
[LLDB] - Implement the support for the .debug_loclists section.
George Rimar
2018-10-23
1
-0
/
+3
*
Break dependency from Core to ObjectFileJIT.
Zachary Turner
2018-05-23
1
-11
/
+15
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-11
/
+8
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
1
-0
/
+1
*
[IRExecutionUnit] Remove broken/dead code.
Davide Italiano
2018-01-04
1
-26
/
+2
*
Revert "[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JI...
Pavel Labath
2017-11-13
1
-2
/
+1
*
Add support for the DWP debug info format
Tamas Berghammer
2017-08-25
1
-0
/
+1
*
Update for llvm api change.
Rafael Espindola
2017-08-03
1
-5
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-17
/
+17
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Expression evaluation for overloaded C functions (redux)
Luke Drummond
2016-12-19
1
-16
/
+3
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Remove a stray dump().
Sean Callanan
2016-10-07
1
-2
/
+0
*
Added a setting that enables saving all .o files from a given JIT expression.
Sean Callanan
2016-09-26
1
-0
/
+27
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1089
/
+958
*
[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDB
Lang Hames
2016-08-19
1
-1
/
+2
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
1
-4
/
+0
*
Fix function name lookup in IRExecutionEngine.cpp.
Stephane Sezer
2016-06-06
1
-1
/
+1
*
Fixed a problem where we couldn't call extern "C" functions.
Sean Callanan
2016-06-02
1
-1
/
+39
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Don't register the addresses of private symbols from expressions.
Sean Callanan
2016-03-30
1
-1
/
+1
*
Collect IRExecutionUnits as part of persistent expression state.
Sean Callanan
2016-03-21
1
-40
/
+161
*
Fix "ninja check-lldb" crash in IRExecutionUnit.cpp
Ted Woodward
2016-03-09
1
-6
/
+16
*
Fix warning in IRExecutionUnit.cpp
Pavel Labath
2016-03-04
1
-0
/
+2
*
Fix bug with function resolution when using IR Interpreter
Ted Woodward
2016-03-01
1
-1
/
+4
*
Fix TestCStrings for Linux with i386 inferiors.
Chaoren Lin
2016-02-24
1
-48
/
+43
*
When looking for symbols, find load addresses in a more robust way.
Sean Callanan
2016-02-23
1
-36
/
+77
*
Fix stripping of _ when looking for symbols in IRExecutionUnit.
Sean Callanan
2016-02-12
1
-74
/
+18
*
Centralized symbol lookup in IRExecutionUnit, and fixed the code model.
Sean Callanan
2016-02-12
1
-67
/
+324
*
Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...
Jim Ingham
2015-11-04
1
-0
/
+4
*
Log information about sections that didn't make it into the target's memory.
Sean Callanan
2015-10-23
1
-2
/
+10
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-0
/
+6
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Make sure we can lookup re-exported symbols after recent changes to lldb_priv...
Greg Clayton
2015-07-02
1
-12
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-3
/
+3
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+4
*
Fix -Wformat-pedantic warnings
David Blaikie
2015-04-08
1
-2
/
+2
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+4
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-22
/
+2
*
The MCJIT doesn't seem to call getPointerForNamedFunction from the MemoryMana...
Jim Ingham
2015-01-27
1
-0
/
+141
[next]