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
*
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
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-27
/
+8
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-3
/
+3
*
Fix up TargetLoweringObjectFile ctors to properly initialize fields.
Evan Cheng
2011-07-13
1
-26
/
+26
*
Use the presence of the __compact_unwind section to indicate that a target
Bill Wendling
2011-06-23
1
-1
/
+0
*
Add a flag that indicates whether a target supports compact unwind info or not.
Bill Wendling
2011-06-22
1
-0
/
+1
*
Add a __LD,__compact_unwind section.
Bill Wendling
2011-06-22
1
-0
/
+1
*
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-19
1
-2
/
+2
*
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-05
1
-1
/
+0
*
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
1
-1
/
+1
*
Remove unnecessary argument.
Rafael Espindola
2011-04-27
1
-1
/
+1
*
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-27
1
-5
/
+4
*
Remove unused arguments.
Rafael Espindola
2011-04-20
1
-3
/
+2
*
MSVC needs the return 0 to compile.
Francois Pichet
2011-04-16
1
-0
/
+1
[next]