oota-llvm.git
2010-05-19 Evan ChengTarget instruction selection should copy memoperands.
2010-05-19 Daniel DunbarMC/X86: Strip spurious operands from CALL64r as we...
2010-05-19 Evan ChengMark a few more pattern-less instructions with neverHas...
2010-05-19 Dan GohmanAdd a comment explaining why this code uses Append...
2010-05-19 Evan ChengIntrinsics which do a vector compare (results are all...
2010-05-19 Dan GohmanFactor out the code for picking integer arithmetic...
2010-05-19 Eric ChristopherAdd a test to make sure that we're lowering the shift...
2010-05-18 Dan GohmanAdd a comment.
2010-05-18 Dan GohmanFix the predicate which checks for non-sensical formula...
2010-05-18 Dan GohmanFactor out the code for recomputing an LSRUse's Regs...
2010-05-18 Bob WilsonFix a crash when debugging the coalescer. DebugValue...
2010-05-18 Dan GohmanFactor out code for estimating search space complexity...
2010-05-18 Dan GohmanAdd some more debug output.
2010-05-18 Dan GohmanFactor out the code for deleting a formula from an...
2010-05-18 Dan GohmanMake some debug output more informative.
2010-05-18 Dan GohmanPrint an error message in Formula::print if the HasBase...
2010-05-18 Dan GohmanRename RegUseTracker's RegUses member to RegUsesMap...
2010-05-18 Jakob Stoklund... Remember to update VirtRegLastUse when spilling without...
2010-05-18 Dan GohmanTeach mode load folding and unfolding code about CMP32r...
2010-05-18 Bill WendlingDon't eliminate frame pointers from leaf functions...
2010-05-18 Dan GohmanWhen converting a test to a cmp to fold a load, use...
2010-05-18 Eric ChristopherQuick test to make sure we're emitting the tbss section...
2010-05-18 Chris Lattnermake mcinstlower remove all but the first operand to...
2010-05-18 Evan ChengSink dag combine's post index load / store code that...
2010-05-18 Eric ChristopherImplement EmitTBSSSymbol for MachOStreamer.
2010-05-18 mike-mFix enum to address array bounds regression.
2010-05-18 Eric ChristopherMake EmitTBSSSymbol take a section argument so that...
2010-05-18 Jakob Stoklund... Properly handle multiple definitions of a virtual regis...
2010-05-18 Dale JohannesenTest passed on ppc, to my surprise; if it worked
2010-05-18 Evan ChengContinuously refine the register class of REG_SEQUENCE...
2010-05-18 Evan ChengFix PR7162: Use source register classes and sub-indices...
2010-05-18 Dale JohannesenTestcase for llvm-gcc checkin 104042.
2010-05-18 Kevin EnderbyIncorporate Daniel's suggestion and use !isdigit(CurPtr...
2010-05-18 Kevin EnderbyFixed the problem with a branch to "0b" that was not...
2010-05-18 Jakob Stoklund... Teach the machine code verifier to use getSubRegisterRe...
2010-05-18 Daniel DunbarMC/Mach-O: Implement support for setting indirect symbo...
2010-05-18 Daniel DunbarMC/Mach-O: Remove some FIXMEs.
2010-05-18 Daniel DunbarMC/Mach-O: Fail faster/harder when we see .file, which...
2010-05-18 Daniel DunbarMC/X86: Implement custom lowering to make sure we match...
2010-05-18 Daniel Dunbarllc (et al): Add support for --show-encoding and -...
2010-05-18 Dan GohmanUsage of O_NONBLOCK in bjam is now confirmed as a bug...
2010-05-18 Benjamin KramerSimplify MCContext::(Next|Get)Instance
2010-05-18 Sean HuntReplace FIRST_* and LAST_* macros with a generic STMT_R...
2010-05-18 Evan ChengFIX PR7158. SimplifyVBinOp was asserting when it fails...
2010-05-17 Jakob Stoklund... ARMBaseRegisterInfo::estimateRSStackSizeLimit() could...
2010-05-17 Evan ChengFix PR7175. Insert copies of a REG_SEQUENCE source...
2010-05-17 Bill Wendling- Set the "HasCalls" flag after instruction selection...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Evan ChengFix PR7156. If the sources of a REG_SEQUENCE are all...
2010-05-17 Evan Chengvmov of immediates are trivially re-materializable.
2010-05-17 Daniel DunbarMC/Mach-O/x86: Optimal nop sequences should only be...
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-05-17 Daniel DunbarMC/Mach-O: Reverse order of SymbolData scanning when...
2010-05-17 Jakob Stoklund... Pull the UsedInInstr.test() calls into calcSpillCost...
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-05-17 Evan ChengCareful with reg_sequence coalescing to not to overwrit...
2010-05-17 Bob WilsonFix a regression in 464.h264 for thumb1 and thumb2...
2010-05-17 Daniel DunbarMC/Mach-O: Fix some differences in symbol flag handling.
2010-05-17 Jakob Stoklund... Optimize empty DenseMap iteration.
2010-05-17 Jakob Stoklund... Remove debug option. Add comment on spill order determi...
2010-05-17 Evan ChengTurn on -neon-reg-sequence by default.
2010-05-17 Daniel Dunbarllvm-mc: Support reassignment of variables in one speci...
2010-05-17 Jakob Stoklund... Avoid allocating the same physreg to multiple virtregs...
2010-05-17 Jakob Stoklund... Minor optimizations. DenseMap::begin() is surprisingly...
2010-05-17 Jakob Stoklund... Extract spill cost calculation to a new method, and...
2010-05-17 Zhongxing XuRemove unused member variable.
2010-05-17 Jakob Stoklund... Only use clairvoyance when defining a register, and...
2010-05-17 Jakob Stoklund... Eliminate a hash table probe when killing virtual regis...
2010-05-17 Jakob Stoklund... Execute virtreg kills immediately instead of after...
2010-05-17 Jakob Stoklund... Sprinkle superregister <imp-def> and <imp-kill> operand...
2010-05-17 Jakob Stoklund... Now that we don't keep live registers across calls...
2010-05-17 Jakob Stoklund... Boldly attempt consistent capitalization. Functional...
2010-05-17 Eric ChristopherAssume that we'll handle mangling the symbols earlier...
2010-05-17 Jakob Stoklund... Spill and kill all virtual registers across a call.
2010-05-17 Jakob Stoklund... Reduce hashtable probes by using DenseMap::insert(...
2010-05-17 Jakob Stoklund... Make MBB a class member instead of passing it around...
2010-05-17 Evan ChengYes, if the redef is a copy, update the old val# with...
2010-05-17 Evan ChengNo reason not to run the NEON domain croassing fix...
2010-05-16 Dale JohannesenRemoving as part of previous reversion.
2010-05-16 Dale JohannesenRevert 103911; it broke a test that expects bitconvert
2010-05-16 Dale JohannesenMake x86-64 64-bit bitconvert work when SSE is not...
2010-05-16 Anton KorobeynikovChris said that the comment char should be escaped...
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-16 Anton KorobeynikovGeneralize the ARM DAG combiner of mul with constants...
2010-05-16 Evan ChengModel vst lane instructions with REG_SEQUENCE.
2010-05-16 Rafael EspindolaAvoid renaming loadable modules at install time. Now...
2010-05-16 Rafael EspindolaUse $ORIGIN in the rpath of libraries.
2010-05-15 Dale JohannesenFix uint64->{float, double} conversion to do rounding...
2010-05-15 Dale JohannesenImprove assertion messages.
2010-05-15 Anton KorobeynikovSome cheap DAG combine goodness for multiplication...
2010-05-15 Anton Korobeynikov"trap" pseudo-op turned out to be apple-local.
2010-05-15 Chris Lattnerimprove portability to systems that don't have round...
2010-05-15 Chris Lattnerimprove portability to systems that don't have powf...
2010-05-15 Chandler CarruthFix an GCC warning that seems to have actually caught...
2010-05-15 Evan ChengModel 128-bit vld lane with REG_SEQUENCE.
2010-05-15 Jakob Stoklund... Calculate liveness on the fly for local registers.
2010-05-15 Nick LewyckyTeach the always inliner to release its inline cost...
2010-05-15 Nick LewyckyClean up, no functional change.
2010-05-15 Jakob Stoklund... Add reg_nodbg_iterator
next