index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetLoweringObjectFile.cpp
Age
Commit message (
Expand
)
Author
2010-09-27
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-06-18
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-03-17
fix GetOrCreateTemporarySymbol to require a name, clients
Chris Lattner
2010-03-12
finally give Mangler a getSymbol method, which returns an MCSymbol
Chris Lattner
2010-03-12
make TargetLoweringObjectFile::getExprForDwarfReference
Chris Lattner
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-03-10
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-02-16
Make error statement more personal.
Bill Wendling
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
Add suffix for stubs, so we won't have name clashes with private symbols.
Anton Korobeynikov
2010-02-15
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-01-22
Simplify some uses of str(n)cmp with StringRef.
Benjamin Kramer
2010-01-19
stop using the .lcomm pseudoop on darwin, instead, directly use the
Chris Lattner
2010-01-19
make TLOF subclassify BSS based on linkage type into private, external
Chris Lattner
2010-01-19
fix a significant difference between llvm and gcc on ELF systems:
Chris Lattner
2010-01-19
introduce a section kind for common linkage. Use this to slightly
Chris Lattner
2010-01-19
Cleanup handling of .zerofill on darwin:
Chris Lattner
2010-01-17
Get MCSymbol out of the mangling business, and move all the logic
Chris Lattner
2010-01-16
move the mangler into libtarget from vmcore.
Chris Lattner
2010-01-16
fix build failure.
Chris Lattner
2010-01-16
remove a couple of actively incorrect uses of getMangledName.
Chris Lattner
2010-01-13
fix ELF section mangling stuff for weak symbols to not use
Chris Lattner
2010-01-13
Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF::
Chris Lattner
2010-01-13
add a fixme, ELF MCSection isn't quite right and weak unnamed globals are broken
Chris Lattner
2010-01-13
eliminate some uses of Mangler::makeNameProper.
Chris Lattner
2010-01-13
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2010-01-07
We need to put any kind of data with a relocation into a
Eric Christopher
2009-11-19
Reverting the EH table patches.
Bill Wendling
2009-11-19
The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH
Bill Wendling
2009-11-18
Attempt #2:
Bill Wendling
2009-11-07
add some missing #includes
Chris Lattner
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-09-20
--- Reverse-merging r82282 into '.':
Bill Wendling
2009-09-20
Still one more thing wrong here...
Bill Wendling
2009-09-20
Here's fun! It turns out that these filter functions can be internal. If they're
Bill Wendling
2009-09-19
Revert r82274. It's causing failures in the CINT2006 benchmarks.
Bill Wendling
2009-09-18
It's inefficient to have place the exception tables (which contain the LSDA)
Bill Wendling
2009-09-17
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
Chris Lattner
2009-09-16
Big change #1 for personality function references:
Chris Lattner
2009-09-09
Provide proper section flags for various BSS flavours
Anton Korobeynikov
2009-09-09
Whitespace cleanup
Anton Korobeynikov
2009-08-26
Simplify.
Daniel Dunbar
2009-08-18
fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections
Chris Lattner
2009-08-18
Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...
Anton Korobeynikov
2009-08-17
Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...
Benjamin Kramer
2009-08-17
Update getSectionForConstant() to to allow mergable sections to be nulled out
Richard Osborne
2009-08-15
the .eh_frame sections we generate need to be writable (which
Chris Lattner
[next]