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
/
lib
/
Target
/
X86
/
X86TargetAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2009-06-18
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
2009-04-13
Reapply 68847.
Devang Patel
2009-04-11
Revert r68847. It breaks the build on non-Darwin targets, with this message
Dan Gohman
2009-04-11
Keep track of inlined functions and their locations. This information is coll...
Devang Patel
2009-03-30
Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...
Anton Korobeynikov
2009-03-30
Add data.rel stuff
Anton Korobeynikov
2009-03-17
Recognize bswapl as bswap too.
Dan Gohman
2009-03-17
Recognize "bswapq" as an alternate spelling for the bswap instruction.
Dan Gohman
2009-01-21
Recognize inline asm for bswap on x86-64 GLIBC. This allows it
Dan Gohman
2009-01-05
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
squash warnings.
Devang Patel
2008-12-29
Linux wants the FDE initial location and address range to be forced to 32-bit.
Bill Wendling
2008-12-24
Darwin likes for the EH frame to be non-local.
Bill Wendling
2008-12-24
GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure
Bill Wendling
2008-12-19
Fix bug 3202.
Rafael Espindola
2008-12-03
Fix bug 3140.
Rafael Espindola
2008-11-03
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-10-05
Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...
Anton Korobeynikov
2008-09-25
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-24
Minor cleanup
Anton Korobeynikov
2008-09-24
Use crazy template-based inheritance instead of virtual one.
Anton Korobeynikov
2008-09-24
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-09
Fix logic for not emitting no-dead-strip for some
Dale Johannesen
2008-09-08
Reapply 55901: Drop unused variable
Anton Korobeynikov
2008-09-08
Reapply 55900: We do support EH on x86-64!
Anton Korobeynikov
2008-09-08
Reverting r55898 to r55909. One of these patches was causing an ICE during th...
Bill Wendling
2008-09-08
Drop unused variable
Anton Korobeynikov
2008-09-08
We do support EH on x86-64!
Anton Korobeynikov
2008-08-16
Reduce heap trashing due to std::string construction / concatenation via cach...
Anton Korobeynikov
2008-08-08
Generalize
Anton Korobeynikov
2008-07-19
Fix a FIXME :)
Anton Korobeynikov
2008-07-19
Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code
Anton Korobeynikov
2008-07-09
Remove a FIXME: we really need to use const_data section on darwin for
Anton Korobeynikov
2008-07-09
Add FIXME for future checking.
Anton Korobeynikov
2008-07-09
Add missed section
Anton Korobeynikov
2008-07-09
Distinguish .const and .const_data on Darwin, when needed. This is somehow cr...
Anton Korobeynikov
2008-07-09
Weak stuff always goes to coalesced sections on Darwin
Anton Korobeynikov
2008-07-09
Add FIXME needed to be resolved later
Anton Korobeynikov
2008-07-09
Typo
Anton Korobeynikov
2008-07-09
First sketch of special section objects
Anton Korobeynikov
2008-07-09
Honour text sections
Anton Korobeynikov
2008-07-09
Use isWeakForLinker() hook
Anton Korobeynikov
2008-07-09
Another bunch of hacks for named sections support
Anton Korobeynikov
2008-07-09
Typo
Anton Korobeynikov
[prev]
[next]