summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typosBruce Mitchener2015-07-027-17/+17
* [Statepoints] Make operator bool() explicit.Sanjoy Das2015-07-021-1/+1
* Move PlatformFreeBSD to its own namespaceEd Maste2015-07-023-158/+164
* Remove a report_fatal_error that should be unreachable.Rafael Espindola2015-07-021-4/+1
* [PPC64LE] Teach swap optimization about the doubleword splat idiomBill Schmidt2015-07-022-12/+46
* Convert a member variable to a local one.Rafael Espindola2015-07-021-3/+3
* Reworking the test part of r241149Gabor Ballabas2015-07-024-0/+33
* Make sure we can lookup re-exported symbols after recent changes to lldb_priv...Greg Clayton2015-07-021-12/+2
* Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic.Rafael Espindola2015-07-023-3/+4
* Handle .dynsym a bit more like we handle .symtab.Rafael Espindola2015-07-021-25/+25
* Rangify some loops.Rafael Espindola2015-07-021-17/+13
* Fix linking issue after r241271 (dbghelp.lib was removed from default depende...Leny Kholodov2015-07-021-0/+1
* Use default member initializes. NFC.Rafael Espindola2015-07-021-13/+10
* Remove outdated comment.Chaoren Lin2015-07-021-1/+0
* Revert "Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/...Rafael Espindola2015-07-021-72/+117
* [ELF] Remove dead code. NFCSimon Atanasyan2015-07-022-20/+0
* clang-format: [JS] Treat regex literals like string literals.Daniel Jasper2015-07-022-0/+6
* Remove whitespace from start of line, NFC.Yaron Keren2015-07-021-1/+1
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-028-50/+55
* [X86] Convert an instruction relaxation test to use objdump instead of readobjMichael Kuperstein2015-07-021-58/+64
* Move error checking from once per relocation to once per relocation section.Rafael Espindola2015-07-021-25/+27
* Remove whitespace from start of line, NFC.Yaron Keren2015-07-021-2/+2
* Refactored ARMTargetInfo in order to use the API of llvm/lib/Support/TargetPa...Alexandros Lamprineas2015-07-021-117/+72
* Expose getRel and getRela to reduce code duplication.Rafael Espindola2015-07-022-22/+13
* Delete whitespace at start of line.Yaron Keren2015-07-021-1/+1
* clang-format: [JS] Skip comments when applying the regex-literal heuristicDaniel Jasper2015-07-022-5/+11
* When testing for anyOf(), the test should not be for an exact type match for ...Aaron Ballman2015-07-022-2/+6
* clang-format: [JS] Fix bug in regex literal parsing.Daniel Jasper2015-07-022-0/+2
* [sanitizer] add #ifdefs around slow unwinder to fix OS X debug buildKuba Brecka2015-07-021-0/+4
* test commitAlexandros Lamprineas2015-07-021-0/+2
* clang-format: [JS] Support regex literals at the start of a file.Daniel Jasper2015-07-022-5/+7
* [Modules] Be consistent about finding a module for framework headersBen Langmuir2015-07-0211-41/+88
* clang-format: [JS] Fix character counting in template strings.Daniel Jasper2015-07-022-12/+13
* Implement an AST matcher for C++ exception catch handlers that can catch any ...Aaron Ballman2015-07-024-0/+32
* Improve error message.Rafael Espindola2015-07-022-2/+3
* Reapply r240291: Fix shl folding in DAG combiner.Pawel Bylica2015-07-022-1/+10
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-0225-5/+342
* Add new bugreport command to lldbTamas Berghammer2015-07-025-0/+190
* [MS ABI] nullptr data member ptrs are mangled differently for classes vs fnsDavid Majnemer2015-07-023-5/+32
* [GraphWriter] Don't wait on xdg-open when not on Apple.Charlie Turner2015-07-022-2/+2
* [NFC] Minor editorial fixes to the CodeGen docs.Charlie Turner2015-07-021-2/+2
* Specify --target, hopefully fixing non-x86 bots.Peter Collingbourne2015-07-021-4/+4
* Update isl to isl-0.15-35-ga1e44f0Tobias Grosser2015-07-025-29/+106
* Remove versions from README and add update instructionsTobias Grosser2015-07-021-2/+2
* [clang-tidy] Enhance clang-tidy misc-macro-repeated-side-effects...Daniel Marjamaki2015-07-022-31/+81
* Revert 241171, 241187, 241199 (32-bit SEH).Nico Weber2015-07-029-383/+235
* Parse 'technical term' format specifier.Ted Kremenek2015-07-025-2/+146
* Change OptionalFlag::setPosition() to set the flag as well.Ted Kremenek2015-07-021-7/+1
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-028-66/+424
* [OPENMP 4.0] Fixed test for 'cancellation point' directive.Alexey Bataev2015-07-021-1/+1
OpenPOWER on IntegriCloud