oota-llvm.git
2011-04-18 Chandler CarruthMark some functions as used which are used within debug...
2011-04-18 Owen AndersonEnhance the fixed-length disassembler to support the...
2011-04-18 Anders CarlssonMake the empty StructType::get overload use an empty...
2011-04-18 Chris Lattnerwhile we're at it, handle 'sdiv exact' of a power of...
2011-04-18 Chris Lattnerfix rdar://9297011 - udiv by power of two causing fast...
2011-04-18 Chris LattnerAdd a new bit that ImmLeaf's can opt into, which allows...
2011-04-18 Chris LattnerImplement major new fastisel functionality: the matcher...
2011-04-18 Chris Lattnerrelax this test to just check that the lock prefix...
2011-04-18 Eli FriedmanRevert r129688; it's breaking buildbots.
2011-04-18 Eli FriedmanMore malloc elimination: it's a bad idea to use raw_sve...
2011-04-18 Eli FriedmanMake the StringMaps attached to MCContext use the MCCon...
2011-04-18 Anders CarlssonUse an empty ArrayRef instead of an empty std::vector...
2011-04-18 NAKAMURA Takumidocs: Redefine Heading elements as below;
2011-04-17 Chris Lattnerintroduce a new OpKind abstraction which wraps up opera...
2011-04-17 Chris Lattnerchange OperandsSignature to use SmallVector<char> inste...
2011-04-17 Chris Lattnersince the VT is fixed for a ImmLeaf, there is no reason...
2011-04-17 Chris Lattnerswitch the rest of the x86 immediate patterns over...
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-04-17 Chris Lattnerremove some debugging code I added.
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-17 Chris Lattnerfix an x86 fast isel issue where we'd completely give...
2011-04-17 Chris Lattnerfix an oversight which caused us to compile the testcas...
2011-04-17 Chris Lattnertidy up and reduce indentation.
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-17 Chris Lattnersplit a complex predicate out to a helper function...
2011-04-17 Eli FriedmanRemove working entry from README.
2011-04-17 Chris Lattnerfix rdar://9289583 - fast isel should handle non-canoni...
2011-04-16 Eli FriedmanPR9055: extend the fix to PR4050 (r70179) to apply...
2011-04-16 Frits van BommelRename a misleadingly-named variable.
2011-04-16 Frits van BommelAdd test cases for Jay's r129641 and fix a 32-bit-centr...
2011-04-16 Francois PichetUnbreak the MSVC 2010 build.
2011-04-16 Jay FoadFix bug when checking phi operands in InstCombiner...
2011-04-16 Francois PichetMSVC needs the return 0 to compile.
2011-04-16 Benjamin KramerRemove unused variable.
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.
next