summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-6/+5
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-40/+28
* Fix bad change in RenderScriptx86ABIFixups.cpp, forgot to change everything n...Stephane Sezer2017-05-231-2/+2
* hange RenderScriptx86ABIFixups.cpp to use llvm::AttributeList iteratorStephane Sezer2017-05-231-1/+2
* Update for alloca construction changesMatt Arsenault2017-04-101-2/+5
* Remove stray paren that got in while attempting to fix the build for Attribut...Reid Kleckner2017-03-211-1/+1
* Update for LLVM API rename of AttributeSet -> AttributeListReid Kleckner2017-03-211-5/+2
* Update for LLVM API removal of Function::getArgumentList()Reid Kleckner2017-03-161-2/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+2
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* [RenderScript] reflow/reword some comments and normalize namesLuke Drummond2016-10-051-2/+2
* Fixing a build breakage caused from a change in LLVM rL281019Dimitar Vlahovski2016-09-091-3/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-228/+241
* Fix an unused variable warning in release builds.Luke Drummond2016-08-031-1/+1
* Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 ba...Luke Drummond2016-07-281-0/+286
OpenPOWER on IntegriCloud