add a twine version of MCContext::GetOrCreateSymbol.
[oota-llvm.git] / lib /
2009-10-19 Chris Lattneradd a twine version of MCContext::GetOrCreateSymbol.
2009-10-19 Chris Lattnerlower the ARM::CONSTPOOL_ENTRY pseudo op, giving us...
2009-10-19 Jim GrosbachAdjust the scavenge register spilling to allow the...
2009-10-19 Chris Lattneradd MCInstLower support for lowering ARM::PICADD, a...
2009-10-19 Owen AndersonRefactor lookup_or_add to contain _MUCH_ less duplicate...
2009-10-19 Chris Lattneradd register list and hacked up addrmode #4 support...
2009-10-19 Chris Lattnerrevert r84540, fixing build breakage I didn't see becau...
2009-10-19 Chris Lattneradd addrmode2 support, getting us up to:
2009-10-19 Chris Lattneradd jump tables, constant pools and some trivial global
2009-10-19 Victor HernandezMalloc calls are marked NoAlias, so the code below...
2009-10-19 Chris Lattnerpass mangler in as a reference instead of a pointer.
2009-10-19 Chris Lattnerreduce #includes
2009-10-19 Chris Lattneradd printing support for SOImm operands, getting us to:
2009-10-19 Owen AndersonSimplify some code.
2009-10-19 Chris Lattnerwire up some basic printOperand goodness, giving us...
2009-10-19 Chris Lattneradd the files that go with the previous rev
2009-10-19 Chris Lattnerwire up skeletal support for having llc print instructions
2009-10-19 Owen AndersonBanish ConstantsLock. It's serving no purpose other...
2009-10-19 Chris Lattnerwire up ARM's printMCInst method. Now llvm-mc should...
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...
next