oota-llvm.git
2011-03-04 Kalle RaiskilaAllow vector shifts (shl,lshr,ashr) on SPU.
2011-03-04 Kalle RaiskilaAllow load from constant on SPU.
2011-03-04 Nick LewyckyFold "icmp pred (srem X, Y), Y" like we do for urem...
2011-03-04 Nick LewyckyTeach instruction simplify to use constant ranges to...
2011-03-04 Eli FriedmanFollowup to r126970: add 64-bit encoding tests for...
2011-03-04 Jakob Stoklund... DenseMap<uintptr_t,...> doesn't allow all values as...
2011-03-04 Andrew TrickMinor pre-RA-sched fixes and cleanup.
2011-03-04 Devang PatelAdd ArrayRef variant.
2011-03-04 Jakob Stoklund... Precompute block frequencies, pow() isn't free.
2011-03-04 Jakob Stoklund... Use an IndexedMap instead of a DenseMap for the live...
2011-03-04 Eli FriedmanPR9377: Handle x86 str with register operand in a way...
2011-03-03 Bill WendlingThere are times when the landing pad won't have a call...
2011-03-03 Bob WilsonPR8053: Fix encoding of S bit in some ARM instructions.
2011-03-03 Eli FriedmanRevert r123908; the code in question is completely...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-03-03 Devang PatelFix typo.
2011-03-03 Devang PatelFix thinko in previous check-in.
2011-03-03 Devang Patelllvm::Function argument count is not a good indicator...
2011-03-03 Jim GrosbachAllow a target to choose whether to prefer the scavenge...
2011-03-03 Jan SjödinSplit MCEELFStreamer and ELFObjectWriter into .h and...
2011-03-03 Richard OsborneFix typo in comment.
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Justin HolewinskiPTX: Fix Emacs renaming a symbol
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Justin HolewinskiPTX: Fix a couple of lint violations
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-03 Eli FriedmanPR9352: Always emit a relocation for weak symbols....
2011-03-03 Bob WilsonTableGen should not ignore BX instructions for the...
2011-03-03 Bob WilsonAdd a readme entry for the redundant movw issue for...
2011-03-03 Jakob Stoklund... Renumber slot indexes uniformly instead of spacing...
2011-03-03 Jakob Stoklund... Represent sentinel slot indexes with a null pointer.
2011-03-03 Jakob Stoklund... Avoid comparing invalid slot indexes, and assert that...
2011-03-03 Jakob Stoklund... Optimize SlotIndex equality tests.
2011-03-03 Jakob Stoklund... Avoid comparing invalid slot indexes.
2011-03-03 Jakob Stoklund... Cache basic block bounds instead of asking SlotIndexes...
2011-03-03 Bill WendlingCheck the ASM, not LLVM IR.
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-03 Bill WendlingTestcase for r126913.
2011-03-03 Jakob Stoklund... Change the SplitEditor interface to a single instance...
2011-03-03 Jakob Stoklund... Only run the updateSSA loop when we have actually seen...
2011-03-03 Jakob Stoklund... Fix PHI handling in LiveIntervals::shrinkToUses().
2011-03-02 Stuart HastingsTest case for r126864. Radar 9056407.
2011-03-02 Bob WilsonAvoid exponential blow-up when printing DAGs.
2011-03-02 Jakob Stoklund... Turn the Edit member into a pointer so it can change...
2011-03-02 Stuart HastingsTest case for r126672. Radar 9055247.
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-03-02 Jakob Stoklund... Transfer simply defined values directly without recompu...
2011-03-02 Jakob Stoklund... Extract a method. No functional change.
2011-03-02 Renato GolinFixing a bug when printing fpu text to object file...
2011-03-02 Chris Lattneradd some slice helper methods.
2011-03-02 Duncan SandsRemove DIFactory. Patch by Devang.
2011-03-02 Stuart HastingsCan't introduce floating-point immediate constants...
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 Oscar FuentesSupport for parallel compilation (/MP) when using the...
2011-03-02 David Greene[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and...
2011-03-02 Che-Liang Chiouptx: fix lint and compiler warnings
2011-03-02 Che-Liang ChiouAdd 64-bit addressing to PTX backend
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-03-02 Cameron ZwarichFix some typos.
2011-03-02 John McCallTeach the clang attribute emitter about InheritablePara...
2011-03-02 Cameron ZwarichRemove some more unused code that I missed.
2011-03-02 Cameron ZwarichEliminate the unused CodeGenPrepare option to split...
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2011-03-02 Bill WendlingSmall cleanup.
2011-03-02 Jakob Stoklund... Move extendRange() into SplitEditor and delete the...
2011-03-02 Nick LewyckyQuiet a compiler warning about unused variable 'ExtVNI'.
2011-03-02 Dan GohmanDon't re-use existing addrec expansions if they contain...
2011-03-02 Evan ChengCatch more cases where 2-address pass should 3-addressi...
2011-03-02 Jakob Stoklund... Rename mapValue to extendRange because that is its...
2011-03-02 Jakob Stoklund... Simplify LiveIntervals::shrinkToUses() a bit by using...
2011-03-02 Jakob Stoklund... Fix typo.
2011-03-02 Dan GohmanMake pred_iterator DefaultConstructible, and add an...
2011-03-02 Jakob Stoklund... Move LiveIntervalMap::extendTo into LiveInterval itself.
2011-03-01 Jakob Stoklund... Delete dead code.
2011-03-01 Jakob Stoklund... Move the value map from LiveIntervalMap to SplitEditor.
2011-03-01 Jakob Stoklund... Delete dead code.
2011-03-01 Jakob Stoklund... Drop RAGreedy::trySpillInterferences().
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-03-01 Devang PatelIf argument numbering is encoded in metadata then emit...
2011-03-01 Devang PatelToday, the language front ends produces llvm.dbg.*...
2011-03-01 Oscar FuentesCmake fix for option defaults not being set correctly...
2011-03-01 Dan GohmanEscape graph edge labels.
2011-03-01 Dan GohmanRemove the showline argument from the SMDiagnostic...
2011-03-01 Dan GohmanCode simplification.
2011-03-01 Dan GohmanSimplify this code.
2011-03-01 Dan GohmanChange directory_entry::path() to return a const std...
2011-03-01 Cameron ZwarichStop computing the number of uses twice per value in...
2011-03-01 Jakob Stoklund... Keep track of which stage produced a live range, and...
2011-03-01 Duncan SandsAdd datalayout information for the IEEE quad precision...
2011-03-01 Dan GohmanRevert PathV2 changes, as sys::fs::unique_file is not...
2011-03-01 TalinAdded missing va_end().
2011-03-01 Duncan SandsAdd a few missed unary cases when legalizing vector...
2011-03-01 Anders CarlssonMake InstCombiner::FoldAndOfICmps create a ConstantRang...
2011-03-01 Chris Lattneradd a missing const qualifier for consistency.
2011-03-01 Nick LewyckyOptimize "icmp pred (urem X, Y), Y" --> true/false...
2011-03-01 Jim Grosbachtrailing whitespace.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-03-01 Eli FriedmanAdd an obvious missing safety check to DAE::RemoveDeadA...
next