oota-llvm.git
2009-11-24 Bob WilsonRefactor target hook for tail duplication as requested...
2009-11-24 Dale JohannesenDo not store R31 into the caller's link area on PPC.
2009-11-24 Devang PatelEnable debug info for ppc-darwin.
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-24 Devang PatelRemove DebugLabelFolder pass. It is not used by dwarf...
2009-11-24 Devang PatelSwith to pubtypes section before emitting pub types.
2009-11-24 Daniel DunbarRemove bogus error handling code.
2009-11-24 Edward O'CallaghanFix comments as pre-post review for rev.89765.
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-11-24 Edward O'CallaghanFix for PR5373, Credit to Jakub Staszak.
2009-11-24 Evan ChengEnable predication of NEON instructions in Thumb2 mode.
2009-11-24 Jeffrey YasskinOops. Re-disable JITTest.NoStubs on ARM and PPC since...
2009-11-24 Dan GohmanDelete some dead and non-obvious code.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-24 Dale JohannesenMake capitalization of names starting "is" more consistent.
2009-11-24 Evan ChengData type suffix must come after predicate.
2009-11-24 David Goodwin<rdar://problem/6721894>. Allow multiple registers...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-24 Jim Grosbach80 column violations
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-23 Jim Grosbachenable iv-users simplification by default
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-11-23 Evan ChengMassive refactoring of NEON instructions. Separate...
2009-11-23 Dan GohmanSimplify this code.
2009-11-23 Dan GohmanPrint the debug info line and column in MachineInstr...
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
2009-11-23 Johnny ChenPartially revert r84730 by removing N2VDup from ARMInst...
2009-11-23 Jim Grosbachupdate test for 89694
2009-11-23 Jim Grosbachfold immediate of a + Const into the user as a subtract...
2009-11-23 Johnny ChenRevert r84572 by removing N3VImm from ARMInstrFormats...
2009-11-23 Devang PatelAdd CreateLocation varinat that accepts MDNode (with...
2009-11-23 Devang PatelRevert r89487.
2009-11-23 Johnny ChenPartially revert r89377 by removing NLdStLN class defin...
2009-11-23 Dan GohmanMove CopyCatchInfo into FunctionLoweringInfo.cpp too...
2009-11-23 Dan GohmanRename SelectionDAGLowering to SelectionDAGBuilder...
2009-11-23 Johnny ChenMake it clear that the index bit(s) of Vector Get Lane...
2009-11-23 Dan GohmanMove RegsForValue to an anonymous namespace, since...
2009-11-23 Dan GohmanMove some more code out of SelectionDAGBuild.cpp and...
2009-11-23 David GoodwinMinor itinerary fixes for FP instructions.
2009-11-23 Ted KremenekUpdate CMake file.
2009-11-23 Dan GohmanMove the FunctionLoweringInfo class and some related...
2009-11-23 Chris Lattnerfix comment, thanks all :)
2009-11-23 Chris Lattneruse the new isNoAlias method to simplify some code...
2009-11-23 Chris Lattnerwhitespace cleanup, tidying
2009-11-23 Chris Lattnerspeed up BasicAA a bit by implementing a long-standing...
2009-11-23 Chris Lattneradd a helper
2009-11-23 Dan GohmanMove FunctionPassManagerImpl's dumpArguments and dumpPa...
2009-11-23 Dan GohmanMake ConstantFoldConstantExpression recursively visit...
2009-11-23 Dan GohmanFix a use of an invalidated iterator in the case where...
2009-11-23 Duncan SandsI forgot to update the prototype for LLVMBuildIntCast...
2009-11-23 Nick LewyckyStart catching LLVMContext misuse in the verifier.
2009-11-23 Nick LewyckyPull LLVMContext out of PromoteMemToReg.
2009-11-23 Nick LewyckyRemove LLVMContext and its include.
2009-11-23 Nick LewyckyRemove unused LLVMContext.
2009-11-23 Nick LewyckyRemove dead LLVMContext argument.
2009-11-23 Nick LewyckyReapply r88830 with a bugfix: this transform only appli...
2009-11-23 Oscar FuentesCMake: Updated library dependencies.
2009-11-23 Oscar FuentesCMake: Do not try to install a target before it is...
2009-11-23 Oscar FuentesCMake: generate targets for tools and examples even...
2009-11-22 Daniel DunbarFileCheck, PR5239: Try to find the intended match on...
2009-11-22 Daniel DunbarFileCheck: When a string using variable references...
2009-11-22 Daniel DunbarSourceMgr: Add ShowLine argument to PrintMessage, to...
2009-11-22 Daniel DunbarAllow '_' in FileCheck variable names, it is nice to...
2009-11-22 Jim GrosbachAdd getFrameIndexReference() to TargetRegisterInfo...
2009-11-22 Jim GrosbachMove default FrameReg val to getFrameIndexReference...
2009-11-22 Jim Grosbach80-column cleanup
2009-11-22 Jakob Stoklund... Teach MachineBasicBlock::updateTerminator() to handle...
2009-11-22 Daniel DunbarUpdate doc re: LLVM_BUILD_EXAMPLES.
2009-11-22 Daniel DunbarUse ExtractElementInst::Create instead of new; patch...
2009-11-22 Chris Lattneradd fixme for dubious code. Duncan, what do you think?
2009-11-22 Chris Lattnerremove a silly condition that doesn't make a lot of...
2009-11-22 Chris Lattnerreduce indentation, no functionality change.
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-11-22 Edward O'CallaghanMiss two, PR5307.
2009-11-22 Edward O'CallaghanConvert Thumb2 tests to FileCheck for PR5307.
2009-11-22 Benjamin KramerTurns out stuff gets allocated to different registers...
2009-11-22 Edward O'CallaghanConvert ARM tests to FileCheck for PR5307.
2009-11-22 Benjamin KramerConvert test to FileCheck.
2009-11-22 Edward O'CallaghanForgot to alter RUN line when converting to FileCheck.
2009-11-22 Edward O'CallaghanFix for bad FileCheck converts in revision 89584.
2009-11-22 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-11-22 Bob WilsonFix whitespace.
2009-11-22 Bob WilsonFix pr5470. Tablegen handles template arguments by...
2009-11-22 Nick LewyckyRemove dead code. While there, also turn a few 'T*...
2009-11-22 Jim GrosbachGenerate more correct debug info for frame indices.
2009-11-22 Anton KorobeynikovMinor optimization: when doing eq/ne comparions and...
2009-11-22 Anton KorobeynikovDrop unsupported imm operands
2009-11-22 Anton KorobeynikovUse 2-byte alignment for functions. 4 bytes are clear...
2009-11-22 Anton KorobeynikovUse semicolon as assembler comment string
2009-11-21 Jim GrosbachRevert 89562. We're being sneakier than I was giving...
2009-11-21 Jim Grosbachremove trailing whitespace
2009-11-21 Bob WilsonFix some spelling in comments.
2009-11-21 Bob WilsonAvoid a redundant assertion.
2009-11-21 Jim GrosbachDarwin requires a frame pointer for all non-leaf functi...
2009-11-21 Evan ChengAdd predicate operand to NEON instructions. Fix lots...
2009-11-21 Evan ChengAllow target to disable if-converting predicable instru...
2009-11-21 Devang PatelCosmetic changes, which were long overdue, in DwarfDebu...
2009-11-21 Devang PatelWe are not using DBG_STOPPOINT anymore.
2009-11-21 Evan ChengMaintain stylistic consistency.
next