oota-llvm.git
2010-04-20 Duncan SandsI plan to release a version of dragonegg based on llvm...
2010-04-20 Jakob Stoklund... When MachineLICM is hoisting a physical register after...
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-20 Bill WendlingMove CodeGen/X86/2010-04-19-DAGCombineCrash.ll into...
2010-04-20 Johnny ChenFor t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
2010-04-20 Evan ChengTypo.
2010-04-20 Devang PatelAdd RUN:
2010-04-20 Dan GohmanSink the CopyToExportRegsIfNeeded calls out of Selectio...
2010-04-20 Dan GohmanDon't send PHI nodes down to SelectionDAGBuilder of...
2010-04-20 Dan GohmanDocument that TargetRegisterInfo::contains does not...
2010-04-20 Dan GohmanSink this use_empty() check into isUsedOutsideOfDefinin...
2010-04-20 Dan GohmanIf a PHI node somehow has debug info, propogate it...
2010-04-20 Dan GohmanDon't iterate through the whole block just to find...
2010-04-20 Gabor Greifuse abstract accessors to CallInst
2010-04-20 Benjamin KramerPR6880: Don't dereference CallsExternalNode if it's...
2010-04-20 Benjamin KramerFix -Wcast-qual warning.
2010-04-20 Chris Lattnerstop computing InstImpInputs, it is dead
2010-04-20 Chris LattnerDAGInstruction::ImpOperands is dead after my recent...
2010-04-20 Chris LattnerBill's change in r95336 broke empty aggregates embedded
2010-04-20 Chris Lattnerteach cellspu how to return i8 and i16 from calls,
2010-04-20 Chris Lattnerremove a bunch of ad-hoc code to simplify instructions...
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
2010-04-20 Chris LattnerRewriteLoopBodyWithConditionConstant can end up rewriti...
2010-04-20 Chris Lattnerreapply 'reject forward references to functions whose...
2010-04-20 Dan GohmanDelete a redundant return statement.
2010-04-20 Bill WendlingThe visitXOR method can return the same SDNode. If...
2010-04-20 Chris Lattnerdisable optimizations in this directory for MSVC9....
2010-04-20 Johnny ChenBetter error-handling for DisassembleThumb2DPModImm...
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-20 Dan GohmanRemove this debug output; it isn't that useful, and...
2010-04-20 Dan GohmanSink DebugLoc handling out of SelectionDAGISel into...
2010-04-20 Chris Lattnermake CallGraphNode dtor abort if a node is deleted...
2010-04-20 Chris Lattnermake the inliner do less work for leaf functions.
2010-04-20 Chris LattnerFix rdar://7879828 - crash in CallGraph, a self host...
2010-04-20 Dan GohmanRemove MachineFunction's DefaultDebugLoc member, and...
2010-04-20 Dan GohmanReapply the removal of SelectionDAGISel's BB, with...
2010-04-20 Bob WilsonFix tests for Neon load/store intrinsics to match the...
2010-04-20 Johnny ChenMore IT instruction error-handling improvements from...
2010-04-19 Dan GohmanRevert 101825, which is causing trouble.
2010-04-19 Dan GohmanMake BreakAntiDependencies' SUnits argument const,...
2010-04-19 Johnny ChenBetter error handling of invalid IT mask '0000', instea...
2010-04-19 Dan GohmanEliminate SelectionDAGISel's "current block" member...
2010-04-19 Dan GohmanDelete an unnecessary reference to SelectionDAGISel...
2010-04-19 Dan GohmanEliminate the CurMBB member from SelectionDAGBuilder...
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-19 Johnny ChenAccording to A8.6.16 B (Encoding T3) and A8.3 Condition...
2010-04-19 Devang PatelFix typo. add a test case.
2010-04-19 Evan ChengMore progress on promoting i16 operations to i32 for...
2010-04-19 Dan GohmanGive SelectionDAG a TargetMachine too, rather than...
2010-04-19 Evan ChengMore 80 col violation.
2010-04-19 Devang PatelAdd DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame...
2010-04-19 Dan GohmanCode that needs a TargetMachine should have access...
2010-04-19 Dan GohmanMove isInTailCallPosition out of SelectionDAGBuilder...
2010-04-19 Dan GohmanEnable -Wcast-qual for C++ files, where intentional...
2010-04-19 Dan GohmanRemove -module, which appears to be a leftover from...
2010-04-19 Dan GohmanThis doesn't need SmallVector.h anymore.
2010-04-19 Mikhail GlushenkovSupport .a files directly (without -l).
2010-04-19 Johnny ChenBetter error-handling for DisassembleThumb2DPSoReg...
2010-04-19 Dan GohmanFix this for std::vectors which don't have .data().
2010-04-19 Johnny ChenARM disassembler did not react to recent changes to...
2010-04-19 Benjamin KramerDon't write into MemoryBuffers.
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-19 Dan GohmanRevert 91528 and use a std::vector instead, fixing...
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-19 Dan GohmanAdd a few more ELF bits.
2010-04-19 Dan GohmanAdd a const.
2010-04-19 Dan GohmanThese functions don't need to access this.
2010-04-18 Anton KorobeynikovAdd missed part of prev. commit
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-18 Chris Lattneravoid temporary std::string in non posix_spawn path.
2010-04-18 Benjamin KramerEliminate temporary string.
2010-04-18 Benjamin KramerProperly inherit the environment on darwin where enviro...
2010-04-18 Nick LewyckyThis is horrible. Split the difference, and declare...
2010-04-18 Nick LewyckyRevert r101701, Darwin doesn't have 'environ'. Go figure.
2010-04-18 Nick LewyckyFix linux build. posix_spawn doesn't inherit the enviro...
2010-04-18 Chris Lattnermake Program::Execute use posix_spawn on systems that...
2010-04-18 Chris Lattnerreduce indentation
2010-04-18 Chris Lattnerunnest from namespace.
2010-04-18 Chris Lattnersilence some -Wmissing-field-initializers warnings.
2010-04-18 Chris Lattnersilence some unused-value warnings.
2010-04-18 Bill WendlingDon't rely upon the MCSymbol "isDefined" method to...
2010-04-18 Bill WendlingFormatting changes. No functionality change.
2010-04-18 Bill WendlingAdd a "PadTo" field to the emitULEB128Bytes method...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-17 Daniel DunbarRevert "reject forward references to functions whose...
2010-04-17 Nick LewyckyFix intrinsic signature in this test.
2010-04-17 Chris Lattnerreject forward references to functions whose type don...
2010-04-17 Dale JohannesenAdd comment (lost when reverting and reapplying 101503).
2010-04-17 Chris Lattnerdoh, didn't mean to check in my hackaround lit sucking. :)
2010-04-17 Chris Lattnerfix PR6332, allowing an index of zero into a zero sized...
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
2010-04-17 Chris Lattnerrefactor .if handling code a bit.
2010-04-17 Chris Lattnerfix PR6858: a dangling pointer use bug which was caused
2010-04-17 Chris Lattnera bunch of cleanups and tweaks, no functionality changes.
2010-04-17 Dan GohmanFix more -Wcast-qual warnings.
2010-04-17 Dan GohmanFix -Wcast-qual warnings.
2010-04-17 Chris Lattnerremove a dead variable, PR6856
2010-04-17 Chris Lattnertestcase for r101538, patch by Nico Schmidt!
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const_cast instead of a C-style cast to cast away...
next