oota-llvm.git
2011-04-16 Benjamin KramerWrite out uint64_t as i{0..32},i{33..64} instead of...
2011-04-16 Nick LewyckyDon't use C++ comments in C code.
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-16 Stuart HastingsCorrect result when a branch condition is live across...
2011-04-16 Evan ChengFix divmod libcall lowering. Convert to {S|U}DIVREM...
2011-04-16 Rafael EspindolaFix cmake build.
2011-04-16 Nick LewyckyMove the re-stemming function up top and use it where...
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-15 Johnny ChenThumb2 BFC was insufficiently encoded.
2011-04-15 Johnny ChenA8.6.315 VLD3 (single 3-element structure to all lanes)
2011-04-15 Akira HatanakaRe-enable test o32_cc_vararg.ll.
2011-04-15 Douglas GregorInitial work to improve documentation for Clang's diagn...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Cameron ZwarichAdd ORR and EOR to the CMP peephole optimizer. It's...
2011-04-15 Douglas GregorFix some broken links, from Matthieu Monrocq
2011-04-15 Akira HatanakaFix lines that exceed 80 columns. There is no change...
2011-04-15 Rafael EspindolaAdd this test back for Darwin.
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-15 Cameron ZwarichThe AND instruction leaves the V flag unmodified, so...
2011-04-15 Rafael EspindolaFix cmake build.
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Cameron ZwarichAdd missing register forms of instructions to the ARM...
2011-04-15 Akira HatanakaAdd pass that expands pseudo instructions into target...
2011-04-15 Evan ChengIncrease SubtargetFeatureKV Value and Implies fields...
2011-04-15 Joerg SonnenbergerAdd encoding tests for flds/filds
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-04-15 Jakob Stoklund... Teach the SplitKit blitter to handle multiply defined...
2011-04-15 Jakob Stoklund... Remember to set flag.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-15 Evan ChengFix another fcopysign lowering bug. If src is f64 and...
2011-04-15 Johnny ChenFor t2BFI, both Inst{26} and Inst{5} "should" be 0.
2011-04-15 Michael J.... Add 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 Daniel Dunbartests: Remove a FrontendC test which is no longer valid.
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Michael J.... Fix 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 Andrew TrickDocumented bugpoint --compile-custom --compile-command.
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 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...
next