remove a useless anon-ns, make table const.
[oota-llvm.git] / lib /
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-08-08 Bruno Cardoso LopesUse reloc_absolute_word_sext relocation for X86::MOV64...
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-08 Bruno Cardoso LopesELF improvements:
2009-08-08 Daniel DunbarUpdate CMake
2009-08-08 Jakob Stoklund OlesenClean 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 OlesenUpdate the machine code verifier to keep up with the...
2009-08-08 Jakob Stoklund OlesenRemove RegisterScavenger::isSuperRegUsed(). This comple...
2009-08-08 Jakob Stoklund OlesenSimplify RegScavenger::forward a bit more.
2009-08-08 Andrew Lenharthmove this fp select into a pattern
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 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 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 Lattnercode cleanup
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 Andreas BolkaFix copy-pasto.
2009-08-07 Anton KorobeynikovUnbreak the stuff
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 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 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 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...
2009-08-07 Daniel DunbarUpdate CMake.
2009-08-07 Daniel DunbarRemove unused function.
2009-08-07 Andrew LenharthThese should be expanded
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-07 Dan GohmanFix a typo in a comment.
2009-08-07 Evan ChengIt turns out most of the thumb2 instructions are not...
2009-08-07 Evan ChengCode clean up.
2009-08-07 Lang HamesAdded legal stuff, fixed some formatting issues. Remove...
2009-08-06 Lang HamesNew C++ PBQP solver. Currently about as fast (read...
2009-08-06 Dale JohannesenFix PR 4626, a crash in branch folding after OptimizeBlock
2009-08-06 Dale JohannesenUse stripPointerCasts instead of partially rewriting it.
2009-08-06 Nicolas GeoffrayOutput the new StructType constructor, which takes...
2009-08-06 Jakob Stoklund OlesenGet rid of RegScavenger::backwards() before the bitrot...
2009-08-06 Devang PatelRemove dead code.
2009-08-06 Devang PatelUse DebugInfoFinder
2009-08-06 Devang PatelUse DebugInfoFinder.
2009-08-06 Bob WilsonImplement Neon VST[234] operations.
2009-08-06 David GoodwinAdd parameter to pattern classes to enable an itinerary...
2009-08-06 Chris LattnerFix several fixmes and clean up code by sinking *all...
2009-08-06 John MosbyReg Scavenging generalization (Thumb support):
2009-08-06 Chris Lattnergo through PIC16TargetObjectFile to make sections inste...
2009-08-06 Dan GohmanAdd assertion checks after the calls to LowerFormalArgu...
2009-08-06 Dan GohmanRemove an over-aggressive assert. Functions with empty...
2009-08-06 Anton KorobeynikovWe need to sext global addresses in kernel code model...
2009-08-06 Dan GohmanFix a bug in x86's PreprocessForRMW logic that was...
2009-08-06 Dan GohmanFix a few places in DAGCombiner that were creating...
2009-08-06 Anton KorobeynikovMissed part of recent kernel codemodel tweaks
2009-08-06 Daniel DunbarDon't search the entire type table just to delete a...
2009-08-06 Andreas BolkaSimplify the ZIV tester to the max.
2009-08-06 Bob WilsonNeon does not actually have VLD{234}.64 instructions.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Bob WilsonAdd a new pre-allocation pass to assign adjacent regist...
2009-08-05 Anton KorobeynikovBetter handle kernel code model. Also, generalize the...
2009-08-05 Dan GohmanUse GR32 for copies between GR32_NOSP and GR32_NOREX...
2009-08-05 Daniel DunbarMake block and function count available via ProfileInfo.
2009-08-05 David GoodwinWhen using NEON for single-precision FP, the NEON resul...
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-05 Chris Lattnerremove the 'DataSectionStartSuffix' and 'TextSectionSta...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Dan GohmanMinor code simplification.
2009-08-05 Anton KorobeynikovRemove redundand checks: the only way to have, e.g...
2009-08-05 Dan GohmanhasSuperClass tests for a strict superset relation...
2009-08-05 Anton KorobeynikovUnbreak the stuff, this is ugly, but we cannot do bette...
2009-08-05 Anton KorobeynikovMissed pieces for ARM HardFP ABI.
2009-08-05 Owen AndersonPrivatize the FunctionType table.
next