summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [DPWBS-765] feat(libcxx): provide implementations for functions not provided ...htc-11.0.1-alpha2020.06-alphaDominik Montada2020-06-192-0/+177
* [DPWBS-1401] Inform observer that we are changing an instructionKonstantin Schwarz2020-06-181-0/+6
* [DPWBS-1401] Truncate the len argument to memory intrinsics to 32-bits.Konstantin Schwarz2020-06-182-2/+205
* [DPWBS-1385] fix(Legalizer): widen before narrow for G_SEXT_INREGDominik Montada2020-06-172-2/+579
* [DPWBS-1385] refactor(Legalizer): make s8, s16 G_PHIs illegalDominik Montada2020-06-175-140/+201
* [DPWBS-1385] refactor(Legalizer): rework merge/unmerge legalizationDominik Montada2020-06-1712-2523/+2289
* [DPWBS-1385] chore(LegalizerTests): reorder merge/unmerge tests by sizeDominik Montada2020-06-172-219/+219
* [DPWBS-1465] Add tests for symbols and symbol operand prefixes for BOL formatZoltan Toth2020-06-173-7/+452
* [DPWBS-1465] Add symbol operand prefixes support for BOL formatZoltan Toth2020-06-177-11/+101
* [DPWBS-1465] Add fixup support for BOL formatZoltan Toth2020-06-171-4/+4
* [DPWBS-1496] Add default library search pathsEdgar Solymosi2020-06-175-0/+61
* [IRBuilder] Use preferred target type for len argument of memory intrinsic fu...Konstantin Schwarz2020-06-177-45/+61
* [DPWBS-765] fix(libcxx): add dinkum specific code in platform_support.hDominik Montada2020-06-151-0/+8
* [DPWBS-765] feat(InstrInfo): implement `analyzeBranch`, `insertBranch`, `remo...Dominik Montada2020-06-155-3/+911
* [DPWBS-765] test(Utils) fix jump table testsDominik Montada2020-06-129-459/+2454
* [DPWBS-765] feat(Utils): add TriCore support to update_foo_test_checks.pyDominik Montada2020-06-121-0/+18
* [GlobalISel] Add missing properties to G_BRINDIRECT, G_BRJTDominik Montada2020-06-123-3/+4
* [DPWBS-765] fix(libcxx): define _LIBCPP_HAS_NO_OFF_T_FUNCTIONS if __HIGHTEC__...Dominik Montada2020-06-121-1/+4
* [DPWBS-765] feat(libcxx): add locale support for _HAS_DINKUM_LIBCDominik Montada2020-06-102-0/+22
* [DPWBS-765] feat(libcxx): add ELAST config for _HAS_DINKUM_CLIB.Dominik Montada2020-06-101-0/+2
* [DPWBS-765] feat(libcxx): add TriCore support for random deviceDominik Montada2020-06-102-1/+14
* [DPWBS-765] feat(libcxx): add Dinkum/TriCore support for libcxxDominik Montada2020-06-106-2/+82
* [DPWBS-765] feat(ISelLowering): implement getExceptionPointer/SelectorRegisterDominik Montada2020-06-103-0/+143
* [DPWBS-765] fix(TriCore): set __TRICORE_CORE__ of tc18 to 0x180 to match tric...Dominik Montada2020-06-102-2/+2
* [DPWBS-1363] Fold immediate into compare instruction if possibleKonstantin Schwarz2020-06-102-0/+1028
* [DPWBS-1486] Add disassembly support for all opcodesDavid Ferenc Szabo2020-06-0921-338/+1037
* [DPWBS-1466] Add fixup support for 16 bit instruction formatsDavid Ferenc Szabo2020-06-089-187/+2773
* [DPWBS-1466] Fix the problem with the `.code32` directive not being honored b...David Ferenc Szabo2020-06-081-3/+13
* [DPWBS-1466] Adding new operand uimm4_symDavid Ferenc Szabo2020-06-088-16/+74
* [DPWBS-1466] Adding uncompressInstruction functionDavid Ferenc Szabo2020-06-083-12/+45
* [DPWBS-1421] Add support for fixup resolution of SBR-form instructionZoltan Toth2020-06-089-36/+391
* [DPWBS-765] feat(InstructionSelector): add support for acquire-load, release-...Dominik Montada2020-06-082-4/+241
* [DPWBS-1495] Add default c++ include pathsEdgar Solymosi2020-06-043-1/+70
* [DPWBS-1493] Merge upstream branch 'master' into htc/masterDominik Montada2020-06-023456-52212/+125925
|\
| * [GlobalISel] Combine scalar unmerge(trunc)Dominik Montada2020-06-0210-1063/+613
| * [NFC] Move vector unmerge(trunc) combine to functionDominik Montada2020-06-021-34/+56
| * [ObjectYAML][DWARF] Let `dumpPubSection` return `DWARFYAML::PubSection`.Xing GUO2020-06-021-19/+15
| * [mlir][SCFToGPU] Remove conversions from scf.for to gpu.launch.MaheshRavishankar2020-06-0114-714/+45
| * [ELF] --wrap: don't error `undefined reference to __real_foo` (--no-allow-shl...Fangrui Song2020-06-014-4/+37
| * [BrachProbablityInfo] Proportional distribution of reachable probabilitiesYevgeny Rouban2020-06-022-38/+76
| * Fix violations of [basic.class.scope]p2.Richard Smith2020-06-014-7/+0
| * [X86] Fix a few recursivelyDeleteUnusedNodes calls that were trying to delete...Craig Topper2020-06-011-3/+3
| * [BrachProbablityInfo] Rename loop variables. NFCYevgeny Rouban2020-06-021-17/+17
| * [asan] fix a comment typoKostya Serebryany2020-06-011-1/+1
| * add debug code to chase down a rare crash in asan/lsan https://github.com/goo...Kostya Serebryany2020-06-012-0/+19
| * Fix how cc1 command line options are mapped into FP options.John McCall2020-06-0115-118/+119
| * [COFF] Free some memory used for chunksReid Kleckner2020-06-012-8/+10
| * Fix UB in EmulateInstructionARM64.cppAdrian Prantl2020-06-015-19/+100
| * [os_log][test] Remove -O1 from a test, NFCVedant Kumar2020-06-011-5/+3
| * [docs] Sketch outline for HowToUpdateDebugInfo.rstVedant Kumar2020-06-013-183/+359