| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MIR] Fix cyclic dependency of MIR formatter | Peng Guo | 2020-01-10 | 1 | -4/+1 |
| * | Revert "Revert "[MIR] Target specific MIR formating and parsing"" | Daniel Sanders | 2020-01-08 | 1 | -1/+4 |
| * | Revert "[MIR] Target specific MIR formating and parsing" | Nico Weber | 2020-01-08 | 1 | -4/+1 |
| * | [MIR] Target specific MIR formating and parsing | Peng Guo | 2020-01-08 | 1 | -1/+4 |
| * | Revert "[MIR] Target specific MIR formating and parsing" | Daniel Sanders | 2020-01-08 | 1 | -4/+1 |
| * | [MIR] Target specific MIR formating and parsing | Peng Guo | 2020-01-08 | 1 | -1/+4 |
| * | [MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocations | Fangrui Song | 2020-01-01 | 1 | -8/+7 |
| * | TargetMachine - fix uninitialized variable warning. NFCI. | Simon Pilgrim | 2019-11-02 | 1 | -2/+2 |
| * | [TargetMachine] Don't try to create COFFSTUB references on windows on non-COFF | Martin Storsjo | 2019-08-20 | 1 | -3/+5 |
| * | Don't update NoTrappingFPMath and FPDenormalMode in resetTargetOptions | Oliver Stannard | 2019-07-19 | 1 | -12/+0 |
| * | Implement call lowering without parameters on AIX | Jason Liu | 2019-05-24 | 1 | -0/+5 |
| * | [WebAssembly] Don't assume that strongly defined symbols are DSO-local | Sam Clegg | 2019-05-10 | 1 | -3/+3 |
| * | [COFF] Use COFF stubs for extern_weak functions | Reid Kleckner | 2019-05-07 | 1 | -0/+6 |
| * | [WebAssembly] Don't override default implementation of isOffsetFoldingLegal. ... | Sam Clegg | 2019-03-18 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Use unique_ptr to hold AsmInfo,MRI,MII,STI | Fangrui Song | 2018-09-25 | 1 | -6/+1 |
| * | [MinGW] Move code for indicating "potentially not DSO local" into shouldAssum... | Martin Storsjo | 2018-09-04 | 1 | -0/+9 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | Remove unneeded (& mislayered) include from TargetMachine.cpp on a CodeGen he... | David Blaikie | 2018-03-26 | 1 | -1/+0 |
| * | Move TargetLoweringObjectFile from CodeGen to Target to fix layering | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | Go back to sometimes assuming intristics are local. | Rafael Espindola | 2018-03-10 | 1 | -20/+25 |
| * | [TLS] use emulated TLS if the target supports only this mode | Chih-Hung Hsieh | 2018-02-28 | 1 | -0/+8 |
| * | Fix grammar. NFC. | Rafael Espindola | 2018-02-22 | 1 | -1/+1 |
| * | Bring back r323297. | Rafael Espindola | 2018-02-19 | 1 | -7/+14 |
| * | Revert "Don't assume a null GV is local for ELF and MachO." | Reid Kleckner | 2018-02-06 | 1 | -14/+7 |
| * | Don't assume a null GV is local for ELF and MachO. | Rafael Espindola | 2018-01-24 | 1 | -7/+14 |
| * | Use a got to access a hidden weak undefined on MachO. | Rafael Espindola | 2018-01-17 | 1 | -3/+1 |
| * | Make internal/private GVs implicitly dso_local. | Rafael Espindola | 2018-01-11 | 1 | -1/+1 |
| * | (Re-landing) Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-22 | 1 | -4/+9 |
| * | Revert "Expose a TargetMachine::getTargetTransformInfo function" | Sanjoy Das | 2017-12-21 | 1 | -9/+4 |
| * | Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-21 | 1 | -4/+9 |
| * | Remove redundant includes from lib/Target/*.cpp. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Attribute nonlazybind should not affect calls to functions with hidden visibi... | Sriraman Tallam | 2017-11-08 | 1 | -0/+7 |
| * | Move isDSOLocal check and add a comment. | Rafael Espindola | 2017-10-30 | 1 | -2/+12 |
| * | Handle undefined weak hidden symbols on all architectures. | Rafael Espindola | 2017-10-27 | 1 | -3/+11 |
| * | Represent runtime preemption in the IR. | Sean Fertile | 2017-10-26 | 1 | -1/+2 |
| * | Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" | Matthias Braun | 2017-10-12 | 1 | -0/+222 |
| * | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 1 | -222/+0 |
| * | IPRA: Allow target to enable IPRA by default | Matt Arsenault | 2017-08-14 | 1 | -6/+0 |
| * | D36604: PR34148: Do not assume we can use a copy relocation for an `external_... | Richard Smith | 2017-08-11 | 1 | -2/+3 |
| * | Revert "Feature generic option to setup start/stop-after/before" | Quentin Colombet | 2017-04-01 | 1 | -61/+0 |
| * | Feature generic option to setup start/stop-after/before | Quentin Colombet | 2017-04-01 | 1 | -0/+61 |
| * | Remove LessPreciseFPMADOption from TargetOptions along with all of the | Eric Christopher | 2017-03-17 | 1 | -1/+0 |
| * | Change debug-info-for-profiling from a TargetOption to a function attribute. | Dehao Chen | 2017-02-01 | 1 | -6/+0 |
| * | Use shouldAssumeDSOLocal in classifyGlobalReference. | Rafael Espindola | 2017-01-26 | 1 | -2/+5 |
| * | DAG: Recognize no-signed-zeros-fp-math attribute | Matt Arsenault | 2017-01-25 | 1 | -0/+1 |
| * | Add -debug-info-for-profiling to emit more debug info for sample pgo profile ... | Dehao Chen | 2017-01-19 | 1 | -0/+6 |
| * | Remove unused lambda captures. NFC | Malcolm Parsons | 2017-01-13 | 1 | -1/+1 |
| * | [TM] Restore default TargetOptions in TargetMachine::resetTargetOptions. | Justin Lebar | 2017-01-10 | 1 | -3/+6 |