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
*
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
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-17
/
+16
*
Use a consistent argument order in TargetLoweringObjectFile.
Rafael Espindola
2014-02-09
1
-9
/
+8
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
1
-6
/
+6
*
Revert r199871 and replace it with a simple check in the debug info
Eric Christopher
2014-01-28
1
-4
/
+6
*
Add a variable to track whether or not we've used a unique section,
Eric Christopher
2014-01-23
1
-6
/
+4
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Don't assert with private type info variables.
Rafael Espindola
2014-01-07
1
-3
/
+0
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-2
/
+2
*
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
Rafael Espindola
2013-12-05
1
-2
/
+10
*
Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.
Rafael Espindola
2013-12-02
1
-0
/
+7
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
1
-2
/
+12
*
[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr
Ulrich Weigand
2013-07-02
1
-1
/
+1
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
1
-0
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
1
-12
/
+12
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Typo.
Eric Christopher
2012-05-05
1
-1
/
+1
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
1
-17
/
+0
*
C++, CBE, and TLOF support for ConstantDataSequential
Chris Lattner
2012-01-24
1
-5
/
+18
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-2
/
+0
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-3
/
+3
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
1
-18
/
+2
[next]