OSDN Git Service

android-x86/external-llvm.git
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-14 Chris Lattneradd some nounwind's.
2010-11-14 Chris Lattnerlower PPC::MFCRpseud when transforming to MC, avoiding...
2010-11-14 Chris Lattnermake the stubbed-out printer methods abort instead of
2010-11-14 Chris Lattnerwire up a few more things, down to 4 test failures...
2010-11-14 Chris Lattnerproperly wire up the instprinter to the ppc64 backend...
2010-11-14 Chris Lattnerimplement pretty printing support for the various pseudo
2010-11-14 Chris LattnerWire up symbol hi/lo printing. We don't print hi(...
2010-11-14 Chris Lattnerimplement basic support for symbol operand lowering,
2010-11-14 Oscar FuentesDetect presence of AsmPrinter's. Remove some cruft...
2010-11-14 Oscar FuentesUpdated CMake library dependencies.
2010-11-14 Chris Lattnertrim #includes.
2010-11-14 Chris Lattnerswitch PPC to a simplified MCInstLowering model.
2010-11-14 Rafael EspindolaFix another case of a .comm directive without a corresp...
2010-11-14 Chris Lattnerfix PPC.h to not pull in TargetMachine.h
2010-11-14 Chris Lattnerrename LowerToMCInst -> LowerARMMachineInstrToMCInst.
2010-11-14 Chris Lattnereven more simplifications. ARM MCInstLowering is...
2010-11-14 Chris Lattnerhopefully unbreak the cmake build, patch by frits van...
2010-11-14 Chris Lattnermore shrinkification
2010-11-14 Chris Lattnermore simplifications.
2010-11-14 Chris Lattnersimplify and tidy up
2010-11-14 Chris Lattnerimplement basic support for memory operands and crbit...
2010-11-14 Oscar FuentesCMakeLists.txt: removed mismatched endif predicate.
2010-11-14 Chris Lattnerimplement several trivial operand printers, reducing
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...
next