oota-llvm.git
2011-04-08 Devang PatelDo not emit DW_AT_upper_bound and DW_AT_lower_bound...
2011-04-08 Bill WendlingMissing closed tag.
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-08 Jim GrosbachWorkaround g++ 4.2.1 warning diagnostic false positive.
2011-04-08 Johnny ChenCheck opcoe (dmb, dsb) instead of bitfields matching.
2011-04-08 Johnny ChenHanlde the checking of bad regs for SMMLAR properly...
2011-04-08 Johnny ChenSanity check the option operand for DMB/DSB.
2011-04-08 Jim GrosbachMark hasExtraDefRegAllocReq=1 on LDRD.
2011-04-08 Chris Lattnerreindent this whole file and do a variety of stylistic...
2011-04-08 Chris Lattnerfix this to build with the recent StructType changes.
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-08 Johnny ChenMOVi16 and MOVTi16 does not allow pc as the dest regist...
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-08 Bill WendlingOnly emit the AvailableFeatures variable if it's used.
2011-04-08 Bruno Cardoso... Also add the late notes for Mips in the current release...
2011-04-08 Johnny ChenAdd sanity checking for bad register specifier(s) for...
2011-04-07 Rafael EspindolaUpdate tests
2011-04-07 Rafael EspindolaMicro optimization and improved similarity with gas...
2011-04-07 Devang PatelDo not let debug info interfer with branch folding.
2011-04-07 Johnny ChenAdd a VEXT test.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-04-07 Rafael EspindolaIf present, use gold's support for getting a file view...
2011-04-07 Evan ChengAdd option to emit @llvm.trap as a function call instea...
2011-04-07 Rafael EspindolaAdd support for .skip.
2011-04-07 Akira HatanakaFix indentation.
2011-04-07 Akira HatanakaUpdate ATUsed every time after expandRegLargeImmPair...
2011-04-07 Mon P WangFixed encoding for VEXTqf
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Akira HatanakaFix handling of functions with internal linkage.
2011-04-07 Johnny ChenAdd sanity checking for invalid register encodings...
2011-04-07 Johnny ChenAdd sanity checking for invalid register encodings...
2011-04-07 Jakob Stoklund... Recompute hasPHIKill flags when shrinking live intervals.
2011-04-07 Johnny ChenAdd some more comments about checkings of invalid regis...
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2011-04-07 Jakob Stoklund... Avoid moving iterators when the previous block was...
2011-04-07 Jakob Stoklund... Prefer multiplications to divisions.
2011-04-07 Jakob Stoklund... Extract SpillPlacement::addLinks for handling the speci...
2011-04-07 Devang PatelWhile hoisting common code from if/else, hoist debug...
2011-04-07 Tanya LattnerPrevent ARM DAG Combiner from doing an AND or OR combin...
2011-04-07 Jay FoadFix a bit of nonsense.
2011-04-07 Chris Lattneradd faust too
2011-04-07 Chris Lattneradd a few late stragglers.
2011-04-07 Sean CallananFixed a bug where missing EDInstInfo would cause
2011-04-07 Johnny ChenSanity check MSRi for invalid mask values and reject...
2011-04-07 Eli FriedmanPR9634: Don't unconditionally tell the AliasSetTracker...
2011-04-07 Johnny ChenThe ARM disassembler was not recognizing USADA8 instruc...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-07 Evan ChengRemove dead code. rdar://9221736.
2011-04-07 Johnny ChenShould also check SMLAD for invalid register values.
2011-04-07 Devang PatelSimplify. isIdenticalToWhenDefined() checks opcode.
2011-04-07 Nick LewyckySet unnamed_addr on strings created through the IRBuilder.
2011-04-07 Nick LewyckyAdd support for ArrayRef in IRBuilder's CreateCall.
2011-04-06 Owen AndersonTeach the ARM peephole optimizer that RSB, RSC, ADC...
2011-04-06 Owen AndersonCleanups from Jim: remove redundant constraints and...
2011-04-06 Devang PatelWhile folding branch to a common destination into a...
2011-04-06 Jim GrosbachTidy up.
2011-04-06 Johnny ChenA8.6.393
2011-04-06 Jim Grosbachtidy up.
2011-04-06 Jakob Stoklund... Also account for the spill code that would be inserted...
2011-04-06 Jakob Stoklund... Abort the constraint calculation early when all positiv...
2011-04-06 Nick LewyckyFix typo in doxy-comment.
2011-04-06 Johnny ChenA8.6.92 MCR (Encoding A1): if coproc == '101x' then...
2011-04-06 Nick LewyckyFix comment to use llvm 2.x syntax.
2011-04-06 Nick LewyckyReplace const std::vector& with ArrayRef in the type...
2011-04-06 Jakob Stoklund... Keep track of the number of positively biased nodes...
2011-04-06 Jakob Stoklund... Break the spill placement algorithm into three parts...
2011-04-06 Roman DivackyFix a typo.
2011-04-06 Johnny ChenFix a bug in the disassembly of VGETLNs8 where the...
2011-04-06 Rafael EspindolaAdd another case we are not optimizing.
2011-04-06 Rafael EspindolaThe original issue has been fixed by not doing unnecess...
2011-04-06 Devang Patelface+palm
2011-04-06 Rafael EspindolaDo a topological sort of the types before writing them...
2011-04-06 Jim GrosbachEngineBuilder setter method for UseMCJIT was missing...
2011-04-06 Chris Lattneradd rubinius
2011-04-06 Frits van BommelFix a few instances of "warning: extra ';' outside...
2011-04-06 Nadav RotemThis testcase passed even without the fix. Added the...
2011-04-06 Duncan SandsFix some typos. Minor tweaks to how some things were...
2011-04-06 Jay FoadTrivial typo fixes.
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Chris LattnerFinish up the first draft of the release notes.
2011-04-06 Chris Lattnercontinue writing.
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2011-04-06 Jakob Stoklund... Oops. Scary.
2011-04-06 Jakob Stoklund... Analyze blocks with uses separately from live-through...
2011-04-06 Johnny ChenAdd a missing opcode (SMLSLDX) to BadRegsMulFrm() function.
2011-04-06 Chris Lattneradd the external users that emailed me.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-06 Chris Lattnersome libc++ notes.
2011-04-06 Chris Lattnersome edits.
2011-04-06 Chris Lattnerdistribute content out to the appropriate sections
2011-04-05 Owen AndersonReapply r128946 (pseudoization of various instructions...
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-05 Jakob Stoklund... Sign error
2011-04-05 Jakob Stoklund... Don't crash when a value is defined after the last...
2011-04-05 Jakob Stoklund... Permit blocks to branch directly to a landing pad.
2011-04-05 Jim GrosbachRemove extraneous 'return'.
2011-04-05 Johnny ChenFix a typo in the handling of PKHTB opcode, plus add...
2011-04-05 Chris Lattnerfinished my pass through all the 2.9 commits, now to...
2011-04-05 Chris Lattnermention llvm::ArrayRef, which should be use much more...
2011-04-05 Bob WilsonClean up some code for clarity.
next