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
/
CodeGen
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2009-09-09
Small amount of code clean-up: Don't use ".size()" when not necessary.
Bill Wendling
2009-09-04
Ignore malformed global variable debug info.
Devang Patel
2009-09-01
reduce size of SmallString to something more reasonable
Jim Grosbach
2009-09-01
Use raw_ostream instead of sstream
Jim Grosbach
2009-09-01
revert inadvertant change from previous commit
Jim Grosbach
2009-09-01
Simply LSDA lable emission to use a direct special-case output instead of
Jim Grosbach
2009-09-01
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-08-31
Subprogram is a scope. Derive DISubprogram from DIScope.
Devang Patel
2009-08-31
Rename DIBlock as DILexicalBlock.
Devang Patel
2009-08-31
Add flag to mark structs for Apple Block "byref" variables; also add code to
Caroline Tice
2009-08-31
Simplify isDerivedType() and other predicate interface.
Devang Patel
2009-08-31
Output a hex value, because all of the others are hex.
Bill Wendling
2009-08-31
Revert commit 80428. It completely broke exception
Duncan Sands
2009-08-31
PR4747
Jim Grosbach
2009-08-30
Nuke moribund "std::string" version of EOL(..., Encoding).
Bill Wendling
2009-08-29
- Add target lowering methods to get the preferred format for the FDE and LSDA
Bill Wendling
2009-08-29
Add a form of EOL which emits the text version of a DWARF format encoding. This
Bill Wendling
2009-08-29
Make the augmentation size and next set of bytes agree on size,
Eric Christopher
2009-08-28
Reapply 79977.
Devang Patel
2009-08-28
Nuke trailing whitespace.
Eric Christopher
2009-08-27
Closure is a very generic name. Use AppleBlock instead.
Devang Patel
2009-08-27
Revert accidental commit.
Bill Wendling
2009-08-27
--- Reverse-merging r80147 into '.':
Bill Wendling
2009-08-26
If we're emitting additional CIEs due to personality functions
Eric Christopher
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
Devang Patel
2009-08-25
- Rename EmitCommonInformationEntry to EmitCIE.
Bill Wendling
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
- Emit new line after each FDE.
Bill Wendling
2009-08-25
Rename functions to something more descriptive. At the very least mention the
Bill Wendling
2009-08-24
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-23
convert the DIE printing stuff to use raw_ostream instead of std::ostream.
Chris Lattner
2009-08-23
random code cleanups.
Chris Lattner
2009-08-23
remove some random indentation stuff, yay for efficiency.
Chris Lattner
2009-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
Record variable debug info at ISel time directly.
Devang Patel
2009-08-20
Attempt to comment this code more.
Bill Wendling
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Add missing includes.
David Greene
2009-08-19
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
switch asmprinter to emit alignments through OutStreamer.
Chris Lattner
2009-08-19
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-18
Make various changes suggested by Chris.
David Greene
2009-08-18
fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections
Chris Lattner
2009-08-18
Make AsmStreamer maintain a notion of the current section, pushing it up from...
Chris Lattner
2009-08-18
add a horrible hack to the dwarf printer. It looks like mingw is not specifying
Chris Lattner
[prev]
[next]