oota-llvm.git
2009-08-08 Chris Lattnerfix edito
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher (missed a...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Anton KorobeynikovUse subclassing to print lane-like immediates (w/o...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher.
2009-08-08 Chris Lattnerremove nondeterminstic test.
2009-08-08 Chris Lattneradd a note about dead zero extends.
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
2009-08-08 Chris Lattnerswitch this to create coff sections for now, it doesn...
2009-08-08 Eric ChristopherAdd crc32 instruction and intrinsics. Add a new class...
2009-08-08 Jakob Stoklund... Add support for READCYCLECOUNTER in Blackfin back-end.
2009-08-08 Chris Lattneradd new PIC16Section class, this time hopefully not...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch token matching to use the...
2009-08-08 Daniel DunbarRevert r78501, it doesn't build.
2009-08-08 Chris Lattnermake PIC16 create its own custom MCSection.
2009-08-08 Chris Lattnermake target-specific TLOF impls (except PIC16) create...
2009-08-08 Chris Lattnerstub out PECOFF/MachO/ELF MCSection classes
2009-08-08 Chris Lattnereliminate TargetLoweringObjectFileSparc in favor of...
2009-08-08 Jakob Stoklund... Don't build illegal ops in DAGCombiner::SimplifyBinOpWi...
2009-08-08 Chris Lattnergive pic16 a target-specific section creation name too
2009-08-08 Chris Lattnernow that getOrCreateSection is all object-file specific,
2009-08-08 Chris Lattnersink getOrCreateSection down into all the object file...
2009-08-08 Eric ChristopherFix some cut and paste-os.
2009-08-08 Chris Lattneradd a little function to do arbitrary string pattern...
2009-08-08 Chris Lattneradd another const
2009-08-08 Chris Lattnerremove a useless anon-ns, make table const.
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-08-08 Eric ChristopherDefine intrinsics for crc instruction.
2009-08-08 Bruno Cardoso... Use reloc_absolute_word_sext relocation for X86::MOV64...
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-08 Bruno Cardoso... ELF improvements:
2009-08-08 Daniel DunbarUpdate CMake
2009-08-08 Jakob Stoklund... Clean out per-function data after the machine code...
2009-08-08 Anton KorobeynikovAdd insert_elt / extract_elt patterns for v4f32 stuff.
2009-08-08 Anton KorobeynikovLane number should be printed w/o hash
2009-08-08 Anton KorobeynikovUse VLDM / VSTM to spill/reload 128-bit Neon registers
2009-08-08 Jakob Stoklund... Update the machine code verifier to keep up with the...
2009-08-08 Jakob Stoklund... Remove RegisterScavenger::isSuperRegUsed(). This comple...
2009-08-08 Jakob Stoklund... Simplify RegScavenger::forward a bit more.
2009-08-08 Andrew Lenharthmove this fp select into a pattern
2009-08-08 Benjamin KramerAlways initialize AsmConds.
2009-08-08 Benjamin KramerMSVC doesn't like member variables with the same name...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-08 Bob WilsonImplement Neon VZIP and VUZP instructions. These are...
2009-08-08 Bob WilsonImplement Neon VTRN instructions. For now, anyway...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch to a unified function to...
2009-08-08 Evan ChengAdd a skeleton Thumb2 instruction size reduction pass.
2009-08-08 Evan ChengCode refactoring. No functionality change.
2009-08-08 Evan ChengtADDhirr should target GPR, not tGPR.
2009-08-08 Evan ChengI can type.
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Daniel DunbarFix some -Asserts unused variable warnings.
2009-08-08 Andreas BolkaAdd another Strong-SIV testcase.
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-07 Anton KorobeynikovDo not generate 32-bit call on win64 when imm does...
2009-08-07 Chris Lattnerrename test
2009-08-07 Chris Lattnermerge a bunch of tests together into one, convert to...
2009-08-07 Bob WilsonAdd new intrinsics for Neon VTRN, VZIP and VUZP operati...
2009-08-07 Daniel DunbarAdd DEBUG_WITH_TYPE as a clean alternative to tweaking...
2009-08-07 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-07 Chris Lattnercode cleanup
2009-08-07 Benjamin KramerUnbreak build.
2009-08-07 David GoodwinMake NEON single-precision FP support the default for...
2009-08-07 Chris Lattnerremove a bunch of now-dead crud from the asmprinter...
2009-08-07 Chris Lattnerfix the column output stuff in the asmwriter from being...
2009-08-07 Andreas BolkaFix copy-pasto.
2009-08-07 Anton KorobeynikovUnbreak the stuff
2009-08-07 Argyrios KyrtzidisModifications to dyn_cast/cast to make them work for...
2009-08-07 Kevin EnderbyAdded Mac OS X assembler style conditional assembly...
2009-08-07 Chris Lattnerfix comment pastos
2009-08-07 Evan ChengBack out some of recent register scavenger change by...
2009-08-07 Andrew Lenharthavoid this libcall with long inline expansion
2009-08-07 Anton Korobeynikov2 more vdup.32 cases
2009-08-07 Evan ChengA big oops. Thumb1 default CC is a def of CPSR, not...
2009-08-07 Chris Lattnerstrength reduce anonymous namespace to static.
2009-08-07 Chris Lattnertidy up
2009-08-07 Bill WendlingReformatting of lines. Put multiple DEBUG statements...
2009-08-07 Evan ChengThumb2 32-bit ldm / stm needs .w suffix if submode...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move emit for register -> enum...
2009-08-07 Daniel DunbarXFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin...
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Tweaks in response to feedback.
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-07 Evan ChengThis is done.
2009-08-07 Evan ChengUse 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR...
2009-08-07 Evan ChengFix support to use NEON for single precision fp math.
2009-08-07 Andreas BolkaSIV/MIV classification for LDA.
2009-08-07 Dale JohannesenRewrite previous patch to follow Chris' stylistic
2009-08-07 Devang PatelFix dom frontier update. This fixes PR4667.
2009-08-07 Andreas BolkaFix Strong-SIV testcase.
2009-08-07 Sanjiv GuptaMinor fixes to avoid using invalid debugloc.
2009-08-07 Benjamin KramerSimplify code and avoid allocations.
2009-08-07 Daniel DunbarImprove disabling of X86 AsmMatcher.
2009-08-07 Daniel DunbarDisable X86 AsmMatcher for now, it is causing gcc-4...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-07 Evan ChengError out, rather than infinite looping, if constant...
2009-08-07 Evan ChengAnother coalescer bug. When a dead copy is eliminated...
2009-08-07 Evan ChengtBfar is bl, which clobbers LR.
2009-08-07 Sanjiv GuptaRun memsel inserter just before emit assembly to avoid...
next