index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetLoweringObjectFile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-3
/
+20
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-8
/
+25
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-2
/
+3
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-4
/
+2
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-9
/
+10
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-64
/
+75
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
1
-0
/
+4
*
[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
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
1
-6
/
+7
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-4
/
+5
*
Prune some includes and forward declarations.
Craig Topper
2012-03-25
1
-4
/
+0
*
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-15
1
-3
/
+6
*
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-14
1
-4
/
+8
*
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
1
-1
/
+12
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
1
-5
/
+0
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-114
/
+5
*
Use the presence of the __compact_unwind section to indicate that a target
Bill Wendling
2011-06-23
1
-7
/
+0
*
Add a flag that indicates whether a target supports compact unwind info or not.
Bill Wendling
2011-06-22
1
-2
/
+8
*
Add a __LD,__compact_unwind section.
Bill Wendling
2011-06-22
1
-0
/
+6
*
Add a parameter to the Win64 EH section getters to get a section with a
Charles Davis
2011-05-27
1
-2
/
+2
*
Add .pdata and .xdata sections to the COFF TLOF implementation.
Charles Davis
2011-05-20
1
-0
/
+2
*
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-05
1
-7
/
+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
-2
/
+2
*
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-27
1
-1
/
+5
*
Remove unused arguments.
Rafael Espindola
2011-04-20
1
-2
/
+1
*
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-04-16
1
-0
/
+4
*
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-23
1
-5
/
+1
*
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-27
1
-0
/
+9
*
Add a new section and accessor for TLS data.
Eric Christopher
2010-05-22
1
-0
/
+7
*
fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference
Chris Lattner
2010-03-11
1
-2
/
+2
*
rename getSymbolForDwarf* to getExprForDwarf* since it returns
Chris Lattner
2010-03-11
1
-8
/
+12
*
move three lowering hooks from MAI to TLOF and make one of them
Chris Lattner
2010-03-10
1
-1
/
+22
*
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
1
-168
/
+0
*
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-15
1
-17
/
+25
*
stop using the .lcomm pseudoop on darwin, instead, directly use the
Chris Lattner
2010-01-19
1
-0
/
+1
*
use BSSLocal classifier to identify 'lcomm' data instead of
Chris Lattner
2010-01-19
1
-6
/
+0
*
change an accessor to a predicate.
Chris Lattner
2010-01-19
1
-2
/
+2
*
Cleanup handling of .zerofill on darwin:
Chris Lattner
2010-01-19
1
-0
/
+7
*
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2010-01-13
1
-1
/
+1
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-5
/
+5
*
Use OutStreamer.SwitchSection instead of writing out textual section directives.
Bob Wilson
2009-09-30
1
-1
/
+7
*
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
Chris Lattner
2009-09-17
1
-2
/
+5
*
Big change #1 for personality function references:
Chris Lattner
2009-09-16
1
-0
/
+23
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-1
/
+1
*
Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
Bruno Cardoso Lopes
2009-08-13
1
-6
/
+1
*
Add a method to return BSSSection from TargetLoweringObjectFile
Bruno Cardoso Lopes
2009-08-13
1
-0
/
+1
[next]