summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed unused variable "log".Greg Clayton2010-07-131-2/+0
| | | | | | | Fixed the llvm build for Mac OS X builds to look in llvm/lib/Release+Asserts output directory for all configurations (Debug, Release, BuildAndIntegration). llvm-svn: 108289
* "expr -i" now performs the required transforms toSean Callanan2010-07-131-23/+185
| | | | | | | | prepare the IR for JIT compilation. We still need to do the JIT compilation and move the arguments in/out of target memory. llvm-svn: 108279
* Added the skeleton of an IR transformer that willSean Callanan2010-07-031-0/+109
prepare IR for execution in the target. Wired the expression command to use this IR transformer when conversion to DWARF fails, and wired conversion to DWARF to always fail (well, we don't generate any DWARF...) llvm-svn: 107559
OpenPOWER on IntegriCloud