summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [XRay] Help gcc disambiguate namesDean Michael Berris2018-08-301-3/+4
* [clang-tidy] fix check_clang_tidy to forbid mixing of CHECK-NOTES and CHECK-M...Jonas Toth2018-08-301-0/+3
* AMDGPU: Default to hidden visibilityMatt Arsenault2018-08-303-0/+24
* [XRay] Move out template and use perfect forwardingDean Michael Berris2018-08-301-2/+3
* Revert "[SimplifyCFG] Common debug handling [NFC]"Martin Storsjo2018-08-301-0/+8
* [XRay] Remove attribute packedDean Michael Berris2018-08-301-2/+2
* [XRay] FDRTraceWriter and FDR Trace LoadingDean Michael Berris2018-08-309-2/+990
* Don't count debug instructions towards neighborhood countMatt Arsenault2018-08-302-3/+196
* CodeGen: Make computeRegisterLiveness search forward firstMatt Arsenault2018-08-303-39/+40
* CodeGen: Make computeRegisterLiveness consider successorsMatt Arsenault2018-08-303-6/+82
* [DWARF] Missing location debug information with -O2.Carlos Alberto Enciso2018-08-305-20/+101
* [X86] Improved sched model for X86 CMPXCHG* instructions.Andrew V. Tischenko2018-08-3014-90/+60
* [InstCombine] Add test cases for D51398Craig Topper2018-08-301-0/+93
* [X86] Make Feature64Bit usefulCraig Topper2018-08-309-24/+81
* [X86] Update test command line to not use 64-bit mode on a 32-bit only athlon...Craig Topper2018-08-301-188/+289
* [X86] Remove powerpc cpu name and features from uwtables.llCraig Topper2018-08-301-1/+1
* [Xray] Darwin improving slightly the supportDavid Carlier2018-08-303-3/+7
* 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
OpenPOWER on IntegriCloud