oota-llvm.git
2010-04-16 Duncan SandsRevert commit 101503 (johannes), in the hope of fixing...
2010-04-16 Johnny ChenRemove the assert() from printAddrMode2OffsetOperand...
2010-04-16 Dan GohmanTrim a #include.
2010-04-16 Dan GohmanRevert r101455, which fails on the llvm-arm-linux buildbot.
2010-04-16 Dale JohannesenUse a ValueMap not a std::map for the reason indicated
2010-04-16 Evan Cheng80 col.
2010-04-16 Evan Cheng80 col.
2010-04-16 Dan GohmanAvoid creating virtual registers for unused values.
2010-04-16 Dan GohmanFix an assertion string.
2010-04-16 Dan GohmanFix a comment.
2010-04-16 Dan GohmanDisable inlining of recursive calls. It can complicate...
2010-04-16 Dan GohmanRefine the detection of seemingly infinitely recursive...
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Dan GohmanMake callIsSmall accessible as a utility function.
2010-04-16 Dan GohmanFix SCEVCommutativeExpr::print to be robust in the...
2010-04-16 Dan GohmanDelete a blank line.
2010-04-16 Dan GohmanAdd Debug+Coverage to more svn:ignore properties.
2010-04-16 Bill WendlingAdd JIT exception handling test.
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-04-16 Chris Lattnercompleted my pass over all 6+ months of commits, next...
2010-04-16 Evan ChengAdding support for dag combiner to promote operations...
2010-04-16 Evan ChengUse getAL() rather than a major constant.
2010-04-16 Dan GohmanAdd Debug+Coverage and friends to svn:ignore properties.
2010-04-16 Eric ChristopherAdd a check for posix_spawn.
2010-04-16 Dan GohmanRefine further the scope where the global DebugLoc...
2010-04-16 Nick LewyckyRevert r64616 which worked around gcc.gnu.org/PR42757...
2010-04-16 Eric ChristopherSilence an unused variable warning.
2010-04-16 Chris Lattnerfix comment noticed by Bob
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-16 Chris Lattnermove comment.
2010-04-16 Chris Lattnerfix PR6832: we were using the alignment of a pointer...
2010-04-16 Dan GohmanCreate an exports file, so that the plugin only exports...
2010-04-16 Dan GohmanMake things static that don't need to be referenced...
2010-04-16 Chris Lattnerimprove comments.
2010-04-16 Dan GohmanAdd an svn:ignore.
2010-04-16 Chris Lattnerpull all the ConvertToScalarInfo code together into one
2010-04-16 Chris Lattnermore refactoring: suck some stuff out of SRoA into
2010-04-16 Gabor Greifshift intrinsic operand
2010-04-15 Chris Lattnerintroduce a new ConvertToScalarInfo struct to simplify
2010-04-15 Jakob Stoklund... Avoid sinking machine instructions into a loop.
2010-04-15 Johnny ChenAdded another test case for am3offset operand, testing...
2010-04-15 Jakob Stoklund... Add test case for machine-sink on critical edges
2010-04-15 Johnny ChenFixed a bug in ARM disassembly where LDRSBT should...
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanAdd a dependency on the .dir file to make sure that...
2010-04-15 Evan ChengUse default lowering of DYNAMIC_STACKALLOC. As far...
2010-04-15 Chris Lattnertidy interface to isOnlyCopiedFromConstantGlobal
2010-04-15 Daniel DunbarDon't use absolute path for EXPORTED_SYMBOL_FILE, this...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2010-04-15 Gabor Greifzap mergeinfo
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Duncan SandsPointed out by housel on #llvm.
2010-04-15 Jakob Stoklund... Fix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Nicolas GeoffrayMake sure the initialization of a GC root is after...
2010-04-15 Anton KorobeynikovRevert r100896 and around - this breaks the only mingw3...
2010-04-15 Gabor Greifprune includes
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-04-15 Johnny ChenDEBUG() print out "Unknown format" msg.
2010-04-15 Dan GohmanReuseFrameIndexVals is used in multiple files, so it...
2010-04-15 Dan GohmanEnablePPC64RS and EnablePPC32RS are used in multiple...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanFix namespace polution.
2010-04-15 Dan GohmanMake getPredecessorWithUniqueSuccessorForBB return...
2010-04-15 Gabor Greiftypos
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifzap mergeinfo
2010-04-15 Benjamin KramerSimplify ".bc" detection.
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Chris Lattnerfurther tweak this to do something useful.
2010-04-15 Chris Lattnerremove undef control flow.
2010-04-15 Daniel DunbarRemove unnecessary uses of <iostream>.
2010-04-15 Daniel Dunbartests: MC/Disassembler tests depend on ARM support...
2010-04-15 Chris Lattnerfix a crash on "lli ex" or any other file whose name...
2010-04-15 Anders CarlssonFix build.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Eric ChristopherAllow lowering for palignr instructions for mmx sized...
2010-04-15 Evan ChengMore 80 violations.
2010-04-15 Johnny ChenWrap the error msgs in DEBUG() macro so that they won...
2010-04-15 Evan Cheng80 col violations.
2010-04-15 Devang PatelAdd comment.
2010-04-14 Devang PatelThere is no need to track compile unit offsets if there...
2010-04-14 Devang PatelRemove dead code.
2010-04-14 Tobias GrosserIPO needs ScalarOpts and InstCombine in its libs
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, the...
2010-04-14 Jim GrosbachAdd -arm-long-calls option to force calls to be indirec...
2010-04-14 Dan GohmanFix TrackingVH to handle const Value subclasses.
2010-04-14 Dan GohmanRemove a const here. This makes this function consisten...
2010-04-14 Dan GohmanConstify GetConstantStringInfo.
2010-04-14 Nicolas GeoffrayDon't use DILocation when processing a DebugLoc.
2010-04-14 Johnny ChenFor t2BFI disassembly, apply the same error checking...
2010-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. The utility...
2010-04-14 Jakob Stoklund... Remove unneeded types from test.
2010-04-14 Evan Cheng- Code clean up to reduce indentation.
2010-04-14 Dan GohmanUse FunTy instead of hard-coding Function.
next