James Y Knight
|
6c00b3f35f
[opaque pointer types] Pass value type to LoadInst creation.
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Philip Reames
|
4606305565
[GC][NFC] Simplify code now that we only have one safepoint kind
|
6 年之前 |
Philip Reames
|
b884de47c5
[GC] Remove so called PreCall safepoints
|
6 年之前 |
Philip Reames
|
78a558a8b0
[GC] Minor style modernization
|
6 年之前 |
Philip Reames
|
4708fedcc2
[GCRoot] Remove some unneccessary complexity
|
6 年之前 |
Fangrui Song
|
7d88286b7c
[CodeGen] Fix inconsistent declaration parameter name
|
7 年之前 |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 年之前 |
Michael Zolotukhin
|
41b2567ccb
Remove redundant includes from lib/CodeGen.
|
7 年之前 |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 年之前 |
David Blaikie
|
48319238e4
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
|
7 年之前 |
David Blaikie
|
803f827385
Move TargetFrameLowering.h to CodeGen where it's implemented
|
7 年之前 |
Mehdi Amini
|
67f335d992
Use StringRef in Pass/PassManager APIs (NFC)
|
9 年之前 |
Matthias Braun
|
f79c57a412
MachineFunction: Return reference for getFrameInfo(); NFC
|
9 年之前 |
Benjamin Kramer
|
af18e017d2
Pass DebugLoc and SDLoc by const ref.
|
9 年之前 |
Eduard Burtescu
|
be478bad80
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->getPointerElementType().
|
9 年之前 |
Duncan P. N. Exon Smith
|
030cf8e04e
CodeGen: Remove a few more ilist iterator implicit conversions, NFC
|
10 年之前 |
James Y Knight
|
276ea22dc9
Remove redundant TargetFrameLowering::getFrameIndexOffset virtual
|
10 年之前 |
Alexander Kornienko
|
cd52a7a381
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
10 年之前 |
Alexander Kornienko
|
cf0db29df2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 年之前 |
Pete Cooper
|
9584e07a9c
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
|
10 年之前 |
Jim Grosbach
|
19696daa21
MC: Clean up method names in MCContext.
|
10 年之前 |
Philip Reames
|
c47a3ae7d5
Teach gcroot how to handle dynamically realigned frames
|
10 年之前 |
Eric Christopher
|
6de800e056
Get the cached subtarget off the MachineFunction rather than
|
10 年之前 |
Chandler Carruth
|
02d6288667
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
|
10 年之前 |
Philip Reames
|
afe3498413
Remove gc.root's performCustomLowering
|
10 年之前 |
Philip Reames
|
2bdb23849b
Revert GCStrategy ownership changes
|
10 年之前 |
Philip Reames
|
999412767a
clang-format all the GC related files (NFC)
|
10 年之前 |
Philip Reames
|
07fbc5c1c6
Move ownership of GCStrategy objects to LLVMContext
|
10 年之前 |
Philip Reames
|
8a660bd822
Remove gc.root's findCustomSafePoints mechanism
|
10 年之前 |