summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with LLDB's interpreter and MS ABI guard variables.Zachary Turner2015-01-091-15/+7
* Fix compilation failures resulting from the llvm Metadata refactor.Zachary Turner2014-12-091-11/+12
* Revert "Update for LLVM API change in r221024"Duncan P. N. Exon Smith2014-11-121-1/+1
* Fix comments to match the current reality.Greg Clayton2014-11-101-2/+2
* Fix selectors not being objc-uniquified in the expression parser after a rece...Greg Clayton2014-11-101-1/+1
* Fix LLDB build as a result of upstream LLVM changes.Zachary Turner2014-11-051-2/+1
* Update for LLVM API change in r221024Ed Maste2014-11-021-1/+1
* Correct indentation level for one line.Jason Molenda2014-07-091-1/+1
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-602/+602
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-5/+5
* Fixed a problem where IRForTarget wasn't ignoringSean Callanan2014-04-091-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-10/+10
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-29/+43
* Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison2014-03-221-1/+0
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-21/+0
* Followed up on Ed Maste's patch with a few moreSean Callanan2014-03-111-51/+23
* Fix #if 0'd code after range-based for loop changeEd Maste2014-03-101-2/+2
* Update LLDB for LLVM iterator change in r203364Ed Maste2014-03-101-24/+14
* Update LLDB for LLVM iterator change in r203364Ed Maste2014-03-101-13/+5
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-2/+2
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-2/+2
* Updated our IR processing to reflect best practicesSean Callanan2013-12-201-22/+14
* Adjust to the new way LLVM emits modules: it doesn'tSean Callanan2013-12-201-16/+7
* Fix the format warnings.Sylvestre Ledru2013-10-311-2/+2
* Update ResolveFunctionPointers to build after the changesJason Molenda2013-10-221-2/+2
* This reverts r192484, which I really shouldn't have checked in. Apologies.Richard Mitton2013-10-111-1/+1
* Fixed bad return code, which would cause invalid expressions to silently fail.Richard Mitton2013-10-111-1/+1
* Remove builtin attribute from calls whose targets we replaceStefanus Du Toit2013-07-231-0/+14
* Fixed a problem in IRForTarget where we would notSean Callanan2013-07-151-2/+9
* Huge change to clean up types.Greg Clayton2013-07-111-24/+17
* Hitherto the IRForTarget infrastructure has mainlySean Callanan2013-06-281-178/+252
* Cleanup of IRForTarget. Removed some relics ofSean Callanan2013-06-271-80/+0
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-2/+2
* Fix crash (in optimized builds) due to invalid metadata operandDaniel Malea2013-06-031-6/+4
* Fixed IRForTarget to handle Objective-C messagesSean Callanan2013-04-241-0/+10
* Fixed expression parser handling of empty strings.Sean Callanan2013-04-241-0/+5
* Be sure to print out the fully mangled name when we are unable to find a func...Greg Clayton2013-04-231-0/+4
* This commit changes the way LLDB executes userSean Callanan2013-04-181-127/+12
* Made the IRInterpreter's methods static, sinceSean Callanan2013-04-171-5/+1
* Made the IRInterpreter be able to operate withoutSean Callanan2013-04-171-1/+1
* Modified the IRInterpreter to take an IRMemoryMap.Sean Callanan2013-04-161-0/+2
* Handle C++ static variables in the expressionSean Callanan2013-04-111-0/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-34/+25
* If there are multiple uses of an Objective-CSean Callanan2013-03-231-8/+12
* Refactored the expression parser so that the IRSean Callanan2013-03-191-27/+33
* <rdar://problem/13421412>Greg Clayton2013-03-141-4/+4
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth2013-01-021-7/+7
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-7/+7
* Missing “if (log)” on a log printf.Jim Ingham2012-11-261-3/+4
* Fixed a problem where we mistook normal resultSean Callanan2012-11-021-2/+2
OpenPOWER on IntegriCloud