summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Update test to be more tolerant of ordering changesTeresa Johnson2015-11-121-40/+40
* [Hexagon] Allocate MCInst in the MCContext to avoid leaking it.Benjamin Kramer2015-11-123-8/+11
* [asan] Mark halt_on_error-torture test unsupported on android.Evgeniy Stepanov2015-11-121-0/+1
* [CMake] [builtins] Removing a few non-source files from the arm list.Chris Bieneman2015-11-121-2/+0
* [CMake] Actually adding the TODO comment I mentioned in r252927.Chris Bieneman2015-11-121-0/+3
* [CMake] [builtins] Adding missing architecture-specific builtins.Chris Bieneman2015-11-121-0/+8
* [LIR] Minor refactoring. NFCI.Chad Rosier2015-11-121-21/+44
* Roll an expression into an assert to fix -Wunused-variable in a -Asserts buildDavid Blaikie2015-11-121-2/+1
* ELF2: Simplify -z option handling. NFC.Rui Ueyama2015-11-121-10/+11
* ELF2: Print an error message for --relocatable.Rui Ueyama2015-11-123-0/+18
* tsan: fix windows Go buildDmitry Vyukov2015-11-122-1/+3
* reverting r252916 to investigate test failureNathan Slingerland2015-11-1211-97/+28
* Correct atomic libcall support for __atomic_*_fetch builtins.James Y Knight2015-11-122-45/+52
* Fix bug 25440: GVN assertion after coercing loadsWeiming Zhao2015-11-122-13/+107
* [ShrinkWrap] Fix a typo in a comment.Quentin Colombet2015-11-121-1/+1
* [ShrinkWrap] Make sure we do not mess up with EH funclet lowering.Quentin Colombet2015-11-122-2/+14
* [llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland2015-11-1211-28/+97
* SamplePGO - Move FunctionSamples::print() to a better location. NFC.Diego Novillo2015-11-122-31/+32
* Allow renderscript runtime to read MIPS target arguments.Aidan Dodds2015-11-121-1/+41
* [WinEH] Fix problem with removing an element from a SetVector while iterating.Andrew Kaylor2015-11-121-11/+5
* Add support for driver option -mno-ms-bitfields.Akira Hatanaka2015-11-123-1/+10
* Comment update. NFC.Rafael Espindola2015-11-122-21/+4
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-1239-1074/+842
* Fix non-Windows build after r252906.Zachary Turner2015-11-124-4/+5
* [x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsu...Michael Zuckerman2015-11-124-0/+44
* tsan: fix windows Go buildDmitry Vyukov2015-11-121-0/+2
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-123-228/+206
* Implement P0074: Making owner_less more flexibleMarshall Clow2015-11-123-1/+69
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-121-5/+0
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-125-58/+10
* [C++] Add the "norecurse" attribute to main() if in C++ modeJames Molloy2015-11-123-1/+17
* Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-11-1217-27/+297
* Silencing an MSVC warning about linkage specifications and C-incompatible UDT...Aaron Ballman2015-11-121-20/+20
* [tsan] Add global symbolication support into DlAddrSymbolizerKuba Brecka2015-11-122-2/+37
* Use uniqueness of C++ fully-qualified names to resolve conflictsRamkumar Ramachandra2015-11-121-55/+67
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-1238-744/+1074
* [tsan] Allow symbolizers that don't obtain global symbol sizesKuba Brecka2015-11-124-6/+11
* Re-apply "[mips] Use correct frame register for DWARF info when dynamically r...Vasileios Kalintiris2015-11-124-0/+299
* ScopInfo: Add function to retrieve all memory accesses in a scopTobias Grosser2015-11-122-0/+7
* ScopInfo: Use lambda functions to reduce code duplication.Tobias Grosser2015-11-122-48/+22
* tsan: disable abort_on_error for GoDmitry Vyukov2015-11-121-1/+5
* [ARM] CMOV->BFI combining: handle both senses of CMPZJames Molloy2015-11-122-0/+21
* Fix c-index-test install pathIsmail Donmez2015-11-121-1/+1
* Revert "[ARM] Enable shrink-wrapping by default."Renato Golin2015-11-1212-32/+18
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-1213-1/+191
* [tsan] Add a Darwin-specific lit test directoryKuba Brecka2015-11-123-1/+23
* [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructionsZlatko Buljan2015-11-1214-17/+242
* Revert "[mips] Use correct frame register for DWARF info when dynamically rea...Vasileios Kalintiris2015-11-124-299/+0
* Remove mention of {ADD,SUB}_PARTS. They were removed in r26255.Hans Wennborg2015-11-121-2/+1
* [mips] Use correct frame register for DWARF info when dynamically realigning ...Vasileios Kalintiris2015-11-124-0/+299
OpenPOWER on IntegriCloud