oota-llvm.git
2010-11-13 Peter CollingbourneSupport ; as asm separator
2010-11-13 Duncan SandsGeneralize the reassociation transform in SimplifyCommu...
2010-11-13 Duncan SandsFix typo pointed out by Trevor Harmon.
2010-11-13 Bill WendlingComment out the defms until they're activated.
2010-11-13 Bill WendlingAdd uses of the *_ldst_multi multiclasses. These aren...
2010-11-13 Bill WendlingConvert the modes to lower case.
2010-11-13 Bill WendlingMinor cleanups:
2010-11-13 Bill WendlingAdd *_ldst_mult multiclasses to the ARM back-end. These...
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-13 Wesley PeckFixed error and re-enabled MBlaze MC disassembler tests.
2010-11-13 Evan ChengConditional moves are slightly more expensive than...
2010-11-13 Rafael EspindolaFix warning and add support for printing gnu_unique_ob...
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-13 Jim GrosbachTrailing whitespace.
2010-11-13 Dale JohannesenThis test stops after disassembling 1 instructions on
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-13 Wesley PeckAdd test cases that should have been committed with...
2010-11-13 Daniel DunbarJIT: More nitty style tweakage, aka territory marking.
2010-11-13 Daniel Dunbarreport_fatal_error: Simplify a possible ambiguity.
2010-11-13 Daniel DunbarMore style nittiness.
2010-11-13 Daniel DunbarClean up some doxyments/style.
2010-11-13 Wesley Peck1. Adding test cases for MBlaze MC disassembler.
2010-11-13 Evan ChengAdd conditional move of large immediate.
2010-11-13 Jim GrosbachSwap multiclass operand order for consistency with...
2010-11-13 Jim GrosbachContinue ARM indexed load refactoring. Multiclass for...
2010-11-13 Rafael EspindolaFix the encoding of negative line deltas.
2010-11-13 Daniel DunbarFix some more 80-col violas.
2010-11-13 Daniel DunbarFix 80-col violation / non-sensicalness.
2010-11-13 Jim GrosbachMore ARM load/store indexed refactoring. Also fix an...
2010-11-13 Dan GohmanRevert r118917, which is implicated in the llvm-gcc...
2010-11-13 Daniel DunbarUpdate CMake.
2010-11-13 Daniel Dunbarlli: Switch to using ParseIRFile, for consistency with...
2010-11-13 Evan ChengFix an obvious typo which inverted an immediate.
2010-11-13 Eric ChristopherThis should be still failing, but is. Disable it with the
2010-11-13 Wesley Peck1. Adding missing immediate mode asm parser test cases.
2010-11-12 Eric ChristopherTemporarily revert this.
2010-11-12 Evan ChengFor pre-v6t2 targets, only select MOVi32imm if the...
2010-11-12 Wesley PeckFixing improperly encoded reverse subtract instructions...
2010-11-12 Owen AndersonRevert r118939 while I work out why it broke some build...
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-12 Devang PatelRemove DW_AT_start_scope support. It is incomplete...
2010-11-12 Owen AndersonAttemt to provide correct encodings for Thumb2 binary...
2010-11-12 Evan ChengEliminate ARM::MOVi2pieces. Just use MOVi32imm and...
2010-11-12 Eric ChristopherMake this happen for ARM like x86. Don't entirely bail...
2010-11-12 Evan ChengAdd conditional mvn instructions.
2010-11-12 Jim GrosbachZap a copy/paste-o bit of dead code.
2010-11-12 Jim GrosbachRefactor to parameterize some ARM load/store encoding...
2010-11-12 Owen AndersonFirst stab at providing correct Thumb2 encodings, start...
2010-11-12 Duncan SandsHave GVN simplify instructions as it goes. For example...
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-12 Jim GrosbachKill more unused stuff.
2010-11-12 Benjamin KramerMCELF: Copy the symbol name only if we're going to...
2010-11-12 Jim GrosbachRemove unused class.
2010-11-12 Rafael EspindolaAdd --enable-docs. Patch by NAKAMURA Takumi.
2010-11-12 Dan GohmanWhen the definition of an address value is in a differe...
2010-11-12 Chris Lattneraccept lret as an alias for lretl, fixing the reopened...
2010-11-12 Rafael EspindolaRemove what looks like dead code in the production...
2010-11-12 Andrew Tricktypo (4th checkin for one fix)
2010-11-12 Andrew TrickEmacs auto-fill bug.
2010-11-12 Jim GrosbachFill in the default predication bits for ARM unconditio...
2010-11-12 Andrew TrickTest case for PR8287: SD scheduling time. Fixed in...
2010-11-12 Jim GrosbachEncoding for ARM LDRSB instructions.
2010-11-12 Andrew TrickFixes PR8287: SD scheduling time. The fix is a failsafe...
2010-11-12 Chris Lattnerimplement PR8592: empirically "lretq" is a "lret" with...
2010-11-12 Chris Lattnertidy up.
2010-11-12 Rafael Espindolagnu as support both % and @ before types, do the same.
2010-11-12 Dan GohmanRe-disable TBAA for now; it broke MultiSource/Applicati...
2010-11-12 Kalle RaiskilaFix memory access lowering on SPU, adding
2010-11-12 Eric ChristopherFix up a few more spots of addrmode2 (or not) changes...
2010-11-12 Dan GohmanEnable TBAA.
2010-11-12 Lang HamesFix some style issues in PBQP. Patch by David Blaikie.
2010-11-12 Dan GohmanEnhance DSE to handle the case where a free call makes...
2010-11-12 Dan GohmanFilecheckize.
2010-11-12 Dale JohannesenRemove possibly useful info from comment, per Chris.
2010-11-12 Bruno Cardoso... Enable mips32 mul instruction. Patch by Akira Hatanaka...
2010-11-12 Chris Lattnerdescribe the preferred approach to silencing 'unused...
2010-11-12 Chris Lattneradd operand iterator apis to MachineInstr, patch by...
2010-11-11 Jim GrosbachStart of support for binary emit of 16-it Thumb instruc...
2010-11-11 Owen AndersonFill out support for Thumb2 encodings of NEON instructions.
2010-11-11 Wesley PeckThe BRK instruction in the MicroBlaze is a branch-and...
2010-11-11 Nick LewyckyDoxygenify
2010-11-11 Dan GohmanAdd helper functions for computing the Location of...
2010-11-11 Wesley PeckFix tblgen instruction errors exposed by MC asm parser...
2010-11-11 Owen AndersonAdd correct Thumb2 encodings for NEON vst[1,2,3,4]...
2010-11-11 Dan GohmanDon't forget the TBAA info, if available.
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-11-11 Owen AndersonFlesh out tests for Thumb2 encodings of NEON instructions.
2010-11-11 Dan GohmanDelete unneeded ssp attributes.
2010-11-11 Eric ChristopherRevert the accidental commit I made reverting the previ...
2010-11-11 Jim GrosbachTrailing whitespace.
2010-11-11 Jim GrosbachARM fixup encoding for direct call instructions (BL).
2010-11-11 Eric ChristopherRevert this temporarily.
2010-11-11 Eric ChristopherChange the prologue and epilogue to use push/pop for...
2010-11-11 Dan GohmanAvoid calling alias on non-pointer values.
2010-11-11 Owen AndersonAdd support for Thumb2 encodings of NEON data processin...
2010-11-11 Rafael EspindolaMark labels declared in tls sections as STT_TLS. This...
2010-11-11 Wesley PeckFixed some bugs in MBlaze asm parser that were introduc...
2010-11-11 Chris Lattneradd a note
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-11 Dan GohmanTBAA-enable ArgumentPromotion.
next