summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRExecutionUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* clean up about 22 warnings messagesMichael Sartain2013-08-071-2/+2
* The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham2013-07-311-5/+7
* Fixed IRExecutionUnit so that it looks up addressesSean Callanan2013-06-271-2/+17
* Fixed IRExecutionUnit build failures due to changesSean Callanan2013-05-081-22/+0
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-4/+4
* Flipped the big switch: LLDB now uses the new Sean Callanan2013-04-161-1/+6
* Audited the existing Materializer code to ensureSean Callanan2013-04-151-2/+2
* Fixed the way we allocate executable memory onSean Callanan2013-04-091-1/+1
* Factored out memory access into the target processSean Callanan2013-04-051-312/+224
* <rdar://problem/11730263>Greg Clayton2013-03-281-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-14/+13
* Fixed a problem where inline assembly errors causedSean Callanan2013-03-271-1/+20
* Updated the IRExecutionUnit to keep local copiesSean Callanan2013-03-191-30/+34
* Refactored the expression parser so that the IRSean Callanan2013-03-191-0/+770
OpenPOWER on IntegriCloud