Introduce a pointertracking pass.
[oota-llvm.git] / include /
2009-07-14 Torok EdwinIntroduce a pointertracking pass.
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .desc directive.
2009-07-14 Dan GohmanLLVM doesn't use libelf. Remove libelf configurey.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-14 Daniel DunbarProfileInfo interface tweaks.
2009-07-14 Chris Lattnerremove renamed method.
2009-07-14 Bob WilsonRemove some tabs and fix other whitespace. No function...
2009-07-14 Bob WilsonFix a comment.
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Lang HamesNew VNInfo alignment patch by Ryan Flynn.
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Lang HamesUnbroke LiveInterval.
2009-07-14 Lang HamesTidy up VNInfo alignment code. Patch contributed by...
2009-07-14 Dan GohmanIntroduce a new LoopInfo utility function makeLoopInvar...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-14 Bob WilsonRevert 75308.
2009-07-14 Eli FriedmanFix obvious typo.
2009-07-14 Chris Lattnerrename Memo/Count to AnonGlobalIDs/NextAnonGlobalID...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Chris Lattnerremove Mangler::getTypeID and related data, it was...
2009-07-13 Chris Lattnerremove mangler support for mangling local names. Mangl...
2009-07-13 Owen AndersonMove a bit more functionality to LLVMContext, which...
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Dan GohmanForward-declare Loop and LoopInfo instead of #including...
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Dan GohmanMove isLCSSAForm, isLoopInvariant, getCanonicalInductio...
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 Dan GohmanReapply 75252, with a fix to avoid the infinite recursi...
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Dan GohmanConvert SCEV from FoldingSetNode to FastFoldingSetNode...
2009-07-13 Dan GohmanDelete a spurious const.
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-13 Chris LattnerAdd NetBSD to the Triple class, patch by Krister Walfri...
2009-07-13 Dan GohmanAdd an optional optimization to FoldingSet to allow...
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-12 Torok EdwinMention that llvm_report_error() does not return.
2009-07-12 Jakob Stoklund OlesenAdd CCIfSRet calling convention predicate.
2009-07-12 Nick LewyckyMake this clearer for the mathematically inclined....
2009-07-11 Nick LewyckyRevert r75252 which was causing some crashes at compile...
2009-07-11 Torok EdwinFix comment.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Nick LewyckyClarify and simplify.
2009-07-11 Nick LewyckyMove a method that creates constant ranges relative...
2009-07-10 Bob WilsonAdd new vector types for 192-bit, 348-bit and 512-bit...
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
2009-07-10 David GreeneMake changes suggested by Chris and eliminate newly...
2009-07-10 Jeffrey YasskinRegenerate configure after r75279.
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-07-10 Dan GohmanRemove ScalarEvolution::hasSCEV, which isn't being...
2009-07-10 Evan ChengRemove TargetInstrInfo::CommuteChangesDestination and...
2009-07-10 Owen AndersonFix unit tests.
2009-07-10 Chris Lattneradd missing *, patch by Peter O'Gorman!
2009-07-10 Owen AndersonPush LLVMContext through the TypeBuilder API. There...
2009-07-10 Owen AndersonPush LLVMContext through the PatternMatch API.
2009-07-10 Dan GohmanGeneralize ScalarEvolution's cast-folding code to suppo...
2009-07-10 Evan Cheng80 col violation.
2009-07-10 Owen AndersonFinish pushing LLVMContext through the IRBuilder/Consta...
2009-07-10 David GreeneFix #include specification.
2009-07-10 Ted KremenekImmutableMap/ImmutableSet: Allow caching of ImutAVLTree...
2009-07-09 David GreeneRedesign this to avoid standard stream classes. This...
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-09 David GreeneAdd some hooks that a redesigned AsmStream needs to...
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Andreas BolkaFix typo, trailing whitespace.
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-07-09 Eli FriedmanMake EXTRACT_VECTOR_ELT a bit more flexible in terms...
2009-07-09 Owen AndersonAs Chris pointed out, we don't actually need to pass...
2009-07-09 Chris Lattnerback out r75156 for now.
2009-07-09 Owen AndersonA little bit more LLVMContextification.
2009-07-09 Ted KremenekImmutableSet/ImmutableMap: Allow caching of null digest...
2009-07-09 David GreeneAdd some classes to produce pretty-printed asm. We...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-09 Alisdair MeredithResolve undefined behaviour when ManagedStatic is insta...
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-09 Nick LewyckyForgot a couple files when adding the -ssi-everything...
2009-07-09 Sanjiv GuptaAdd a -t="dir" option to the driver. This can be used...
2009-07-09 Evan ChengTargets sometimes assign fixed stack object to spill...
2009-07-09 Chris Lattneradd default ctor.
2009-07-09 Chris Lattneradd missing predicate.
2009-07-09 Lang HamesImproved tracking of value number kills. VN kills are...
2009-07-09 Jeffrey YasskinWork around an ICE in gcc-4.2.4.
2009-07-08 Douglas GregorMake SmallPtrSet iterators real iterators
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-08 David GreeneReformat.
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Dan GohmanMake the code that updates ScalarEvolution's internal...
next