Tree @492acdd (Download .tar.gz)
- ..
- ADT
- Analysis
- AsmParser
- Bitcode
- CodeGen
- Config
- DebugInfo
- ExecutionEngine
- IR
- IRReader
- LibDriver
- LineEditor
- Linker
- LTO
- MC
- Object
- ObjectYAML
- Option
- Passes
- ProfileData
- Support
- TableGen
- Target
- Transforms
- CMakeLists.txt
- InitializePasses.h
- LinkAllIR.h
- LinkAllPasses.h
- module.modulemap
- module.modulemap.build
- Pass.h
- PassAnalysisSupport.h
- PassInfo.h
- PassRegistry.h
- PassSupport.h
History of include / llvm @492acdd450bcdf9837494d6da029ed064f14fc33
- Remove some unneeded headers and replace some headers with forward class declarations (NFC) Mehdi Amini 3 years ago
- ThinLTO: Move the ODR resolution to be based purely on the summary. Mehdi Amini 3 years ago
- ThinLTO: Make aliases explicit in the summary Mehdi Amini 3 years ago
- [DebugInfo] Correct the assertion introduced in r266509 + update test. Davide Italiano 3 years ago
- Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC" Duncan P. N. Exon Smith 3 years ago
- [DebugInfo] Reduce size of DILocalVariable from 40 to 32 bytes. Davide Italiano 3 years ago
- Revert "ValueMapper: Eliminate cross-file co-recursion, NFC" Duncan P. N. Exon Smith 3 years ago
- ValueMapper: Eliminate cross-file co-recursion, NFC Duncan P. N. Exon Smith 3 years ago
- Add some missing #includes, found by C++ modules selfhost. Richard Smith 3 years ago
- Make this header include the header it depends on, rather than trying to include itself. Found by C++ modules build. Richard Smith 3 years ago
- Don't skip splitSeparateComponents in eliminateDeadDefs for HoistSpillHelper::hoistAllSpills. Wei Mi 3 years ago
- Replace the use of MaxFunctionCount module flag Easwaran Raman 3 years ago
- [codeview] Dump char16_t and char32_t simple types Reid Kleckner 3 years ago
- [ParallelCG] Add a new splitCodeGen() API which takes a TargetMachineFactory. Davide Italiano 3 years ago
- [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. Adrian Prantl 3 years ago
- [MachineScheduler]Add support for store clustering Jun Bum Lim 3 years ago
- Add a setOperationPromotedToType convenience method that sets an operation to promoted and set the type in one call. Use it so save code in X86. Craig Topper 3 years ago
- Revert "[LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory." Davide Italiano 3 years ago
- [TTI] Add getInliningThresholdMultiplier. Justin Lebar 3 years ago
- [Speculation] Add a SpeculativeExecution mode where the pass does nothing unless TTI::hasBranchDivergence() is true. Justin Lebar 3 years ago
- [ParallelCG] Attempt to placate MSVC. Davide Italiano 3 years ago
- Option parser: class for consuming a joined arg in addition to all remaining args Hans Wennborg 3 years ago
- [LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory. Davide Italiano 3 years ago
- [AliasSetTracker] Correctly handle changing the size of an entry Michael Kuperstein 3 years ago
- Nuke getGlobalContext() from LLVM (but the C API) Mehdi Amini 3 years ago
- Remove every uses of getGlobalContext() in LLVM (but the C API) Mehdi Amini 3 years ago
- [ScheduleDAGInstrs] Re-factor for based on review feedback. NFC. Geoff Berry 3 years ago
- [ARM] Adding IEEE-754 SIMD detection to loop vectorizer Renato Golin 3 years ago
- Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h Reid Kleckner 3 years ago
- [GlobalISel] Move GISelAccessor class into public headers Tom Stellard 3 years ago