oota-llvm.git
2010-11-15 Chris LattnerWire up primitive support in the assembler backend...
2010-11-15 Chris Lattnersplit out an encoder for memri operands, allowing a...
2010-11-15 Chris Lattneradd support for encoding the lo14 forms used for a...
2010-11-15 Chris Lattnerfix a regression with the new instprinter: we lost...
2010-11-15 Chris Lattnerpull the code to get the operand value out of the loop.
2010-11-15 Chris Lattnersplit the giant encoder loop into two new helper functions.
2010-11-15 Chris Lattnerreduce nesting and minor cleanups, no functionality...
2010-11-15 Chris Lattnerimplement the start of support for lo16 and ha16, allow...
2010-11-15 Chris Lattneradd a fixup for conditional branches, giving us output...
2010-11-15 Chris Lattnerchange direct branches to encode with the same encoding...
2010-11-15 Chris Lattnereliminate a now-unneeded operand printer.
2010-11-15 Chris Lattnersplit call operands out to their own encoding class...
2010-11-15 Chris Lattnercorrect the fixup comment printer to work on big endian...
2010-11-15 Chris Lattneradd proper encoding for MTCRF instead of using a hack.
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-15 Chris Lattnerremove a pointless testcase.
2010-11-15 Chris Lattneradd basic encoding support for immediates and registers...
2010-11-15 Chris Lattneradd a dummy entry to fix a build error
2010-11-15 Chris LattnerImplement a basic MCCodeEmitter for PPC. This doesn...
2010-11-15 Chris Lattnerdissolve some more hacks.
2010-11-15 Chris Lattnerfix some fixme's, removing dead code.
2010-11-15 Chris Lattnerremove asmstrings (which can never be printed) from...
2010-11-15 Chris Lattnerstrength reduce TOC temp label generation, no functiona...
2010-11-15 Chris Lattnerrip out a ton of old instruction printing junk now...
2010-11-15 Michael J.... Object: Add missing makefile.
2010-11-15 Evan ChengMake sure ARM multi load / store pass copies memoperand...
2010-11-15 Chris LattnerTurn on the new instprinter by default.
2010-11-15 Michael J.... Add LLVMObject Library.
2010-11-15 Chris Lattnerconvert the operand bits into bitfields since they...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-15 Chris Lattnerremove some extraneous quotes to make the new instprint...
2010-11-15 Chris Lattnersilence a ton of warnings from clang.
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-15 Anton KorobeynikovWhitespace cleanup
2010-11-14 Rafael EspindolaMove the logic to decide with which symbol we produce...
2010-11-14 Chris Lattnerimplement support for the MO_DARWIN_STUB TargetOperand...
2010-11-14 Chris Lattnertidy up, no functionality change.
2010-11-14 Chris Lattnerwith the picbase nonsense starting to be figured out...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnersimplify getPICBaseSymbol a bit.
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:
next