index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
GCRootLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GC][NFC] Simplify code now that we only have one safepoint kind
Philip Reames
2018-11-12
1
-4
/
+2
*
[GC] Remove so called PreCall safepoints
Philip Reames
2018-11-12
1
-7
/
+2
*
[GC] Minor style modernization
Philip Reames
2018-11-12
1
-44
/
+43
*
[GCRoot] Remove some unneccessary complexity
Philip Reames
2018-11-11
1
-46
/
+33
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-2
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-2
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-4
/
+4
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...
Eduard Burtescu
2016-01-18
1
-2
/
+1
*
CodeGen: Remove a few more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-1
/
+1
*
Remove redundant TargetFrameLowering::getFrameIndexOffset virtual
James Y Knight
2015-08-15
1
-1
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
Teach gcroot how to handle dynamically realigned frames
Philip Reames
2015-04-02
1
-7
/
+10
*
Get the cached subtarget off the MachineFunction rather than
Eric Christopher
2015-02-20
1
-4
/
+2
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Remove gc.root's performCustomLowering
Philip Reames
2015-01-28
1
-27
/
+1
*
Revert GCStrategy ownership changes
Philip Reames
2015-01-26
1
-1
/
+1
*
clang-format all the GC related files (NFC)
Philip Reames
2015-01-16
1
-4
/
+0
*
Move ownership of GCStrategy objects to LLVMContext
Philip Reames
2015-01-16
1
-1
/
+2
*
Remove gc.root's findCustomSafePoints mechanism
Philip Reames
2015-01-16
1
-6
/
+9
*
Style cleanup of old gc.root lowering code
Philip Reames
2015-01-15
1
-46
/
+45
*
clang-format GCStrategy.cpp & GCRootLowering.cpp (NFC)
Philip Reames
2015-01-15
1
-88
/
+80
*
Split GCStrategy.cpp into two files (NFC)
Philip Reames
2015-01-15
1
-0
/
+388