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
2010-04-04
more interface cleanup make some helpers static functions.
Chris Lattner
2010-04-04
clean up the asmprinter header and privatize some stuff.
Chris Lattner
2010-04-04
use stringref instead of strtol to avoid errno gymnastics.
Chris Lattner
2010-04-04
split inline asm support out to its own .cpp file.
Chris Lattner
2010-04-04
inline processDebugLoc and simplify it.
Chris Lattner
2010-04-04
minor tidying.
Chris Lattner
2010-04-04
clean up the asmprinter interface a bit, rename a few
Chris Lattner
2010-04-04
remove TargetMachine.h #include, also, TRI isn't used frequently
Chris Lattner
2010-04-04
lazily allocate the GCMetadataPrinters map and remove DenseMap
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
now that all operand printing happens to specified streams, we can
Chris Lattner
2010-04-04
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-04-04
mcize the gc metadata printing stuff.
Chris Lattner
2010-04-04
use EmitRawText instead of O in DwarfPrinter.
Chris Lattner
2010-04-04
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
change this back too
Chris Lattner
2010-04-04
check in what I tested. :(
Chris Lattner
2010-04-04
MMI is always available, rename O -> OS in printInlineAsm.
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-03
asmstreamerize the .size directive for function bodies, force clients
Chris Lattner
2010-04-03
emit the cygwin stub thing through mcstreamer.
Chris Lattner
2010-04-03
add a twine form of MCStreamer::EmitRawText, and mc'ize
Chris Lattner
2010-04-03
start moving towards emitting inline asm statements with
Chris Lattner
2010-04-03
add a new EmitInlineAsm function to asmprinter to handle inline asm.
Chris Lattner
2010-04-03
mc'ize comment printing around file scope inline asm.
Chris Lattner
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-01
Revert r100117.
Devang Patel
2010-04-01
Do not eagerly record known previous location. DBG_VALUE may not cause a new ...
Devang Patel
2010-04-01
Skip instructions until new scope is seen.
Devang Patel
2010-04-01
Cosmetic changes.
Devang Patel
2010-03-31
Reverting 100048; it broke two Frontend debug info tests.
Stuart Hastings
2010-03-31
Debug info can now properly represent functions inside classes inside other f...
Stuart Hastings
2010-03-31
Reduce string trashing.
Benjamin Kramer
2010-03-31
DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
Benjamin Kramer
2010-03-31
reduce indentation
Chris Lattner
2010-03-31
tidy up
Chris Lattner
2010-03-31
MI != 0 is checked in the assert right above this.
Chris Lattner
2010-03-31
use the isDebugValue() predicate and pop_back_val()
Chris Lattner
2010-03-31
assert is a function-like macro, not a control flow operator.
Chris Lattner
2010-03-31
add new apis for getting/setting !dbg metadata on
Chris Lattner
2010-03-30
Ignore invalid metadata.
Devang Patel
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
There is no need to fall through after processing DBG_VALUE machine instruction.
Devang Patel
2010-03-29
Encode start location of debug value, communicated through DBG_VALUE machine ...
Devang Patel
2010-03-29
use RAII for ExceptionTimer too
Chris Lattner
2010-03-29
fix a variety of issues were we'd start DebugTimer but
Chris Lattner
2010-03-29
Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...
Devang Patel
2010-03-28
Revert 99772.
Devang Patel
2010-03-28
Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.
Devang Patel
2010-03-25
Add comment.
Devang Patel
[prev]
[next]