Added llvm-mc support for parsing the .abort directive.
[oota-llvm.git] / include /
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...
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-08 Chris Lattnerconvert comments to doxygen style
2009-07-08 Alisdair MeredithTrial first commit
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Owen AndersonLLVMContext-ification.
2009-07-07 Bob WilsonChange NEON vldN/vstN intrinsics to specify "N" as...
2009-07-07 Devang PatelDisable loop index split for now and let nightly tester...
2009-07-07 Dan GohmanFix a typo and a grammaro in a comment.
2009-07-07 Chris LattnerImplement parsing support for the .comm directive....
2009-07-07 Chris Lattnerfix a bug in post-order iterators with external storage...
2009-07-07 Chris Lattnerfix some type confusion in ReadVBR64: "Piece" should...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Chris Lattner"BinaryObject.h was implicitly converting between uint...
2009-07-07 Bill WendlingRemove unused parameter.
2009-07-07 Chris LattnerEliminate the static constructors and locks from Dynami...
2009-07-07 Chris Lattnerremove dead code, noone creates instances of "DynamicLi...
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-07-07 Owen AndersonRe-LLVMContext-ize DebugInfo, now with less breakage.
2009-07-07 Dan GohmanChange all SCEV* to SCEV *.
2009-07-07 Owen AndersonThis parameter should default to true, not false.
2009-07-07 Mikhail Glushenkovs/llvmc2/llvmc/
next