stub out a minimal ARMInstPrinter.
[oota-llvm.git] / lib /
2009-10-19 Chris Lattnerstub out a minimal ARMInstPrinter.
2009-10-19 Chris Lattnerremove strings from instructions who are never asmprinted.
2009-10-19 Jeffrey YasskinClean up the JITResolver stub/callsite<->function maps.
2009-10-19 Chris Lattnersimplify code, reducing string thrashing.
2009-10-19 Chris Lattnerswitch hidden gv stubs to use MachineModuleInfoMachO...
2009-10-19 Chris Lattneruse MachineModuleInfoMachO for non-lazy gv stubs instea...
2009-10-19 Anton KorobeynikovRevert r84295, this unbreaks llvm-gcc bootstrap on...
2009-10-19 Chris Lattnerremove dead map
2009-10-19 Chris Lattnerdon't bother trying to avoid emitting redundant constan...
2009-10-19 Chris Lattnerremove accidental comment.
2009-10-19 Chris Lattneremit .subsections_via_symbols through MCStreamer instea...
2009-10-19 Chris Lattnercleanup doFinalization -> EmitEndOfAsmFile.
2009-10-19 Nate BegemanPR 5245 - The imediate size target flag was not set...
2009-10-19 Dan GohmanFix SplitBlockPredecessors' LoopInfo updating code...
2009-10-19 Dan GohmanFix a typo in a comment.
2009-10-19 Dan GohmanChange a few instance variables to be local variables.
2009-10-19 Dan GohmanChange instnamer to name arguments "arg" instead of...
2009-10-19 Torok EdwinFix PR5247, "lock addq" pattern (and other atomics...
2009-10-19 Chris Lattnervarious cleanups.
2009-10-19 Chris Lattnersimplify.
2009-10-19 Chris Lattnerclean up after metadata changes.
2009-10-19 Nate BegemanAdd support for matching shuffle patterns with palignr.
2009-10-18 Evan ChengSpill slots cannot alias.
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-10-18 Evan ChengOops. I forgot to change the tests first. Disable post...
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-18 Chris Lattnerremove some nonascii weird stuff
2009-10-18 Chris Lattneradd some fixme's
2009-10-18 Chris Lattnerremove the IndMemRemPass, which only made sense for...
2009-10-18 Chris Lattnerfix the other issue with ID's, hopefully really fixing...
2009-10-18 Chris Lattnerfix some problems with ID definitions, which will hopef...
2009-10-18 Chris Lattneradd function passes for printing various dominator...
2009-10-18 Chris Lattnermake DOTGraphTraits public, patch by Tobias Grosser!
2009-10-17 Nick LewyckyFix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:...
2009-10-17 Chris Lattnerinline isGEP away.
2009-10-17 Daniel DunbarFix my -Asserts warning fix.
2009-10-17 Chris LattnerTeach vm core to more aggressively fold 'trunc' constan...
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarRemove llvm::EscapeString, raw_ostream::write_escaped...
2009-10-17 Daniel DunbarUse raw_ostream::write_escaped instead of EscapeString.
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-17 Nick LewyckyEmit newlines at the end of instructions too.
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-10-17 Daniel DunbarRemove unnecessary include.
2009-10-17 Daniel DunbarSuppress -Asserts warning.
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-17 Evan Cheng80 col violation.
2009-10-17 Chris LattnerSimplify some code (first hunk) and fix PR5208 (second...
2009-10-17 Dan GohmanDelete an obsolete comment.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Dan GohmanEnhance CodePlacementOpt's unconditional intra-loop...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Victor HernandezHeapAllocSRoA also needs to check if malloc array size...
2009-10-16 Mon P WangAllow widening of extract subvector
2009-10-16 Devang PatelDo not emit name entry for a pointer type.
2009-10-16 Evan ChengChange createPostRAScheduler so it can be turned off...
2009-10-16 Dan GohmanMove zext and sext casts fed by loads into the same...
2009-10-16 Devang PatelParse PHI instruction with attached metadata.
2009-10-16 Devang PatelIf there is not any llvm instruction associated with...
2009-10-16 Victor HernandezInvert isSafeToGetMallocArraySize check because we...
2009-10-16 Duncan SandsStrip trailing white space.
2009-10-16 Benjamin KramerUpdate CMake file.
2009-10-16 Sanjiv GuptaCleaned up some code. No functionality change.
2009-10-16 Evan ChengI am no spelling bee.
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
2009-10-16 Evan ChengIf post-alloc scheduler is not enabled, it should retur...
2009-10-16 Zhongxing XuIndent code.
2009-10-16 Evan ChengAdd comment.
2009-10-16 Evan Cheng80 column violation.
2009-10-16 Bob WilsonFix more NEON instruction encodings.
2009-10-16 Chris LattnerAdd half precision floating point support (float16...
2009-10-16 Chris Lattneradd haiku support, patch by Paul Davey!
2009-10-16 Daniel DunbarMC: Set symbol values in MachO MCStreamer.
2009-10-16 Daniel DunbarMinor formatting tweaks.
2009-10-16 Daniel DunbarMC: Switch assembler API to using MCExpr instead of...
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-10-16 Daniel DunbarMC: Tweak variable assignment diagnostics, and make...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-10-16 Daniel DunbarMC: Move assembler variable values from MCContext to...
2009-10-16 Daniel DunbarMC: Switch MCContext value table to storing MCExprs.
2009-10-16 Evan ChengWhen checking aliases between phi sources and V2, we...
2009-10-15 Bob WilsonRevert svn r80498 and replace it with a different solut...
2009-10-15 Anton KorobeynikovDllexport stuff cleanup:
2009-10-15 Sandeep PatelBranches must be the last instruction in a Thumb2 IT...
2009-10-15 Bob WilsonFix encoding bits for N3VLInt3_QHS multiclass with...
2009-10-15 Kevin EnderbyFix ARM memory operand parsing of post indexing with...
2009-10-15 Bob WilsonFix a potential performance problem in placing ARM...
2009-10-15 Kevin EnderbyMore bits of the ARM target assembler for llvm-mc,...
2009-10-15 Evan ChengRemove X86Subtarget::IsLinux. It's no longer being...
2009-10-15 Victor HernandezFix bug where array malloc with unexpected computation...
2009-10-15 Benjamin KramerAdd files Sanjiv forgot.
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Jakob Stoklund OlesenMove Blackfin intrinsics into the Target/Blackfin direc...
2009-10-15 Jakob Stoklund OlesenReport errors correctly for unselected target intrinsics.
2009-10-15 Jakob Stoklund OlesenClean up TargetIntrinsicInfo API. Add pure virtual...
2009-10-15 Nick LewyckyAdd missing break statements! Thanks to Duncan Sands...
next