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
/
DarwinTargetAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2009-01-27
Treat [1 x i8] zeroinitializer as a C string, placing such stuff into
Anton Korobeynikov
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-05
squash warnings.
Devang Patel
2008-11-03
Refactor various TargetAsmInfo subclasses' TargetMachine members away
Dan Gohman
2008-10-08
(re)Put const weak strings in appropriate section on Darwin.
Dale Johannesen
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-24
Get rid of ReadOnlySection duplicate
Anton Korobeynikov
2008-09-24
Use named sections, where they should be
Anton Korobeynikov
2008-09-24
Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
Anton Korobeynikov
2008-09-24
Cleanup
Anton Korobeynikov
2008-09-24
Cleanup, no functionality change
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
Move the uglier parts of deciding not to emit a
Dale Johannesen
2008-08-08
Undo most of r54519.
Evan Cheng
2008-08-08
It's not legal to output a GV in a coalesced section if it's used in an ARM P...
Evan Cheng
2008-08-07
Add hook for constant pool section selection for darwin.
Anton Korobeynikov
2008-07-19
Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
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-19
Add TargetAsmInfo stuff for all darwin-based targets
Anton Korobeynikov