Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| docs/ClangCommandLineReference.rst | ||
|---|---|---|
| 2465 ↗ | (On Diff #143630) | Please alphabetize this correctly. |
| include/clang/Basic/BuiltinsX86.def | ||
| 1896 ↗ | (On Diff #143630) | The u64 versions needs to go in BuiltinsX86_64.def. That will provide an extra safety check to prevent anyone from using the builtin without the intrin.h header on 32-bit hosts. |
| include/clang/Driver/Options.td | ||
| 2634 ↗ | (On Diff #143630) | Alphabetize |
| lib/Basic/Targets/X86.cpp | ||
| 1304 ↗ | (On Diff #143630) | Alphabetize |
| 1379 ↗ | (On Diff #143630) | Alphabetize |
| lib/Headers/movdirintrin.h | ||
| 30 ↗ | (On Diff #143630) | We aren't supposed to be checking the preprocessor defines in headers. We need to be able to put a target attribute on each function and control feature enabling at a function level. |
| 35 ↗ | (On Diff #143630) | Use 'unsigned int' instead of UINT32_TYPE |
| 35 ↗ | (On Diff #143630) | Lower case variable names |
| 45 ↗ | (On Diff #143630) | Use unsigned long long |
| lib/Headers/movdirintrin.h | ||
|---|---|---|
| 39 ↗ | (On Diff #143647) | Sorry, the X86_64 preprocessor check should have stayed. That can't be changed by a target attribute. |