.. |
AbstractCallSite.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
AsmWriter.cpp
|
114087caa6
[llvm] Migrate llvm::make_unique to std::make_unique
|
6 years ago |
AttributeImpl.h
|
e88e617b46
Extend function attributes bitset size from 64 to 96.
|
6 years ago |
Attributes.cpp
|
641658afc0
[LLVM][Alignment] Introduce Alignment In Attributes
|
6 years ago |
AttributesCompatFunc.td
|
37de9d09f1
Provide a way to specify inliner's attribute compatibility and merging.
|
9 years ago |
AutoUpgrade.cpp
|
79c995399f
Add AutoUpgrade function to add new address space datalayout string to existing datalayouts.
|
6 years ago |
BasicBlock.cpp
|
261aa93b1b
[NFC] BasicBlock: generalize replaceSuccessorsPhiUsesWith(), take Old bb
|
6 years ago |
CMakeLists.txt
|
1e8fce3e3d
Link libpthread into LLVMCore.so
|
6 years ago |
Comdat.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
ConstantFold.cpp
|
ed1ec3ab25
Add FNeg IR constant folding support
|
6 years ago |
ConstantFold.h
|
ed1ec3ab25
Add FNeg IR constant folding support
|
6 years ago |
ConstantRange.cpp
|
13a908d7ff
[ConstantRange] Add sdiv() support
|
6 years ago |
Constants.cpp
|
bce7b42941
[Constant] Add 'isElementWiseEqual()' method
|
6 years ago |
ConstantsContext.h
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Core.cpp
|
55fd6ec301
[LLVM-C] Fix ByVal Attribute crashing
|
6 years ago |
DIBuilder.cpp
|
8a67530447
Do a sweep of symbol internalization. NFC.
|
6 years ago |
DataLayout.cpp
|
55adf1757d
[LLVM][NFC] Removing unused functions
|
6 years ago |
DebugInfo.cpp
|
dd6f70daf6
[DebugInfo] Delete TypedDINodeRef
|
6 years ago |
DebugInfoMetadata.cpp
|
a782d2cb2d
Reland "[DwarfDebug] Dump call site debug info"
|
6 years ago |
DebugLoc.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
DiagnosticHandler.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
DiagnosticInfo.cpp
|
62e7ac6bbc
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM"
|
6 years ago |
DiagnosticPrinter.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Dominators.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Function.cpp
|
2033d5f034
[IntrinsicEmitter] Support scalable vectors in intrinsics
|
6 years ago |
GVMaterializer.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Globals.cpp
|
a6ccab4b7c
Use parenthses to silence warning.
|
6 years ago |
IRBuilder.cpp
|
cdca5bb4d5
Improve reduction intrinsics by overloading result value.
|
6 years ago |
IRPrintingPasses.cpp
|
da176cb964
[IRPrinting] Improve module pass printer to work better with -filter-print-funcs
|
6 years ago |
InlineAsm.cpp
|
48d00babac
[SVE][Inline-Asm] Add constraints for SVE predicate registers
|
6 years ago |
Instruction.cpp
|
303e799e01
Add a transform pass to make the executable semantics of poison explicit in the IR
|
6 years ago |
Instructions.cpp
|
8be236c9f9
Make SwitchInstProfUpdateWrapper strict permanently
|
6 years ago |
IntrinsicInst.cpp
|
dda5f16734
[FPEnv] Add fptosi and fptoui constrained intrinsics.
|
6 years ago |
LLVMBuild.txt
|
04dcbb5165
[Remarks] Add string deduplication using a string table
|
6 years ago |
LLVMContext.cpp
|
5ac26356b3
[IR] Consolidate fixed metadata kind definitions (NFC)
|
6 years ago |
LLVMContextImpl.cpp
|
114087caa6
[llvm] Migrate llvm::make_unique to std::make_unique
|
6 years ago |
LLVMContextImpl.h
|
6fea0a2262
Scalable Vector IR Type with further LTO fixes
|
6 years ago |
LegacyPassManager.cpp
|
c3f211d97b
Fix parameter name comments using clang-tidy. NFC.
|
6 years ago |
MDBuilder.cpp
|
62e7ac6bbc
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM"
|
6 years ago |
Mangler.cpp
|
93b27c50e8
Standardize on MSVC behavior for triples with no environment
|
6 years ago |
Metadata.cpp
|
46622a5909
Use llvm::stable_sort
|
6 years ago |
MetadataImpl.h
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Module.cpp
|
57c068763a
IR. Change strip* family of functions to not look through aliases.
|
6 years ago |
ModuleSummaryIndex.cpp
|
ce02804eb8
[ThinLTO] Attempt to recommit r365188 after alignment fix
|
6 years ago |
Operator.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
OptBisect.cpp
|
6392e9b493
Fix IR/Analysis layering issue with OptBisect
|
6 years ago |
Pass.cpp
|
d71ea05ab7
[IR] Refactor attribute methods in Function class (NFC)
|
6 years ago |
PassInstrumentation.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
PassManager.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
PassRegistry.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
PassTimingInfo.cpp
|
557f47440a
[Legacy][TimePasses] allow -time-passes reporting into a custom stream
|
6 years ago |
ProfileSummary.cpp
|
5af7fe31f4
[PGO] Context sensitive PGO (part 2)
|
6 years ago |
RemarkStreamer.cpp
|
f8806e59f5
[Remarks] Allow the RemarkStreamer to be used directly with a stream
|
6 years ago |
SafepointIRVerifier.cpp
|
129c32597b
SafepointIRVerifier port to new Pass Manager
|
6 years ago |
Statepoint.cpp
|
8677a19763
[CallSite removal] Migrate the statepoint GC infrastructure to use the
|
6 years ago |
SymbolTableListTraitsImpl.h
|
0bd2b61012
[ADT] Notify ilist traits about in-list transfers
|
6 years ago |
Type.cpp
|
6fea0a2262
Scalable Vector IR Type with further LTO fixes
|
6 years ago |
TypeFinder.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Use.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
User.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Value.cpp
|
57c068763a
IR. Change strip* family of functions to not look through aliases.
|
6 years ago |
ValueSymbolTable.cpp
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Verifier.cpp
|
cb7b458c96
Remove the obsolete BlockByRefStruct flag from LLVM IR
|
6 years ago |