oota-llvm.git
2009-10-20 Chris Lattneradd a real testcase for PR4313
2009-10-20 Chris Lattneradd a test similar to that needed for PR4313, but that...
2009-10-20 Chris Lattnerthe date on this testcase is wrong, it is unreduced...
2009-10-20 Dan GohmanFix another place that calls Loop::contains a lot to...
2009-10-20 Chris Lattnermerge and filecheckize
2009-10-20 Chris Lattnermerge two tests and convert to filecheck.
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 Daniel DunbarNNT: Implement "config mode", use -config path/to/llvm...
2009-10-20 Daniel DunbarNNT: Remove unused BUILDTYPE argument.
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 DunbarPowerPC ifdef'ing considered more complicated than...
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 Nick LewyckyCorrect test for PowerPC.
2009-10-20 Daniel DunbarRevert "Tweak top-level Makefile to facilitate Apple...
2009-10-20 Daniel DunbarNNT: Remove duplicate verbose print.
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
2009-10-19 Chris Lattnersimplify by using the twine form of GetOrCreateSymbol
2009-10-19 Oscar FuentesUpdated cmake library dependencies.
2009-10-19 Jim GrosbachEnable allocation of R3 in Thumb1
2009-10-19 Chris Lattneruse EmitLabel instead of text emission
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 Mikhail GlushenkovMore refactoring...
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 Chris Lattnerconvert to filecheck syntax and make a lot more aggressive.
2009-10-19 Anton KorobeynikovRevert r84295, this unbreaks llvm-gcc bootstrap on...
2009-10-19 Chris Lattnerrename test
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 Stuart HastingsTweak top-level Makefile to facilitate Apple-style...
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 Daniel DunbarNNT: Add -parallel-test option, which runs llvm-test...
2009-10-19 Daniel DunbarNNT: Don't hard code -l3.0 argument to make, this is...
2009-10-19 Daniel DunbarNNT: Fix refactoro, I dropped the list of all (llvm...
2009-10-19 Daniel DunbarNNT: Lift conditional logic out of test steps.
2009-10-19 Daniel DunbarNNT: Now that build & test steps are factored out,...
2009-10-19 Daniel DunbarNNT: Sink code for running nightly test into subroutine.
2009-10-19 Daniel DunbarNNT: Tweaks and simplifications.
2009-10-19 Daniel DunbarNNT: Move build code into subroutine.
2009-10-19 Daniel DunbarNNT: Move source checkout code into subroutine.
2009-10-19 Daniel DunbarNNT: Remove .{o,a} size info, this is better tracked...
next