summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add AVR backend skeletonDylan McKay2015-11-129-0/+138
* Revert "[FunctionAttrs] Identify norecurse functions"James Molloy2015-11-121-78/+1
* [FunctionAttrs] Identify norecurse functionsJames Molloy2015-11-121-1/+78
* Mostly revert 252842 due to failures on some buildbots.David Blaikie2015-11-121-59/+5
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-129-173/+121
* output_csv libfuzzer optionMike Aizatsky2015-11-124-8/+25
* dwarfdump: Add error checking to fix the buildbots/correctnessDavid Blaikie2015-11-121-4/+4
* dwarfdump: Add some error handling for DWP index sections of the wrong sizeDavid Blaikie2015-11-121-0/+7
* dwarfdump: Dump the contents of DWP indexesDavid Blaikie2015-11-121-5/+82
* LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalizationMatthias Braun2015-11-121-73/+145
* [libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...Kostya Serebryany2015-11-126-20/+89
* [TLS on Darwin] use a different mask for tls calls on x86-64.Manman Ren2015-11-124-0/+16
* Fix problems in coding styleXinliang David Li2015-11-121-13/+23
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-111-0/+5
* [WinEH] Don't forward branches across empty EH pad BBsReid Kleckner2015-11-112-1/+2
* [LIR] General refactor to improve compile-time and simplify code.Chad Rosier2015-11-111-16/+26
* [IR] Add support for empty tokensDavid Majnemer2015-11-119-13/+50
* Introduce deoptimization operand bundlesSanjoy Das2015-11-112-0/+14
* Report Windows error code in a fatal error after a system call.Paul Robinson2015-11-111-2/+9
* unique_ptrify the AllocValueProfData helper function introduced in r252783David Blaikie2015-11-111-6/+5
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-6/+14
* Move the enum attributes defined in Attributes.h to a table-gen file.Akira Hatanaka2015-11-111-1/+17
* Add a libLTO diagnostic handler that supports lto_get_error_message APIYunzhong Gao2015-11-111-8/+2
* [DAGCombiner] Improve zextload optimization.Geoff Berry2015-11-111-22/+72
* dwarfdump: DWP type unit index dumping skeletonDavid Blaikie2015-11-111-0/+10
* Refactoring and fix another instance of asan errorXinliang David Li2015-11-111-5/+10
* Format my previous commitDavid Blaikie2015-11-112-6/+5
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-113-0/+52
* [WinEH] Only generate UnwindHelp slot for MSVCXXJoseph Tremoulet2015-11-111-12/+12
* Support: Recognize Borland DWARF extensions.Dawn Perchik2015-11-111-0/+25
* Add target preference for GatherAllAliases max depthMatt Arsenault2015-11-112-1/+2
* Reverting r252760Colin LeMahieu2015-11-111-14/+6
* clang-format lib/CodeGen/AsmPrinter/DwarfCompileUnit.cppDehao Chen2015-11-111-7/+8
* Emit discriminator for inlined callsites.Dehao Chen2015-11-112-0/+3
* SamplePGO - Fix PR 25482 - Do not rely on llvm.dbg.cu for discriminatorsDiego Novillo2015-11-111-2/+2
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-6/+14
* [MIPS] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCtlz()Sanjay Patel2015-11-112-0/+11
* Properly fix unused variable in disable-assert builds.Diego Novillo2015-11-111-1/+3
* Remove unused variable in disable-assert builds. NFC.Diego Novillo2015-11-111-2/+1
* Visibly fail if attempting to encode register AH,BH,CH,DH in a REX-prefixed i...Douglas Katzman2015-11-111-0/+7
* [ARM] Combine BFIs togetherJames Molloy2015-11-111-2/+109
* [SLP] Enable -slp-vectorize-hor by default.Charlie Turner2015-11-111-1/+1
* Silencing a signed vs unsigned type mismatch warning.Aaron Ballman2015-11-111-1/+1
* Silencing nine warnings for "enumeral and non-enumeral type in conditional ex...Aaron Ballman2015-11-111-10/+18
* [X86] Replace LEAs with INC/DEC when profitableMichael Kuperstein2015-11-111-8/+79
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-111-18/+33
* [X86] Fix feature flags on some MMX register instructions that really were in...Craig Topper2015-11-111-2/+13
* [X86] Remove redundant MMX isel patterns.Craig Topper2015-11-111-4/+0
* [WebAssembly] Support non-legal argument and return types.Dan Gohman2015-11-113-79/+127
* [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha2015-11-113-11/+1