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
/
include
Age
Commit message (
Expand
)
Author
2010-04-06
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
Chris Lattner
2010-04-06
Avoid overflowing a signed integer which triggers undefined behaviour.
Jakob Stoklund Olesen
2010-04-06
propagate cookie management out one layer of function calls.
Chris Lattner
2010-04-06
Give MachineModuleInfo an actual Module*.
Chris Lattner
2010-04-06
give LLVMContext an inline asm diagnostic hook member.
Chris Lattner
2010-04-06
give the SourceMgr object a cookie.
Chris Lattner
2010-04-06
Give llvm::SourceMgr the ability to have a client-specified
Chris Lattner
2010-04-05
Remove MaybeOwningPtr. We're going to use reference-counting instead.
Douglas Gregor
2010-04-05
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-04-05
add a comment.
Chris Lattner
2010-04-05
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
Introduce MaybeOwningPtr, a smart pointer that may (or may not) have
Douglas Gregor
2010-04-05
Add an isReachableFromEntry to MachineDominators, following the one
Dan Gohman
2010-04-05
trim some prototypes.
Chris Lattner
2010-04-05
remove the now-redundant MMI pointer in SelectionDAG.
Chris Lattner
2010-04-05
remove some redundant MMI arguments.
Chris Lattner
2010-04-05
unthread MMI from FastISel
Chris Lattner
2010-04-05
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-04-05
prune #includes.
Chris Lattner
2010-04-05
finally blast DwarfWriter away.
Chris Lattner
2010-04-05
change AsmPrinter to use DwarfDebug/DwarfException directly
Chris Lattner
2010-04-05
trim some spurious references to DwarfWriter. SDIsel really doesn't
Chris Lattner
2010-04-05
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
selection dag doesn't need DwarfWriter, remove some tendrils.
Chris Lattner
2010-04-05
fastisel doesn't need DwarfWriter, remove some tendricles.
Chris Lattner
2010-04-05
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-04
Move EmitFrameMoves into AsmPrinter.
Chris Lattner
2010-04-04
missed a header :(
Chris Lattner
2010-04-04
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
isAbsoluteEHSectionOffsets always returns false, eliminate it
Chris Lattner
2010-04-04
move some more stuff to asmprinter.
Chris Lattner
2010-04-04
simplify some code.
Chris Lattner
2010-04-04
move gettemplabel and getdwlabel to AsmPrinter and rename
Chris Lattner
2010-04-04
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
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
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
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
Switch SSEDomainFix to SpecificBumpPtrAllocator.
Jakob Stoklund Olesen
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
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
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
[next]