index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetLoweringObjectFile.h
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-03-25
Prune some includes and forward declarations.
Craig Topper
2012-02-15
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-14
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-06-23
Use the presence of the __compact_unwind section to indicate that a target
Bill Wendling
2011-06-22
Add a flag that indicates whether a target supports compact unwind info or not.
Bill Wendling
2011-06-22
Add a __LD,__compact_unwind section.
Bill Wendling
2011-05-27
Add a parameter to the Win64 EH section getters to get a section with a
Charles Davis
2011-05-20
Add .pdata and .xdata sections to the COFF TLOF implementation.
Charles Davis
2011-05-05
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-01
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-04-27
Remove unnecessary argument.
Rafael Espindola
2011-04-27
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-20
Remove unused arguments.
Rafael Espindola
2011-04-16
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-01-23
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2010-09-27
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-05-22
Add a new section and accessor for TLS data.
Eric Christopher
2010-03-11
fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference
Chris Lattner
2010-03-11
rename getSymbolForDwarf* to getExprForDwarf* since it returns
Chris Lattner
2010-03-10
move three lowering hooks from MAI to TLOF and make one of them
Chris Lattner
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-01-19
stop using the .lcomm pseudoop on darwin, instead, directly use the
Chris Lattner
2010-01-19
use BSSLocal classifier to identify 'lcomm' data instead of
Chris Lattner
2010-01-19
change an accessor to a predicate.
Chris Lattner
2010-01-19
Cleanup handling of .zerofill on darwin:
Chris Lattner
2010-01-13
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-09-30
Use OutStreamer.SwitchSection instead of writing out textual section directives.
Bob Wilson
2009-09-17
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
Chris Lattner
2009-09-16
Big change #1 for personality function references:
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-13
Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
Bruno Cardoso Lopes
2009-08-13
Add a method to return BSSSection from TargetLoweringObjectFile
Bruno Cardoso Lopes
2009-08-13
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-13
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...
Chris Lattner
2009-08-13
reject invalid code like:
Chris Lattner
2009-08-12
implement support for uniquing MachO sections.
Chris Lattner
2009-08-12
reduce #includage
Chris Lattner
2009-08-10
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-08
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
Chris Lattner
2009-08-08
now that getOrCreateSection is all object-file specific,
Chris Lattner
[next]