| Commit message (Expand) | Author | Age | Files | Lines |
* | [remark][diagnostics] [codegen] Fix PR44896 | Rong Xu | 2020-02-26 | 1 | -1/+9 |
* | [Clang] Limit -fintegrated-cc1 to only one TU | Alexandre Ganea | 2020-02-13 | 1 | -1/+1 |
* | Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras... | Alexandre Ganea | 2020-02-10 | 1 | -0/+5 |
* | [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p... | Fangrui Song | 2020-01-24 | 1 | -4/+7 |
* | [Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundaries | Fangrui Song | 2020-01-14 | 1 | -2/+55 |
* | [DebugInfo] Add another level to DebugInfoKind called Constructor | Amy Huang | 2020-01-13 | 1 | -0/+3 |
* | [Clang][Driver] Re-use the calling process instead of creating a new process ... | Alexandre Ganea | 2020-01-13 | 1 | -0/+4 |
* | This option allows selecting the TLS size in the local exec TLS model, | KAWASHIMA Takahiro | 2020-01-13 | 1 | -0/+13 |
* | driver: Allow -fdebug-compilation-dir=foo in joined form. | Nico Weber | 2020-01-10 | 1 | -0/+6 |
* | [Driver][CodeGen] Add -fpatchable-function-entry=N[,0] | Fangrui Song | 2020-01-10 | 1 | -0/+18 |
* | [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-musl | Fangrui Song | 2020-01-07 | 1 | -2/+7 |
* | [NFC] Use isX86() instead of getArch() | Jim Lin | 2020-01-07 | 1 | -6/+3 |
* | [SystemZ] Don't allow CL option -mpacked-stack with -mbackchain. | Jonas Paulsson | 2020-01-03 | 1 | -3/+13 |
* | [Driver] Allow -mnop-mcount for SystemZ and -mfentry for X86 and SystemZ | Fangrui Song | 2019-12-22 | 1 | -9/+18 |
* | [Driver] Verify -mrecord-mcount in Driver, instead of CodeGen after D71627 | Fangrui Song | 2019-12-21 | 1 | -2/+9 |
* | [analyzer] Add Fuchsia Handle checker | Gabor Horvath | 2019-12-20 | 1 | -0/+2 |
* | [analyzer] Add a syntactic security check for ObjC NSCoder API. | Artem Dergachev | 2019-12-19 | 1 | -1/+4 |
* | [Clang FE, SystemZ] Recognize -mrecord-mcount CL option. | Jonas Paulsson | 2019-12-19 | 1 | -0/+3 |
* | Re-land "Add an -fno-temp-file flag for compilation" | Hans Wennborg | 2019-12-19 | 1 | -0/+1 |
* | [clang] Remove -Wexperimental-float-control. | Jordan Rupprecht | 2019-12-18 | 1 | -8/+0 |
* | [Remarks][Driver] Place temporary remark files next to temporary object files | Francis Visoiu Mistrih | 2019-12-18 | 1 | -11/+18 |
* | [Remarks][Driver][NFC] Make shouldEmitRemarks more available in the Driver | Francis Visoiu Mistrih | 2019-12-18 | 1 | -25/+2 |
* | Revert "Add an -fno-temp-file flag for compilation" | Mitch Phillips | 2019-12-18 | 1 | -1/+0 |
* | Add an -fno-temp-file flag for compilation | Hans Wennborg | 2019-12-18 | 1 | -0/+1 |
* | [Clang FE, SystemZ] Recognize -mpacked-stack CL option | Jonas Paulsson | 2019-12-17 | 1 | -0/+2 |
* | [Driver] Default to -momit-leaf-frame-pointer for AArch64 | Fangrui Song | 2019-12-13 | 1 | -3/+3 |
* | Default to -fuse-init-array | Fangrui Song | 2019-12-12 | 1 | -1/+1 |
* | [Remarks][Driver] Ask for line tables when remarks are enabled | Francis Visoiu Mistrih | 2019-12-11 | 1 | -0/+5 |
* | [OpenMP] Use the OpenMP-IR-Builder | Johannes Doerfert | 2019-12-11 | 1 | -0/+1 |
* | [DWARF5][SplitDwarf] Set default state for -fsplit-dwarf-inlining to be false. | Alexey Lapshin | 2019-12-11 | 1 | -1/+1 |
* | [Remarks][Driver] Error on -foptimization-record-file with multiple -arch opt... | Francis Visoiu Mistrih | 2019-12-09 | 1 | -79/+128 |
* | [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs. | Puyan Lotfi | 2019-12-09 | 1 | -2/+10 |
* | clang/AMDGPU: Fix default for frame-pointer attribute | Matt Arsenault | 2019-12-07 | 1 | -0/+2 |
* | Also check /Fo when deciding on the .gcna / .gcda filename (PR44208) | Hans Wennborg | 2019-12-05 | 1 | -1/+3 |
* | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-05 | 1 | -9/+196 |
* | Revert " Reapply af57dbf12e54 "Add support for options -frounding-math... | Melanie Blower | 2019-12-04 | 1 | -196/+9 |
* | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-04 | 1 | -9/+196 |
* | [Clang] Bypass distro detection on non-Linux hosts | Alexandre Ganea | 2019-11-28 | 1 | -1/+1 |
* | [ConstExprPreter] Removed the flag forcing the use of the interpreter | Nandor Licker | 2019-11-27 | 1 | -3/+0 |
* | Initial implementation of -fmacro-prefix-map and -ffile-prefix-map | Dan McGregor | 2019-11-26 | 1 | -2/+21 |
* | Reland: [Remarks][Driver] Use different remark files when targeting multiple ... | Francis Visoiu Mistrih | 2019-11-18 | 1 | -0/+19 |
* | Revert "[Remarks][Driver] Use different remark files when targeting multiple ... | Reid Kleckner | 2019-11-18 | 1 | -18/+0 |
* | Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ... | Eric Christopher | 2019-11-18 | 1 | -194/+9 |
* | [Remarks][Driver] Use different remark files when targeting multiple architec... | Francis Visoiu Mistrih | 2019-11-18 | 1 | -0/+18 |
* | Implement target(branch-protection) attribute for AArch64 | Momchil Velikov | 2019-11-15 | 1 | -53/+10 |
* | AArch64: add arm64_32 support to Clang. | Tim Northover | 2019-11-12 | 1 | -3/+8 |
* | Revert cdcf58e5af0 "[RISCV] enable LTO support, pass some options to linker." | Hans Wennborg | 2019-11-11 | 1 | -0/+89 |
* | [clang] Add -fdebug-default-version for specifying the default DWARF version | David Blaikie | 2019-11-07 | 1 | -1/+12 |
* | Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff... | Melanie Blower | 2019-11-07 | 1 | -9/+194 |
* | [Clang FE] Recognize -mnop-mcount CL option (SystemZ only). | Jonas Paulsson | 2019-11-05 | 1 | -0/+3 |