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
/
CodeGen
/
TargetLoweringObjectFileImpl.h
Age
Commit message (
Expand
)
Author
2013-04-25
[mc-coff] Forward Linker Option flags into the .drectve section
Reid Kleckner
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-14
Fix comment
Anton Korobeynikov
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-06-19
Move the support for using .init_array from ARM to the generic
Rafael Espindola
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-07-13
Fix up TargetLoweringObjectFile ctors to properly initialize fields.
Evan Cheng
2011-05-27
Add the suffix to the Win64 EH data sections' names if given. Add a test for
Charles Davis
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-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-16
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-01-23
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2010-08-30
nuke dead ivar which was supposed to be committed with r112496
Chris Lattner
2010-05-17
More data/parsing support for tls directives. Add a few more testcases
Eric Christopher
2010-05-17
Add some section and constant support for darwin TLS.
Eric Christopher
2010-05-07
switch MCSectionCOFF from a syntactic to semantic representation,
Chris Lattner
2010-04-08
delete a forwarding function.
Chris Lattner
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-08
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-03-11
rename getSymbolForDwarf* to getExprForDwarf* since it returns
Chris Lattner
2010-02-21
It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...
Anton Korobeynikov
2010-02-19
Revert Anton's most recent EH patch (r96637), since it breaks a lot of
Bob Wilson
2010-02-19
Use the same encoding for EH stuff uniformly on all MachO targets.
Anton Korobeynikov
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov