Remove the one-definition-rule version of extern_weak
[oota-llvm.git] / lib /
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-11 Nate BegemanAllow cross-process JIT to handle MachineRelocations...
2009-03-11 Mon P WangFixed a v8i16 shuffle case that should generate a pshuf...
2009-03-11 Chris Lattnerformatting change, reduce indentation. No functionalit...
2009-03-11 Chris Lattnerreapply my previous patch (r66358) with a tweak to...
2009-03-11 Bill WendlingPut the assignment back at the top of this method.
2009-03-11 Evan ChengTwo coalescer fixes in one.
2009-03-10 Bill WendlingMake ivars private. Other cleanup. No functionality...
2009-03-10 Bill WendlingJust make the Dwarf timer group static inside of the...
2009-03-10 Bill WendlingDon't put static functions in anonymous namespace.
2009-03-10 Dale JohannesenDon't consider debug intrinsics when checking
2009-03-10 Bill WendlingThese should *stop* the timer, not start it again.
2009-03-10 Bill Wendling- Fix misspelled method name.
2009-03-10 Bill Wendling- Create GetOrCreateSourceID from getOrCreateSourceID...
2009-03-10 Bill WendlingRefine the Dwarf writer timers so that they measure...
2009-03-10 Dale JohannesenRemoving a dead debug intrinsic shouldn't trigger
2009-03-10 Evan ChengRevert 66358 for now. It's breaking povray, 450.soplex...
2009-03-10 Bill WendlingAdd a timer to the DwarfWriter pass that measures the...
2009-03-10 Dan GohmanUse WriteAsOperand instead of manually decorating the...
2009-03-10 Dan GohmanFix a post-RA scheduling liveness bug. When a basic...
2009-03-10 Devang PatelIgnore dbg info, while estimating size of jump through...
2009-03-10 Daniel DunbarPR3478: raw_ostream should not buffer stderr
2009-03-10 John CriswellDo not attempt to do parial redundancy elimination...
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-10 Sanjiv GuptaMark the Defs and Uses of STATUS register correctly...
2009-03-10 Evan ChengIf a function is marked alwaysinline, it must be inline...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-10 Dan GohmanAdd more information to the EFLAGS note.
2009-03-09 Dan GohmanAdd a note about EFLAGS optimization.
2009-03-09 Devang PatelIgnore debug info while evaluating function.
2009-03-09 Dan GohmanDon't record the increment instruction; just recompute...
2009-03-09 Chris LattnerFix PR3724 by searching for the largest free block...
2009-03-09 Devang PatelRemove llvm.dbg.global_variables also.
2009-03-09 Dan GohmanFix a few more places where induction variable types...
2009-03-09 Dan GohmanUse ReplacedTy instead of recomputing the same value.
2009-03-09 Dan GohmanUse LoopInfo's getLoopLatch() instead of doing what...
2009-03-09 Dan GohmanDon't use an induction variable type as a memory access...
2009-03-09 Dan GohmanFactor out the code that determines the memory access...
2009-03-09 Devang PatelAdd helper pass to remove llvm.dbg.declare intrinsics.
2009-03-09 Dan GohmanMove the sorting of the StrideOrder array earlier so...
2009-03-09 Dan GohmanDelete the isOnlyStride argument, which is unused.
2009-03-09 Dan GohmanTidy some LSR debug output: announce the loop it's...
2009-03-09 Evan ChengARM target now also recognize triplets like thumbv6...
2009-03-09 Chris LattnerFix PR3763 by using proper APInt methods instead of...
2009-03-09 Evan ChengARM isLegalAddressImmediate should check if type is...
2009-03-09 Evan ChengYet another case where the spiller marked two uses...
2009-03-09 Duncan SandsThis debug info special case should no longer
2009-03-09 Chris Lattnerjust remove the use_empty() check entirely, the only...
2009-03-09 Chris LattnerMake the code generator rip of dead constant expr uses...
2009-03-09 Chris Lattnermake GlobalValue::removeDeadConstantUsers() const.
2009-03-09 Owen AndersonIgnore debug intrinsics when computing dependences.
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-09 Chris Lattnerfix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by...
2009-03-09 Chris LattnerFix two classes of bugs. First:
2009-03-09 Chris LattnerFix PR3746 - Crash in isel with GEP of function pointer
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-08 Nick LewyckyKeep calling-convention and tail-call bit when creating...
2009-03-08 Chris Lattnerdo not export all the X86FastISel symbols, ever.
2009-03-08 Nick LewyckyFix comments, pointed out by Duncan Sands.
2009-03-08 Duncan SandsApply ODR linkage changes accidentally dropped during
2009-03-08 Sebastian RedlTest commit
2009-03-08 Nick LewyckyMark function returns as noalias.
2009-03-08 Chris Lattnerteach SROA to handle promoting vector allocas with...
2009-03-08 Chris Lattnerfix typo
2009-03-08 Chris LattnerEnhance SROA to "promote to scalar" allocas which are
2009-03-08 Evan ChengRecognize triplets starting with armv5-, armv6- etc...
2009-03-08 Chris Lattnerchange the MemIntrinsic get/setAlignment method to...
2009-03-08 Evan ChengIf a MI uses the same register more than once, only...
2009-03-08 Chris Lattneruse MemTransferInst.
2009-03-08 Chris LattnerIntroduce a new MemTransferInst pseudo class, which...
2009-03-08 Chris Lattneradd a note.
2009-03-08 Chris Lattneradd a note.
2009-03-08 Chris Lattnerimplement an optimization to codegen c ? 1.0 : 2.0...
2009-03-08 Chris Lattnerrandom cleanups.
2009-03-07 Chris Lattnerfix a serious pessimization that Tron on IRC pointed...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-07 Gabor Greifsimplify the way how traits get hold of the symbol...
2009-03-07 Gabor Greiffurther simplifications arising from peruse of the...
2009-03-07 Chris LattnerWhen a crash signal is delivered do two things: remove...
2009-03-07 Nate BegemanFinish cross-process JIT work, and clean up previous...
2009-03-07 Dan GohmanArithmetic instructions don't set EFLAGS bits OF and...
2009-03-06 Daniel DunbarAdd Module::getNamedValue; use to normalize access...
2009-03-06 Dale JohannesenFix another case where debug info interferes with
2009-03-06 Dan GohmanUse c_str() to force the string to be nul-terminated.
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...
2009-03-06 Duncan SandsWhile thinking about the one-definition-rule and trying
2009-03-06 Chris Lattneron apple systems, integrate nicely with crash reporter.
2009-03-06 Devang PatelWhile converting an aggregate to scalare, ignore and...
2009-03-06 Chris LattnerSprinkle some PrettyStackEntry magic into the passmanag...
2009-03-06 Zhou ShengRemove this as dbginfo intrinsics has been defined as
2009-03-06 Devang PatelWhile hoisting instruction to speculatively execute...
2009-03-06 Chris Lattnervarious cosmetic cleanups.
2009-03-06 Chris Lattnerthis wasn't intended to go in.
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-03-06 Devang PatelDo not count DbgInfoIntrinsic while estimating loop...
2009-03-06 Devang PatelSkip DbgInfoIntrinsic.
2009-03-06 Dan GohmanFix ScheduleDAGRRList::CopyAndMoveSuccessors' handling...
2009-03-06 Dale JohannesenDon't assign rank numbers to debug intrinsic "calls".
2009-03-06 Bill WendlingWhen we split a basic block, there's a default branch...
next