summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-2819/+0
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-5/+5
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-2/+2
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-5/+5
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-2/+2
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-5/+5
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-5/+5
* Don't crash if we don't have a process and needSean Callanan2015-05-281-10/+13
* Updated IRForTarget to change the way we generateSean Callanan2015-04-141-2/+4
* [IRForTarget] Strenghten handling of alternate mangling.Siva Chandra2015-04-091-26/+25
* Fix -Wformat-pedantic warningsDavid Blaikie2015-04-081-1/+1
* Fixed a crash because we weren't generatingSean Callanan2015-04-061-3/+4
* Fix error resulting from llvm r233938.Zachary Turner2015-04-021-1/+1
* Added nullptr to fix buildVince Harron2015-03-161-2/+3
* Fixed an infinite recursion bug that could happen when using python operating...Greg Clayton2015-02-271-1/+1
* Fix build after r229094: replace llvm/PassManager.h -> llvm/IR/LegacyPassMana...Ilia K2015-02-131-1/+1
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-4/+16
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-3/+3
* 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
OpenPOWER on IntegriCloud