oota-llvm.git
2009-07-31 Daniel DunbarNormalize target registration code.
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Chris Lattnerfix a bunch of failing tests now that MCContext::GetSec...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...
2009-07-31 Chris Lattnermove the sectionkind and section classes to TargetLower...
2009-07-31 Chris Lattnercreate sections with MCSection::Create instead of Conte...
2009-07-31 Chris Lattnerfix PR4650: we only track sizes for certain objects...
2009-07-31 Benjamin KramerWork around a dangling pointer dereference when enumera...
2009-07-31 Benjamin KramerFix a struct/class mismatch, to silence a MSVC warning.
2009-07-31 Sanjiv Guptadefine target names for std libcalls.
2009-07-31 Daniel DunbarAdd this test back, the check pattern was too strict.
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Daniel DunbarRemove this test while I figure out why it is failing.
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-31 Benjamin KramerFix cmake build.
2009-07-30 Devang PatelAdd getOrInsertNamedMetadata().
2009-07-30 Devang PatelAdd addElement().
2009-07-30 Evan ChengWhen fp is not eliminated, instructions with T2_i12...
2009-07-30 Lang HamesRemoved the BigBlock register allocator.
2009-07-30 Devang PatelDo not use abbrev while writing NamedMDNode name.
2009-07-30 Devang PatelEnumerate NamedMDNode elements first.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Devang PatelHandle NamedMDNode.
2009-07-30 David GoodwinRemove redundant match for frame index from imm8 addrmo...
2009-07-30 David GoodwinDarwin assembler now recognizes "orn", so remove workar...
2009-07-30 David GoodwinDarwin assembler now supports "rrx", so remove workaround.
2009-07-30 Daniel DunbarTwine: Directly support int, long, and long long types.
2009-07-30 Dan GohmanUse CallbackVH in AliasSetTracker to avoid getting...
2009-07-30 David GoodwinCleanup and include code selection for some frame index...
2009-07-30 Devang PatelStart using DebugInfoFinder.
2009-07-30 Devang PatelDo not use getNamedValue() to lookup NamedMDNode. Named...
2009-07-30 Devang PatelFix MetadataBase::classof().
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Daniel DunbarRemove unintended changes.
2009-07-30 Devang Patels/DebugInfoEnumerator/DebugInfoFinder/g
2009-07-30 Daniel DunbarAdd raw_ostream::write_hex
2009-07-30 Daniel DunbarRemove itohexstr, which only had one user.
2009-07-30 David GoodwinAdd missing D* register clobbers for Thumb-2 call.
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Devang Patelwalk DbgRegionStartInst and DbgRegionEndInst
2009-07-30 Devang PatelFix comment.
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-30 Dan GohmanRename GRAD to GR32_AD, to follow the naming convention...
2009-07-30 Chris Lattneradd a random codegen deficiency.
2009-07-30 Benjamin Kramerfix a unitialized pointer in NamedMDNode (and reenable...
2009-07-30 Sanjiv GuptaAllow targets to define libcall names for mem(cpy,set...
2009-07-30 Evan ChengAdd a note.
2009-07-30 Evan ChengI've changed the semantics of MERGE_VALUES a bit. It...
2009-07-30 Evan ChengOptimize some common usage patterns of atomic built...
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.
next