summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* disabling sancov tests: too many failures on different platforms.Mike Aizatsky2015-11-122-0/+0
* sancov tests - platform independent separatorsMike Aizatsky2015-11-121-4/+4
* [FIX] Bail if access function is not divisible by element size.Johannes Doerfert2015-11-123-5/+38
* Consistenly use getTypeAllocSize for size estimation.Johannes Doerfert2015-11-124-18/+23
* My first/test commit. Removed a trailing whitespace.Vyacheslav Klochkov2015-11-121-1/+1
* Finish PyCallable -> PythonCallable conversion.Zachary Turner2015-11-121-258/+88
* Revert "Fix bug 25440: GVN assertion after coercing loads"Tobias Grosser2015-11-122-107/+13
* Early continue. NFC.Rui Ueyama2015-11-121-8/+8
* ELF2: Make type a bit stricter. NFC.Rui Ueyama2015-11-121-4/+4
* sancov test suiteMike Aizatsky2015-11-129-10/+61
* [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
OpenPOWER on IntegriCloud