For t2BFI, both Inst{26} and Inst{5} "should" be 0.
[oota-llvm.git] / lib /
2011-04-15 Johnny ChenFor t2BFI, both Inst{26} and Inst{5} "should" be 0.
2011-04-15 Michael J. SpencerAdd 3DNow! intrinsics.
2011-04-15 Johnny ChenThe ARM disassembler did not handle the alignment corre...
2011-04-14 Evan ChengFollow up on r127913. Fix Thumb revsh isel. rdar:/...
2011-04-14 Eli FriedmanAdd an instcombine for constructs like a | -(b != c...
2011-04-14 Owen AndersonFix an infinite alternation in JumpThreading where...
2011-04-14 Mon P WangCleanup r129509 based on comments by Chris
2011-04-14 Johnny ChenAdd sanity checkings for Thumb2 Load/Store Register...
2011-04-14 Chris Lattnermove PR9661 out to here.
2011-04-14 Owen AndersonFix another instance of the DAG combiner not using...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Michael J. SpencerFix whitespace and tabs.
2011-04-14 Mon P WangCleanup r129472 by using a utility routine as suggested...
2011-04-14 Andrew TrickIn the pre-RA scheduler, maintain cmp+br proximity.
2011-04-14 Chris Lattneradd a minor missed dag combine that is blocking mid...
2011-04-14 Chris Lattnersink a call into its only use.
2011-04-14 Chris Lattnerrework FoldBranchToCommonDest to exit earlier when...
2011-04-14 Chris Lattnerfix a couple -Wsign-compare warnings.
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-13 Bill WendlingAdd an option to not print the alias of an instruction...
2011-04-13 Owen AndersonDuring post-legalization DAG combining, be careful...
2011-04-13 Johnny ChenThumb disassembler did not handle tBRIND (indirect...
2011-04-13 Mon P WangVectors with different number of elements of the same...
2011-04-13 Johnny ChenCheck for unallocated instruction encodings when disass...
2011-04-13 Johnny ChenThe LDR*T/STR*T (unpriviledged load/store) operations...
2011-04-13 Cameron ZwarichFix a typo in an ARM-specific DAG combine. This fixes...
2011-04-13 Cameron ZwarichFix a regression caused by r102515 where explicit align...
2011-04-13 Devang PatelFix debug message.
2011-04-13 Johnny ChenCheck the corner cases for t2LDRSHi12 correctly and...
2011-04-13 Devang PatelRemove extra bytes that were added for gdb. We do...
2011-04-13 Johnny ChenFix a bug where for t2MOVCCi disassembly, the TIED_TO...
2011-04-13 Johnny ChenForgot to add this change for llvm.org/viewvc/llvm...
2011-04-13 Junjie GuFixed the revision 129449.
2011-04-13 Junjie GuPassing unroll parameters (unroll-count, threshold...
2011-04-13 Rafael EspindolaAdd the alias analysis to the C api.
2011-04-13 Jim GrosbachMCJIT relocation resolution.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getIndices() to return...
2011-04-13 Jakob Stoklund OlesenStop using dead function.
2011-04-13 Jay FoadRemove some redundant llvm:: prefixes.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getWithOperands() to...
2011-04-13 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-13 Cameron ZwarichFix an obvious problem with an alignment computation...
2011-04-13 Cameron ZwarichFix a typo.
2011-04-13 Cameron ZwarichIf a global variable has a specified alignment that...
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-13 Eric ChristopherTemporarily revert r129408 to see if it brings the...
2011-04-12 Rafael EspindolaBe consistent about being virtual and returning void...
2011-04-12 Johnny ChenAdd sanity check for Ld/St Dual forms of Thumb2 instruc...
2011-04-12 Jakob Stoklund OlesenAdd @earlyclobber constraints to the writeback register...
2011-04-12 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-12 Devang PatelI missed this new file in previous commit.
2011-04-12 Devang PatelSimplify. There is no need to use static variable.
2011-04-12 Devang PatelDo not reuse parameter name.
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Devang PatelThis mechanical patch moves type handling into CompileU...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-12 Eric ChristopherAdd more comments... err debug statements to the fast...
2011-04-12 Johnny ChenThe Thumb2 RFE instructions need to have their second...
2011-04-12 Jakob Stoklund OlesenSparseBitVector is SLOW.
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Johnny ChenAdd bad register checks for Thumb2 Ld/St instructions.
2011-04-12 Andrew TrickRevert 129383. It causes some targets to hit a schedule...
2011-04-12 Andrew TrickPreRA scheduler heuristic fixes: VRegCycle, TokenFactor...
2011-04-12 Jakob Stoklund OlesenCreate new intervals for isolated blocks during region...
2011-04-12 Rafael EspindolaRemove LastOffset from the asm parser.
2011-04-12 Johnny ChenThe Thumb2 Ld, St, and Preload instructions with the...
2011-04-12 Jakob Stoklund OlesenAdd SplitKit API to query and select the current interv...
2011-04-12 Jakob Stoklund OlesenFix a bug in RegAllocBase::addMBBLiveIns() where a...
2011-04-12 Devang PatelRemove dead typedef.
2011-04-12 Devang PatelRefactor CompileUnit into a separate header.
2011-04-12 Johnny ChenPrint out a debug message when the reglist fails the...
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-04-12 Cameron ZwarichSplit a store of a VMOVDRR into two integer stores...
2011-04-12 NAKAMURA Takumilib/Transforms/Instrumentation/CMakeLists.txt: Add...
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-04-12 Nick LewyckyConsider ConstantAggregateZero as well as ConstantArray...
2011-04-12 Eric ChristopherFix typo.
2011-04-12 Nick LewyckyMake IRBuilder support StringRef for building strings.
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-12 Eric ChristopherMatch case for invalid constant error messages and...
2011-04-12 Johnny ChenA8.6.16 B
2011-04-12 Dan GohmanFix reassociate to use a worklist instead of recursing...
2011-04-12 Eric ChristopherTo avoid printing out multiple error messages for cases...
2011-04-11 Jakob Stoklund OlesenReuse live interval union between functions. This saves...
2011-04-11 Johnny ChenThumb disassembler was erroneously rejecting "blx sp...
2011-04-11 Chris Lattnercomment cleanup, use moveBefore instead of removeFromPa...
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-04-11 Wesley PeckFix an error in the MBlaze delay slot filler.
2011-04-11 Wesley PeckAdd scheduling information for the MBlaze backend.
2011-04-11 Eric ChristopherLex, and then fail on invalid constants.
2011-04-11 Nick LewyckyJust because a GlobalVariable's initializer is [N x...
2011-04-11 Rafael EspindolaImplement cfi_rel_offset
2011-04-11 Jakob Stoklund OlesenSpeed up eviction by stopping collectInterferingVRegs...
2011-04-11 Wesley PeckDon't crash on invalid instructions when disassembling...
2011-04-11 Bill WendlingThe default of the dispatch switch statement was to...
2011-04-11 Johnny ChenFix the bug where the immediate shift amount for Thumb...
2011-04-11 Evan ChengLook pass copies when determining whether hoisting...
next