oota-llvm.git
2009-07-30 Daniel DunbarSwitch obvious clients to Twine instead of utostr ...
2009-07-30 Sanjiv GuptaKeep track of references to mem(cpy,move,set) and then...
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-30 Andreas BolkaEqual SCEVs of a subscript give rise to dependence.
2009-07-30 Daniel DunbarDisable the NamedMDNodeTest, it is failing everywhere.
2009-07-30 Nate BegemanTypo
2009-07-30 Dan GohmanAdd a new register class to describe operands that...
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-30 Devang PatelCheck null NameMDNode elements.
2009-07-30 Dan GohmanEliminate a bunch of redundant tables.
2009-07-30 Bob WilsonLower a 128-bit BUILD_VECTOR with 2 elements to a pair...
2009-07-30 Dan GohmanUse array_endof instead of doing it manually.
2009-07-30 Devang PatelAdd NamedMDNode test.
2009-07-30 Devang Patelprint single NamedMDNode.
2009-07-29 Evan Chengtbb / tbh instructions only branch forward, not backwards.
2009-07-29 Evan ChengAdd VFP3 D registers to the DPR register class.
2009-07-29 Nicolas GeoffrayIn TrimAllocationToSize, if a block is below the minimu...
2009-07-29 Douglas GregorEliminate a few unused-variable warnings
2009-07-29 Devang PatelRead and write NamedMDNode.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Devang PatelPrint named metadata.
2009-07-29 Daniel DunbarFix PR4645 which was fallout from the fix for PR4641.
2009-07-29 Devang PatelThere is no need to keep name ref in NamedMDNode.
2009-07-29 Chris Lattnerinline the global 'getInstrOperandRegClass' function...
2009-07-29 Evan ChengMake sure Thumb2 uses the right call instructions.
2009-07-29 Bill WendlingForgot to output the base offset.
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris Lattnermake ptr_rc derive from a new PointerLikeRegClass tblge...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-29 Evan Cheng- Fix an obvious copy and paste error.
2009-07-29 David GreeneRe-enable comment and operand padding.
2009-07-29 Benjamin KramerUpdate unittest for LLVM API change.
2009-07-29 Benjamin KramerRemove now unused Context variables.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 Douglas GregorFix a typo, and all of its copies
2009-07-29 Douglas GregorImplement PointerUnion4.
2009-07-29 Devang PatelRefactor. Fix indentation.
2009-07-29 Eric ChristopherAdd llvm_unreachable for ... unreachable code!
2009-07-29 Evan Chengxfail for now.
2009-07-29 Daniel DunbarPerform simplification noticed by Reid.
2009-07-29 Devang PatelKeep track of named mdnodes in a Module using an ilist.
2009-07-29 Benjamin Kramerfix unittest on platforms with unsigned chars (e.g...
2009-07-29 Daniel DunbarAdd missing include.
2009-07-29 Bob WilsonChange Neon VLDn intrinsics to return multiple values...
2009-07-29 Bob WilsonFix the verifier to handle intrinsics with LLVMMatchTyp...
2009-07-29 Bob WilsonFix an assumption that there is a single return value...
2009-07-29 David GreeneRe-apply previous changes and improve column padding...
2009-07-29 Dan GohmanAdd one-past-the-end language to the inbounds keyword.
2009-07-29 Dan GohmanMinor code simplification.
2009-07-29 Devang PatelFix comment.
2009-07-29 Devang Pateltrim include list.
2009-07-29 Benjamin KramerMSVC build fix. Patch by Olaf Krzikalla!
2009-07-29 Daniel DunbarTwines: Support numeric conversion directly (uitostr...
2009-07-29 Daniel Dunbarraw_ostream: Follow the 32-bit path when printing ...
2009-07-29 Chris Lattnersome wording changes.
2009-07-29 Chris Lattnermore syntactic cleanups.
2009-07-29 Chris Lattnerminor smallvector cleanups
2009-07-29 Chris Lattnerlink to a newer preso
2009-07-29 Nick LewyckyJust discard the output, no need to turn it back into...
2009-07-29 Chris Lattnerwhitespace cleanup.
2009-07-29 Andreas BolkaSkeleton for pairwise subscript testing.
2009-07-29 Chris Lattnerdon't dump .bc file to stdout, and simplify this to...
2009-07-29 Chris Lattnermingw uses .data and .text, not _data and _text.
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Nick LewyckyBulk erasing instructions without RAUWing them is unsaf...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Evan ChengRevert AsmWriterEmitter.cpp to 74742. The recent change...
2009-07-29 Chris Lattnerconstant prop a utostr.
2009-07-29 Chris Lattnerremove some completely wrong code. 1 is never < 16...
2009-07-29 Daniel DunbarRevert r77397, it causes significant regressions in...
2009-07-29 Evan ChengOptimize Thumb2 jumptable to use tbb / tbh when all...
2009-07-29 Eric ChristopherFix comment.
2009-07-29 Bill WendlingChange the "PreferredEHDataFormat" from "absptr" if...
2009-07-29 Eric ChristopherAdd a couple more tests for the ptest intrinsics to...
2009-07-29 Bill WendlingMove comment to above method.
2009-07-29 Devang PatelParse named metadata.
2009-07-29 Devang PatelAdd NamedMDNode.
2009-07-29 Bill Wendling- Temporarily unbreak the build by forcing the TType...
2009-07-29 Eric ChristopherAdd support for gcc __builtin_ia32_ptest{z,c,nzc} intri...
2009-07-29 Dan GohmanRemove another F_OK.
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-29 Andreas BolkaFix a few typos and add links.
2009-07-28 David GoodwinThumb-2: fix typo that caused incorrect stack eliminati...
2009-07-28 Bill WendlingCleanup code to use iterators instead of ".size()".
2009-07-28 Andreas BolkaSlightly reformat LDA tests to ease grepping.
2009-07-28 David GreeneImprove performance of PadToColumn by eliminating flushes.
2009-07-28 Dan GohmanOn "Unix", if Program::FindProgramByName is given a...
2009-07-28 David GreeneAdd some protected interfaces to allow subclass access...
2009-07-28 Bill WendlingDoxygenify comments.
2009-07-28 Bill WendlingSplit out large loop into it's very own method. No...
2009-07-28 Dan GohmanIt isn't necessary to use F_OK when using R_OK or similar.
2009-07-28 David GoodwinAdd a bugpoint flag to disable block extraction.
2009-07-28 Chris Lattnerdiscourage else after "noreturn" statements.
2009-07-28 Daniel DunbarUpdate CMakeLists
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Devang PatelClarify getName() comment.
2009-07-28 Bill WendlingOutput the EH TType format and base offset only if...
2009-07-28 Daniel DunbarMake expression parsing and error/warning reporting...
2009-07-28 Benjamin KramerFix a fixme; don't take binaries from the working direc...
2009-07-28 Devang PatelRemove unused method.
next