fix warning.
[oota-llvm.git] / lib /
2009-10-22 Chris Lattnerfix warning.
2009-10-22 Devang PatelFix getHandlerNames() interface. Now it populate clinet...
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-22 Devang PatelUse StringRef to construct MDString.
2009-10-22 Chris Lattnerfix PR5262.
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-22 Anton KorobeynikovFix null pointer dereference.
2009-10-22 Devang PatelRemove meaningless const.
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
2009-10-21 Chris Lattnerrevert r84754, it isn't the right approach. Edwin...
2009-10-21 Jim GrosbachMissing piece of the ARM frame index post-scavenging...
2009-10-21 Benjamin KramerFix thinko noticed by Chris.
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-21 Benjamin KramerRemove pointless return; at end of function.
2009-10-21 Jim GrosbachThe spill restore needs to be resolved to the SP/FP...
2009-10-21 Jim GrosbachConditionalize ARM/T2 frame index post-scavenging while...
2009-10-21 Benjamin KramerSimplify code. No intended functionality change.
2009-10-21 Devang PatelUse StringRef.
2009-10-21 Bob WilsonMost of the NEON shuffle instructions do not support...
2009-10-21 Devang PatelDo not use SmallVector to store MDNode elements.
2009-10-21 Anton KorobeynikovRevert r84764, it breaks mingw build
2009-10-21 Jim GrosbachImprove handling of immediates by splitting 32-bit...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-21 Anton KorobeynikovImplement branch folding
2009-10-21 Anton KorobeynikovCosmetic changes, no functionality changes
2009-10-21 Victor HernandezMake changes to rev 84292 as requested by Chris Lattner.
2009-10-21 Bob WilsonFix NEON VST2LN instruction encoding.
2009-10-21 Bob WilsonRevert 84732. It was the wrong fix.
2009-10-21 Devang PatelIncorporate various suggestions Chris gave during metad...
2009-10-21 Sanjiv GuptaBuild shared lib instead of an archive.
2009-10-21 Jim GrosbachCleanup of frame index scavenging. Better code flow...
2009-10-21 Torok EdwinFix PR5262: when folding select into PHI, make sure...
2009-10-21 Sanjiv GuptaAdd a pass to overlay pic16 data sections for function...
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-21 Evan ChengNeed a comma after imp-use.
2009-10-21 Douglas GregorDe-bork CMake build
2009-10-21 Chris Lattnermake GVN work better when TD is not around:
2009-10-21 Chris Lattnertidy
2009-10-21 Bob WilsonFix some more NEON instruction encoding problems.
2009-10-21 Devang PatelDo not remove dead metadata for now.
2009-10-21 Bob WilsonLeave some NEON instruction encoding bits unspecified...
2009-10-21 Dan GohmanRevert r84658 and r84691. They were causing llvm-gcc...
2009-10-21 Chris LattnerIPSCCP is missing stuff.
2009-10-21 Jeffrey YasskinDelete the MacOSJITEventListener per echristo's request...
2009-10-21 Anton KorobeynikovAdd note
2009-10-21 Anton KorobeynikovBe crazy and assert in case of unsupported modifier...
2009-10-21 Anton KorobeynikovHandle external symbols
2009-10-21 Anton KorobeynikovDistinguish between pcrel imm operands and 'normal...
2009-10-21 Anton KorobeynikovAdd basic block operands & jump kinds
2009-10-21 Anton KorobeynikovIgnore all implicit reg operands
2009-10-21 Anton KorobeynikovAdd a workaround for different memops prefixes
2009-10-21 Anton KorobeynikovCheckpoint MCInst printer. We (almostly) able to print...
2009-10-21 Anton KorobeynikovAdd simple operand printing stuff
2009-10-21 Anton KorobeynikovAdd experimental MSP430 MCInstLowering stuff
2009-10-21 Anton KorobeynikovWire up MSP430 printMCInst() method
2009-10-21 Anton KorobeynikovAdd MSP430 InstPrinter stub
2009-10-21 Anton KorobeynikovUse proper target data
2009-10-20 David GoodwinRespect src register allocation requirements when break...
2009-10-20 Devang PatelCosmetic changes.
2009-10-20 Daniel DunbarFix -Asserts warning.
2009-10-20 Anton KorobeynikovFix invalid for vector types fneg(bitconvert(x)) =...
2009-10-20 Lang HamesOops. Backing out 84681 - needs to wait for the indexin...
2009-10-20 Lang HamesAdded some debugging output to pre-alloc splitting.
2009-10-20 Dan GohmanFix another place that calls Loop::contains a lot to...
2009-10-20 Jim GrosbachDisable by default while debugging
2009-10-20 Chris Lattneralternate fix for PR5258 which avoids worklist problems...
2009-10-20 Jim Grosbachadd cmd line opt to disable frame index reuse for ARM...
2009-10-20 Dan GohmanRestore LoopUnswitch's block-oriented threshold. LoopUn...
2009-10-20 David GoodwinCheckpoint more aggressive anti-dependency breaking...
2009-10-20 Jim GrosbachBetter handle instructions that re-def a scratch register
2009-10-20 Dan GohmanFollowing r84485, add Defs = [EFLAGS] to the 32-bit...
2009-10-20 Jeffrey YasskinMove the Function*->allocated blocks map from the JITMe...
2009-10-20 Jim GrosbachRegister re-use for scavenged frame indices must check...
2009-10-20 Dan GohmanMake TranslateX86CC return COND_INVALID instead of...
2009-10-20 Torok EdwinFix PR5258, jump-threading creating invalid PHIs.
2009-10-20 Torok EdwinFix PR4313: IPSCCP was not setting the lattice value...
2009-10-20 Benjamin KramerRandom #include pruning.
2009-10-20 Sanjiv GuptaThis file is replaeced by PIC16Section.h.
2009-10-20 Chris Lattnerimplement some more easy hooks.
2009-10-20 Chris LattnerImplement some hooks, make printOperand abort if unknow...
2009-10-20 Chris Lattnert2MOVi32imm is currently always lowered by the Thumb2IT...
2009-10-20 Daniel DunbarWire up the ARM MCInst printer, for llvm-mc.
2009-10-20 Dan GohmanRe-apply r84295, with fixes to how the loop "top" and...
2009-10-20 Evan ChengTrim unnecessary includes.
2009-10-20 Dan GohmanAdd getTopBlock and getBottomBlock member functions...
2009-10-20 Jim GrosbachNow that all ARM subtargets use frame index scavenging...
2009-10-20 Evan ChengIf the physical register being spilled does not have...
2009-10-20 Jim GrosbachEnable post-pass frame index register scavenging for...
2009-10-20 Chris Lattnerlower ARM::MOVi32imm properly.
2009-10-20 Chris Lattneradd support for external symbols. The mc instprinter...
2009-10-20 Chris Lattnerget fancy: support basic block operands. Yay for jumps.
2009-10-20 Chris Lattneradd supprort for the 'sbit' operand, MOVi apparently...
2009-10-20 Chris Lattneradd support for instruction predicates.
2009-10-20 Chris Lattnerimplement printSORegOperand, add lowering for the nasty...
2009-10-20 Jim GrosbachRefs: A8-598.
2009-10-20 Jim GrosbachAdd missing encoding bits to NLdSt class of instructions.
2009-10-19 Chris LattnerX86 should ignore implicit regs when lowering to MCInst...
2009-10-19 Chris Lattnerhandle addmode4 modifiers, fix a fixme in printRegisterList
next