summaryrefslogtreecommitdiffstats
path: root/lldb/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert r248047 and fix the problem properlyKeno Fischer2015-10-191-1/+0
* Fix the undefined symbol issue with go linking with autotools: build the Lang...Sylvestre Ledru2015-10-081-0/+1
* Revert commit -r249558 as it is not fixing the issue :/Sylvestre Ledru2015-10-071-1/+0
* Fix a linking issue on lib lldb linking with the new Go supportSylvestre Ledru2015-10-071-0/+1
* Fix Makefile build by adding LLVMSupport to liblldbKeno Fischer2015-09-181-0/+1
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+1
* Clean up build of JITLoader/GDB in autoconf build.Bruce Mitchener2015-09-111-10/+4
* Link liblldb.so with LLVMObjCARCOpts.aBruce Mitchener2015-09-111-0/+1
* Clean up building & linking of Process/elf-core.Bruce Mitchener2015-09-111-5/+2
* Fix Makefile buildKeno Fischer2015-09-051-0/+4
* Bug 24332 - Fix the build of lldb under GNU/Linux when using autotoolsSylvestre Ledru2015-08-051-1/+3
* [Makefiles] One more library rename to align with CMakeKeno Fischer2015-07-151-1/+1
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-30/+23
* Unbreak Makefile buildKeno Fischer2015-07-091-0/+1
* Add -lpthread to LLDB shared lib link line unconditionallyKeno Fischer2015-06-291-2/+2
* Submitting patch from Abhishek for:Greg Clayton2015-06-251-2/+3
* [LLDB][MIPS] ABI Plugin for MIPS64Bhushan D. Attarde2015-06-191-0/+1
* Don't link ObjCARCOpts twice. Fixes PR22543Keno Fischer2015-06-181-1/+0
* A correction in rL239997: Added missing entry in lib/MakefileBhushan D. Attarde2015-06-181-0/+1
* Assembly profiler for mips32Bhushan D. Attarde2015-05-151-0/+1
* This patch adds support aarch64-linux-gnu (SysV) abi in lldb.Omair Javaid2015-04-291-0/+1
* This patch adds required piece of code for SysV Abi for arm. Omair Javaid2015-04-291-0/+1
* Initial language runtime support for RenderScript. Colin Riley2015-04-091-0/+1
* Try to fix configure/make build.Zachary Turner2015-03-201-0/+1
* Initial Assembly profiler for mips64Bhushan D. Attarde2015-03-181-0/+1
* Try fixing configure+make build on FreeBSD after r230963Ed Maste2015-03-041-2/+1
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-2/+2
* Fix configure+make build broken by r228943 (part 2)Tamas Berghammer2015-02-131-1/+2
* Fix some bugs from D5988Justin Hibbits2014-10-311-0/+1
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+1
* Fix the build after the recent plugin additions forEric Christopher2014-10-111-0/+1
* build: attempt to fix the buildbotsSaleem Abdulrasool2014-09-081-0/+1
* The original jit no longer exists in llvm, remove from dependencies.Eric Christopher2014-09-061-1/+1
* Still trying to fix the Make build. Link lldbHostPosix to liblldbZachary Turner2014-08-151-0/+3
* Revert "Fix the build broken as a result of deleting jit from LLVM."Zachary Turner2014-08-071-1/+1
* Fix the build broken as a result of deleting jit from LLVM.Zachary Turner2014-08-071-1/+1
* Update CMakeLists.txt and Makefiles for building/linking the Hexagon ABI and ...Deepak Panickal2014-07-211-0/+2
* Fix build broken as a result of r213171.Zachary Turner2014-07-161-1/+1
* Add kalimba as a platform.Todd Fiala2014-07-161-1/+2
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-1/+3
* Attempt to fix the buildDmitri Gribenko2014-04-251-0/+1
* lldb arm64 import.Jason Molenda2014-03-291-0/+2
* Add ObjectFileJIT libraryEd Maste2014-03-251-0/+1
* Use --whole-archive linker option for minw too.Hafiz Abid Qadeer2014-03-241-0/+3
* Removed a redundant entry.Hafiz Abid Qadeer2014-03-241-4/+0
* Add some missing libraries for mingw.Hafiz Abid Qadeer2014-03-131-0/+8
* Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello2014-03-121-0/+6
* Build JITLoader on FreeBSD alsoEd Maste2014-03-051-1/+2
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-1/+2
* Fixed configure-based build on OS X.Todd Fiala2014-02-281-1/+1
OpenPOWER on IntegriCloud