summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r238425, it undoes the purpose of the testEd Maste2015-05-281-7/+3
* [ARM] Be less specific about the error message expected.Ranjeet Singh2015-05-281-3/+3
* [ARMTargetParser] FIXME MachO arch names. NFCRenato Golin2015-05-281-21/+26
* DebugInfo: .debug_line DWARF64 supportEd Maste2015-05-284-14/+46
* Fix THUMB function detection when function name is not prefixed.Aidan Dodds2015-05-281-11/+18
* Don't create an unused _GLOBAL_OFFSET_TABLE_.Rafael Espindola2015-05-283-81/+6
* Fix write register context in EmulateInstructionARM::EmulateMOVRdRmTamas Berghammer2015-05-281-1/+4
* [ARMTargetParser] FIXME on getLLVMArchSuffixForARM. NFCRenato Golin2015-05-281-33/+7
* [ARMTargetParser] Adding sub-arch information for Clang. NFCRenato Golin2015-05-282-34/+45
* Use /usr/bin/env to find pythonEd Maste2015-05-282-2/+2
* [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders2015-05-282-10/+29
* [ASan] Disable alloca tests on ARM targets due to flakiness.Yury Gribov2015-05-284-8/+4
* Fix TestCommandScript: return an error if target executable is not setEd Maste2015-05-281-3/+7
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-2832-33/+469
* Fix race in IOHandlerProcessSTDIOPavel Labath2015-05-281-74/+55
* Update isl to 93b8e43dTobias Grosser2015-05-2899-3534/+2419
* Cleanup the forked child in TestChangeProcessGroupPavel Labath2015-05-281-0/+8
* Add thumb breakpoint for FreeBSD (currently disabled)Ed Maste2015-05-281-3/+24
* Silencing two signed/unsigned mismatch warnings; NFC.Aaron Ballman2015-05-281-2/+4
* [AsmPrinter] Destroy allocated DIEAbbrevs on teardown.Benjamin Kramer2015-05-281-1/+4
* Don't check breakpoint location count in TestChangeProcessGroupPavel Labath2015-05-281-1/+1
* [ARMTargetParser] Removing string parsing from getCPUDefineSuffix. NFC.Renato Golin2015-05-281-30/+26
* [ARMTargetParser] Adding a few more CPUs for Clang CPU detection. NFC.Renato Golin2015-05-282-16/+24
* [MC] Replace custom string join function with the one from StringExtras.Benjamin Kramer2015-05-281-22/+2
* Fix PPC failure. Adjust CHECK pattern.Diego Novillo2015-05-281-2/+2
* Don't call utostr in Twine/raw_ostream contexts.Benjamin Kramer2015-05-285-27/+18
* Fix breakpoint setting in gdb remote test cases on armTamas Berghammer2015-05-282-4/+10
* Fix write register context in EmulateInstructionARM::EmulateADDRdSPImmTamas Berghammer2015-05-281-2/+5
* [ASan] XFAIL VLA tests on ARM and PowerPC. Patch by Max Ostapenko!Yury Gribov2015-05-284-0/+9
* Move prctl call in TestChangeProcessGroup to the childPavel Labath2015-05-281-13/+13
* [ASan] Add new interceptors to asan_win_dll_thunk.cc to fix build errors on W...Yury Gribov2015-05-281-0/+4
* [sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov2015-05-2824-11/+503
* [NativeProcessLinux] Support inferiors which change their process groupPavel Labath2015-05-284-7/+207
* Fix comments in ARMTargetParser. NFC.Renato Golin2015-05-281-2/+2
* [ASan] Fix previous commit. Patch by Max Ostapenko!Yury Gribov2015-05-281-4/+4
* [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov2015-05-283-192/+78
* [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov2015-05-288-0/+172
* clang-format: Lower binding strengths created by the [] created by ObjCDaniel Jasper2015-05-283-16/+27
* [TableGen] Use DefInit::getAsString instead of getDef()->getName(). NFCCraig Topper2015-05-281-1/+1
* [TableGen] Don't convert types to strings to query what they are. Just use 'isa'Craig Topper2015-05-281-2/+2
* [Reassociate] Canonicalizing 'x [+-] (-Constant * y)' isn't always a winDavid Majnemer2015-05-283-49/+33
* [NaryReassociate] Run EarlyCSE after NaryReassociateJingyue Wu2015-05-283-10/+48
* Add quick bit of doc about SBFrame::GetCFA().Jason Molenda2015-05-281-0/+6
* [Basic] Define __declspec for cygwinDavid Majnemer2015-05-282-5/+19
* Added a new API to SBFrame:Greg Clayton2015-05-285-18/+130
* I finally found the strong reference that was keeping all lldb_private::Proce...Greg Clayton2015-05-281-0/+7
* [x86] Refactor the tests for popcnt.Chandler Carruth2015-05-283-159/+2902
* [omp] Actually provide a default OpenMP runtime -- libgomp for now.Chandler Carruth2015-05-282-2/+2
* [omp] Re-work Clang's handling of -fopenmp and undo r237769.Chandler Carruth2015-05-286-58/+128
* [omp] Add a configuration variable for the default OpenMP runtime.Chandler Carruth2015-05-283-0/+26
OpenPOWER on IntegriCloud