oota-llvm.git
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.
2009-11-21 Jakob Stoklund... Don't leave temporary files in the test directory.
2009-11-21 Jakob Stoklund... Be more clever about calculating live variables through...
2009-11-21 Daniel DunbarAllow SmallString to implicitly convert to StringRef.
2009-11-21 Eric ChristopherAdd more optimizations for object size checking, enable...
2009-11-21 Devang PatelRemove dead code.
2009-11-21 Dale JohannesenWhen generating a vector the really slow way, via loads
2009-11-21 Devang PatelThere is no need to use FoldingSet to unique DIEs.
2009-11-21 Viktor KutuzovAdded two SubtargetFeatures::AddFeatures methods, which...
2009-11-20 David GoodwinRestructure code to allow renaming of multiple-register...
2009-11-20 Evan ChengEnable hoisting load from constant memories.
2009-11-20 Dan GohmanFix a thinko that caused spurious @GOTOFFs.
2009-11-20 Dan GohmanUpdate for new getBlockAddress signature.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-20 Sean CallananRecommitting PALIGNR shift width fixes.
2009-11-20 Dale JohannesenRemove an incorrect overaggressive optimization
2009-11-20 Sean CallananReverting PALIGNR fix until I figure out how this
2009-11-20 Sean CallananFixed PALIGNR to take 8-bit rotations in all cases.
2009-11-20 Devang PatelDo not hold on to a map slot while new entries may...
2009-11-20 David GreeneCleanups.
2009-11-20 Devang PatelThere is no need to emit source location info for DW_TA...
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-20 Dan GohmanFix IPSCCP's code for deleting dead blocks to tolerate...
2009-11-20 Daniel DunbarRevert "Add some rough optimizations for checking routi...
2009-11-20 Eric ChristopherAdd some rough optimizations for checking routines.
2009-11-20 Evan ChengRemat VLDRD from constpool. Clean up some instruction...
2009-11-20 Evan ChengAdd option -licm-const-load to hoist all loads from...
2009-11-20 Jim GrosbachThe verify() call of CPEIsInRange() isn't right for...
2009-11-20 Dan GohmanUse stripPointerCasts(). Thanks Duncan!
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-20 Jakob Stoklund... More consistent labelling of basic blocks in debug...
2009-11-20 Dan GohmanRevert the rule that considers comparisons between...
2009-11-20 Mikhail GlushenkovMove the handling of CommaSeparated options into Provid...
2009-11-20 Duncan SandsFix PR5563, an expensive checks failure when running on
2009-11-20 Duncan SandsFix PR5558, which was caused by a wrong fix for PR3393...
2009-11-20 Benjamin KramerTry to work around grep's "Binary file (standard input...
2009-11-20 Daniel DunbarFix -march= name for x86-64.
2009-11-20 Dan GohmanFix fast-isel to avoid selecting the return instruction...
2009-11-20 Jim GrosbachRemove verifySizes() since it's not adding much value.
2009-11-20 Evan ChengAlso CSE non-pic load from constant pools.
2009-11-20 Dan GohmanAdd an experimental option to run gep-splitting and...
next