summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/ArchSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cppRaphael Isemann2019-12-171-1/+1
* [lldb][NFC] Remove unused includes in Utility's source filesRaphael Isemann2019-12-131-4/+0
* Avoid triple corruption while merging core infoMuhammad Omair Javaid2019-12-051-1/+1
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-041-5/+5
* [LLDB] Always interpret arm instructions as thumb on windowsMartin Storsjö2019-11-281-0/+3
* [LLDB] Add core definition for armv8l and armv7lMuhammad Omair Javaid2019-11-131-0/+6
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-111-14/+0
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-171-0/+3
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+15
* [LLDB] Add tests for PECOFF arm architecture identificationMartin Storsjo2019-09-241-1/+3
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-231-11/+2
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-2/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-2/+4
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-8/+2
* Fix bug in ArchSpec::MergeFromGreg Clayton2019-05-081-1/+1
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-40/+8
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* [Utility] Fix ArchSpec.MergeFrom to correctly merge environmentsAlex Langford2019-02-271-3/+2
* [Utility] Remove Triple{Environment,OS,Vendor}IsUnspecifiedUnknown from ArchSpecAlex Langford2019-02-261-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-7/+3
* Add a unit test for ArchSpec matching to document how it behaves (and test it).Adrian Prantl2018-12-061-2/+2
* Remove comments after header includes.Jonas Devlieghere2018-11-111-5/+5
* Remove accidentally committed duplicate codeAdrian Prantl2018-10-251-5/+0
* Fix a bug PlatformDarwin::SDKSupportsModule.Adrian Prantl2018-10-251-0/+5
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-7/+7
* [ARC] Make char unsigned by defaultAlexander Polyakov2018-09-071-0/+1
* Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda2018-09-071-1/+4
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-3/+5
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-7/+12
* Log to the process channel, not target twice.Jason Molenda2018-05-011-1/+1
* Add logging when ArchSpec::SetArchitecture is given a cputype andJason Molenda2018-05-011-0/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-39/+32
* Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath2018-01-291-0/+5
* [ArchSpec] Don't consider Unknown MachO64 as invalid.Davide Italiano2018-01-051-1/+6
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-0/+1485
OpenPOWER on IntegriCloud