oota-llvm.git
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 Benjamin KramerFix format string warning.
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 Nick LewyckyUse positive values since the value type is unsigned...
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 Jim GrosbachLoad multiple object files and link them via RuntimeDyl...
2011-04-13 Rafael EspindolaAdd the alias analysis to the C api.
2011-04-13 Jim GrosbachAllow user-specified program entry point for llvm-rtdyld.
2011-04-13 Jim GrosbachMCJIT relocation resolution.
2011-04-13 Oscar FuentesExport LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in...
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getIndices() to return...
2011-04-13 Jakob Stoklund... Stop using dead function.
2011-04-13 Jay FoadRemove some redundant llvm:: prefixes.
2011-04-13 Jay FoadFix a comment.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getWithOperands() to...
2011-04-13 Jay FoadFix typo.
2011-04-13 Jay FoadFix typo in comment.
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 Nick LewyckyUse %ull here.
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... Add @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 Dan GohmanFix a hole in the definition of "dependence" used by...
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 Oscar FuentesFix compiler command line used by lit.py when working...
2011-04-12 Johnny ChenThe Thumb2 RFE instructions need to have their second...
2011-04-12 Jakob Stoklund... SparseBitVector 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 Nick LewyckyPrint our uint64_t with the more portable (C99 and...
2011-04-12 Andrew TrickPreRA scheduler heuristic fixes: VRegCycle, TokenFactor...
2011-04-12 Oscar FuentesDocument how to build a LLVM pass with CMake out of...
2011-04-12 Nick LewyckyThe counters are unsigned.
2011-04-12 Jakob Stoklund... Create 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... Add SplitKit API to query and select the current interv...
2011-04-12 Jakob Stoklund... Fix 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 Garrison VennAdded new FIXME note
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 Johnny ChenAdd one test case (svc).
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 ChristopherTest for invalid constant expr addition - bad octal...
2011-04-12 Eric ChristopherTo avoid printing out multiple error messages for cases...
2011-04-11 Jakob Stoklund... Reuse 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 NAKAMURA TakumiTableGen: Keep the order of DECL_CONTEXT() for DeclNode...
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 Daniel Dunbarbuild: Add support for a SHOW_DIAGNOSTICS build variable.
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... Speed up eviction by stopping collectInterferingVRegs...
2011-04-11 Rafael EspindolaAdd test for previous commit.
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...
2011-04-11 Rafael Espindolaimplement .cfi_adjust_cfa_offset.
2011-04-11 Eli FriedmanGet rid of useless comment; if a file uses functions...
2011-04-11 Owen AndersonFix another using-CPSR-twice bug in my ADCS/SBCS cleanu...
2011-04-11 Jakob Stoklund... Skip a binary search when possible.
next