index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
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
*
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
*
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-13
1
-2
/
+3
*
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...
Chris Lattner
2009-08-13
1
-1
/
+9
*
reject invalid code like:
Chris Lattner
2009-08-13
1
-3
/
+9
*
implement support for uniquing MachO sections.
Chris Lattner
2009-08-12
1
-8
/
+17
*
reduce #includage
Chris Lattner
2009-08-12
1
-5
/
+6
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
1
-3
/
+24
*
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
1
-22
/
+2
*
eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
Chris Lattner
2009-08-08
1
-3
/
+7
*
now that getOrCreateSection is all object-file specific,
Chris Lattner
2009-08-08
1
-13
/
+4
[next]