summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Emit ASM input in a constant contextBill Wendling2018-12-181-0/+11
* [CodeGen] Handle mixed-width ops in mixed-sign mul-with-overflow loweringVedant Kumar2018-12-181-0/+21
* [NFC] Fix usage of Builder.insert(new Bitcast...)in CodeGenFunctionErich Keane2018-12-181-2/+1
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-0/+4
* [Clang] Add __builtin_launderEric Fiselier2018-12-141-0/+11
* [Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for...Craig Topper2018-12-141-0/+48
* Fix debug-info-abspath.c on Windows by removing /tmp/t.o lineReid Kleckner2018-12-131-2/+0
* Reinstate DW_AT_comp_dir support after D55519.Adrian Prantl2018-12-131-2/+19
* [asan] Don't check ODR violations for particular types of globalsVitaly Buka2018-12-131-0/+17
* Revert "Declares __cpu_model as dso local"Haibo Huang2018-12-122-7/+0
* Declares __cpu_model as dso localHaibo Huang2018-12-122-0/+7
* Teach __builtin_unpredictable to work through implicit casts.Erich Keane2018-12-121-1/+11
* Reuse code from CGDebugInfo::getOrCreateFile() when creating the fileAdrian Prantl2018-12-111-1/+3
* Update test for instcombine changeMatt Arsenault2018-12-101-1/+1
* [X86] Remove the addcarry builtins. Leaving only the addcarryx builtins since...Craig Topper2018-12-102-6/+6
* Make testcase more robust for bots actually building in /varAdrian Prantl2018-12-071-15/+15
* Make testcase more robust for completely-out-of-tree builds.Adrian Prantl2018-12-071-5/+9
* Make CPUDispatch resolver emit dependent functions.Erich Keane2018-12-071-0/+2
* Fix spelling of WINDOWS in a testErich Keane2018-12-071-1/+1
* Revert "Multiversioning- Ensure all MV functions are emitted."Erich Keane2018-12-071-26/+23
* Add a AArch64 triple to tiny codemodel test.David Green2018-12-071-1/+1
* [PowerPC] VSX register support for inline assemblyKang Zhang2018-12-071-0/+20
* Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...Adrian Prantl2018-12-062-6/+27
* ARM, AArch64: support `__attribute__((__swiftcall__))`Saleem Abdulrasool2018-12-061-0/+9
* [Hexagon] Add intrinsics for Hexagon V66Krzysztof Parzyszek2018-12-052-0/+158
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-0/+30
* Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...Ilya Biryukov2018-12-042-27/+6
* [Hexagon] Fix intrinsic testKrzysztof Parzyszek2018-12-031-4/+0
* Relax test even more for WindowsAdrian Prantl2018-12-031-1/+1
* Relax tests to also work on WindowsAdrian Prantl2018-12-031-4/+6
* Avoid emitting redundant or unusable directories in DIFile metadata entries.Adrian Prantl2018-12-032-6/+25
* Specify constant context in constant emitterBill Wendling2018-12-011-0/+168
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-159/+0
* Revert r348029. I was git-ing and jumped the gun.Bill Wendling2018-11-301-11/+0
* We're in a constant context in the ConstantEmitter.Bill Wendling2018-11-301-0/+11
* Add missing REQUIRES to new testTeresa Johnson2018-11-291-0/+2
* [ThinLTO] Allow importing of multiple symbols with same GUIDTeresa Johnson2018-11-293-0/+60
* Allow cpu-dispatch forward declarations.Erich Keane2018-11-281-1/+4
* [DebugInfo] NFC Clang test changes for: IR/Bitcode changes for DISubprogram f...Paul Robinson2018-11-281-2/+2
* Correct 'target' default behavior on redecl, allow forward declaration.Erich Keane2018-11-281-1/+52
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-0/+159
* Fix typo in "[clang][ARC] Fix test for commit r347699"Tatyana Krasnukha2018-11-271-1/+1
* [clang][ARC] Fix test for commit r347699Tatyana Krasnukha2018-11-271-3/+3
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-272-0/+27
* [clang][ARC] Add ARCTargetInfoTatyana Krasnukha2018-11-273-0/+165
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-159/+0
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-272-27/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-272-0/+27
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-262-27/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-262-0/+27
OpenPOWER on IntegriCloud