oota-llvm.git
2010-11-14 Chris LattnerImplement support for printing register and immediate...
2010-11-14 Chris Lattnerstub out PPCMCInstLowering, add a new option that uses...
2010-11-14 Rafael EspindolaFix the type of a symbol created with .comm and no...
2010-11-14 Chris Lattnerstub out a powerpc MCInstPrinter implementation.
2010-11-14 Chris Lattnerhopefully fix cmake as well.
2010-11-14 Chris Lattnerfix the autoconf script to detect "has asmprinter"ness...
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-14 Chris Lattnermove PPCAsmPrinter into the main PPC library, like...
2010-11-14 Chris Lattnerfix cmake
2010-11-14 Chris Lattnerno alpha jit support.
2010-11-14 Chris Lattnerremove JIT support from the Alpha backend. The JIT...
2010-11-14 Dale JohannesenSegregate tests by target.
2010-11-14 Chris Lattnerrandom acts of tidiness.
2010-11-14 Duncan SandsTeach InstructionSimplify about phi nodes. I chose...
2010-11-14 Duncan SandsBoost the power of phi node constant folding slightly...
2010-11-14 NAKAMURA Takumiunittests/CMakeLists.txt: Add missing VMCore/ValueMapTe...
2010-11-14 Duncan SandsStrip trailing whitespace.
2010-11-14 Chris Lattnerrename test.
2010-11-14 Chris Lattnerfilecheckize, remove an old and useless test
2010-11-14 Chris Lattnerthis test is pretty pointless and "propogation" isn...
2010-11-14 Owen AndersonSecond attempt at providing correct encodings for Thumb...
2010-11-14 Rafael EspindolaHandle a peculiar comdat case: Creating a section with...
2010-11-14 NAKAMURA TakumiFileCheck: Eliminate DOSish \r from input file.
2010-11-14 Rafael EspindolaSimplify getSymbolIndexInSymbolTable by setting the...
2010-11-14 Rafael EspindolaFix warning.
2010-11-13 Duncan SandsTestcase to go along with commit 118923 ("Have GVN...
2010-11-13 Peter CollingbourneRecognise 32-bit ror-based bswap implementation used...
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...
next