summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRExecutionUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+4
* Fix -Wformat-pedantic warningsDavid Blaikie2015-04-081-2/+2
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+4
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-22/+2
* The MCJIT doesn't seem to call getPointerForNamedFunction from the MemoryMana...Jim Ingham2015-01-271-0/+141
* Revert "Fix a build breakage. Looks like the LLVM side of this change has bee...David Majnemer2014-12-041-1/+1
* Fix a build breakage. Looks like the LLVM side of this change has been revertedEnrico Granata2014-12-041-1/+1
* Update setMCJITMemoryManager call to keep in line with llvm r223183.Jason Molenda2014-12-031-1/+1
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+10
* Adjust to LLVM JIT API changeTodd Fiala2014-09-241-111/+2
* Clean-up warnings on Linux/GCCDavid Majnemer2014-09-161-0/+1
* Really fix the LLDB buildReid Kleckner2014-09-031-4/+1
* Update for llvm api change.Rafael Espindola2014-08-191-5/+1
* Revert "Fix the build broken as a result of deleting jit from LLVM."Zachary Turner2014-08-071-1/+3
* Fix the build broken as a result of deleting jit from LLVM.Zachary Turner2014-08-071-3/+1
* Remove code that was merged incorrectly.Greg Clayton2014-07-111-2/+0
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-0/+2
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-120/+116
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-2/+3
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-20/+249
* Lock the JIT before using it.Sean Callanan2014-02-061-0/+4
* Better logging for the IRExecutionUnit so thatSean Callanan2014-01-211-6/+20
* Fix build after LLVM memory management API changes.Filip Pizlo2013-10-021-3/+5
* 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