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
/
Target
/
TargetLoweringObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't pass the code model to MC
Rafael Espindola
2017-08-02
1
-2
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Add support for #pragma clang section
Javed Absar
2017-06-05
1
-0
/
+14
*
Remove unnecessary conditions as suggested by clang-tidy. NFC
Gabor Horvath
2017-05-01
1
-1
/
+1
*
[TargetLowering] Simplfiy a bit. NFCI.
Davide Italiano
2017-01-14
1
-4
/
+1
*
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
Tim Northover
2016-11-22
1
-2
/
+2
*
Target: Change various section classifiers in TargetLoweringObjectFile to tak...
Peter Collingbourne
2016-10-24
1
-8
/
+9
*
Trying to fix Mangler memory leak in TargetLoweringObjectFile.
Eric Liu
2016-09-16
1
-0
/
+2
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-19
/
+16
*
[ARM] Add support for embedded position-independent code
Oliver Stannard
2016-08-08
1
-6
/
+7
*
Use isPositionIndependent(). NFC.
Rafael Espindola
2016-06-28
1
-2
/
+1
*
Simplify. NFC.
Rafael Espindola
2016-06-24
1
-10
/
+1
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-1
/
+2
*
[X86] Create mergeable constant pool entries for AVX
David Majnemer
2016-02-22
1
-0
/
+1
*
[X86] Use the correct alignment for COMDAT constant pool entries
David Majnemer
2016-02-21
1
-2
/
+5
*
Stop producing .data.rel sections.
Rafael Espindola
2015-11-18
1
-3
/
+3
*
Drop prelink support.
Rafael Espindola
2015-11-17
1
-25
/
+5
*
CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.
Peter Collingbourne
2015-11-03
1
-3
/
+3
*
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
Mehdi Amini
2015-07-16
1
-8
/
+7
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...
Daniel Sanders
2015-06-16
1
-2
/
+2
*
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...
Daniel Sanders
2015-06-15
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
Daniel Sanders
2015-06-15
1
-2
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-4
/
+4
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-11
/
+11
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
COFF: Let globals with private linkage reside in their own section
David Majnemer
2015-03-17
1
-0
/
+6
*
Revert "COFF: Let globals with private linkage reside in their own section"
David Majnemer
2015-03-17
1
-6
/
+0
*
COFF: Let globals with private linkage reside in their own section
David Majnemer
2015-03-17
1
-0
/
+6
*
Add r228939 back with a fix.
Rafael Espindola
2015-02-17
1
-0
/
+18
*
Revert "On ELF, put PIC jump tables in a non executable section."
Matthias Braun
2015-02-14
1
-18
/
+0
*
On ELF, put PIC jump tables in a non executable section.
Rafael Espindola
2015-02-12
1
-0
/
+18
*
Put each jump table in an independent section if the function is too.
Rafael Espindola
2015-02-12
1
-0
/
+5
*
Remove MergeableConst.
Rafael Espindola
2015-01-29
1
-1
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-3
/
+2
*
Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
2015-01-09
1
-6
/
+0
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
1
-0
/
+6
*
Refactor duplicated code.
Rafael Espindola
2014-12-29
1
-6
/
+0
*
Remove a bit of dead code.
Rafael Espindola
2014-11-12
1
-19
/
+0
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+4
*
CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
David Majnemer
2014-07-14
1
-1
/
+2
*
Target: Replace getSection().empty() with hasSection()
David Majnemer
2014-05-17
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
Target: whitespace
Saleem Abdulrasool
2014-04-16
1
-1
/
+1
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
1
-4
/
+3
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-17
/
+16
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-16
/
+17
[next]