summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DAG: Don't use ABI copies in some contextsMatt Arsenault2018-08-302-2/+179
* [COFF] Skip exporting artificial symbols when exporting all symbolsMartin Storsjo2018-08-302-2/+6
* [test] Adjust a test to use CHECK-NEXT instead of CHECK-NOT. NFC.Martin Storsjo2018-08-301-6/+5
* [NFC] Move OrderedInstructions and InstructionPrecedenceTracking to AnalysisMax Kazantsev2018-08-3012-16/+15
* Re-enable "[NFC] Unify guards detection"Max Kazantsev2018-08-3010-19/+64
* Ensure canonical type is actually canonical.Richard Trieu2018-08-302-2/+76
* [XRay][llvm] Load XRay ProfilesDean Michael Berris2018-08-305-0/+817
* [sanitizer] Transition to new _zx_vmar_... callsPetr Hosek2018-08-302-18/+16
* [WebAssembly] Be a little more conservative in WebAssemblyFixFunctionBitcastsSam Clegg2018-08-303-22/+95
* Adjust Attr representation so that changes to documentation don't affectRichard Smith2018-08-302-17/+144
* [GlobalMerge] Fix GlobalMerge on bss external global variables.Huihui Zhang2018-08-303-30/+95
* [hwasan] add a simple threaded UAF test, make it work on x86 (need to disable...Kostya Serebryany2018-08-305-4/+47
* Provide a default implementation of TypeSystem::GetNumTemplateArgumentsFrederic Riss2018-08-306-16/+5
* [hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to ThreadKostya Serebryany2018-08-307-40/+107
* [SimplifyCFG] Rename a variable for readibility of a future change [NFC]Philip Reames2018-08-301-8/+9
* Move the column marking functionality to the Highlighter frameworkRaphael Isemann2018-08-3010-105/+188
* [AttrDocs] Fix build bots: add missing GNUInline pragma to test.Jordan Rupprecht2018-08-301-1/+2
* [SimplifyCFG] Fix a cost modeling oversight in branch commoningPhilip Reames2018-08-302-2/+60
* [MS Demangler] Fix several crashes and demangling bugs.Zachary Turner2018-08-296-28/+82
* [NFC] Make getPreferredAlignment honor section markings.Eli Friedman2018-08-292-11/+16
* ELF: Don't examine values of linker script symbols during ICF.Peter Collingbourne2018-08-294-2/+22
* [SimplifyCFG] Common debug handling [NFC]Philip Reames2018-08-291-8/+0
* [llvm-strip] Fix -p|--preserve-dates to not truncate output when used in-place.Jordan Rupprecht2018-08-292-1/+10
* [MemorySSA] Silence warning.Alina Sbirlea2018-08-291-0/+1
* Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier toAdrian Prantl2018-08-292-115/+101
* Reverse subregister saved loops in register usage info collector; NFCMatthias Braun2018-08-291-23/+22
* Last week, someone noted that a couple of the time_point member functions wer...Marshall Clow2018-08-293-12/+54
* Revert r340947 "[InstCombine] Expand the simplification of pow() into exp2()"Reid Kleckner2018-08-292-42/+22
* [analyzer] Document that pointer arithmetic is not represented by SymExprs.Artem Dergachev2018-08-292-2/+7
* [hwasan] remove even more stale codeKostya Serebryany2018-08-292-33/+6
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-2912-6/+75
* [AttrDocs]: document gnu_inline function attributeNick Desaulniers2018-08-292-1/+36
* [analyzer] Improve tracing for uninitialized struct fieldsGeorge Karpenkov2018-08-295-118/+211
* [hwasan] remove more stale codeKostya Serebryany2018-08-293-57/+27
* [analyzer] Support modeling no-op BaseToDerived casts in ExprEngine.Artem Dergachev2018-08-296-13/+151
* [hwasan] get rid of some macros, remove the fixed shadow mappingKostya Serebryany2018-08-298-60/+40
* [analyzer] CFRetainReleaseChecker: Don't check C++ methods with the same name.Artem Dergachev2018-08-292-61/+43
* [MemorySSA] Fix checkClobberSanity to skip Start only for Defs and Uses.Alina Sbirlea2018-08-291-5/+10
* [hwasan] formatting change, NFCKostya Serebryany2018-08-299-10/+13
* [hwasan] rename some variables and functions for better readability, NFCKostya Serebryany2018-08-294-51/+54
* Add a todo and tests to Address a review commnt from D50925 [NFC]Philip Reames2018-08-292-1/+120
* [CFG] [analyzer] Disable argument construction contexts for variadic functions.Artem Dergachev2018-08-293-13/+49
* [libFuzzer] Remove mutation stats and weighted mutation selection.Max Moroz2018-08-297-109/+20
* [CFG] [analyzer] Disable argument construction contexts for variadic functions.Artem Dergachev2018-08-292-2/+22
* [LICM] Hoist stores of invariant values to invariant addresses out of loopsPhilip Reames2018-08-296-16/+135
* [hwasan] simplify the realloc implementation: always allocate/deallocate on r...Kostya Serebryany2018-08-293-28/+42
* [analyzer] Fix tests on 32-bit platforms by specifying the tuple explicitlyGeorge Karpenkov2018-08-291-5/+9
* Add a thread-local ring buffer of heap allocationsKostya Serebryany2018-08-296-4/+60
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-295-25/+27
* [sanitizer] reapply r340884 'Add a RingBuffer class to sanitizer_common', wit...Kostya Serebryany2018-08-294-0/+159
OpenPOWER on IntegriCloud