oota-llvm.git
2009-08-22 Tanya LattnerRegenerate configure.
2009-08-22 Tanya LattnerUpdate copyright date.
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris Lattnerrevert 79764, my dependencies failed me again.
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Chris Lattnerremove dead member.
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingNormalize how the 'namespace llvm {' is used in this...
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-22 Chris Lattnerprune some redundant #includes.
2009-08-22 Chris Lattnertweak #includes
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-22 Anton KorobeynikovSome dummy cost model for s390x:
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Improve symbol table support:
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Sketch symbol table support.
2009-08-22 Daniel DunbarFix typo.
2009-08-22 Daniel DunbarForce triple for these tests.
2009-08-22 Daniel Dunbarllvm-mc: Hopefully fix Mach-O tests on big-endian platf...
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Move more logic for writing the Mach...
2009-08-22 Daniel Dunbarllvm-mc: Rename / redefine MCFragment::FileOffset to...
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-22 Douglas GregorCMake: Don't use copy_if_different for TableGen output...
2009-08-22 Owen AndersonReapply r79708 with the appropriate fix for the case...
2009-08-22 Douglas GregorTOT is 2.7svn for CMake, too
2009-08-22 Daniel DunbarChange SmallString::operator{=,+=} to take a StringRef.
2009-08-22 Tanya LattnerRegenerate configure for 2.7svn
2009-08-22 Tanya LattnerTOT is now 2.7svn
2009-08-22 Chris Lattnerrevert r79708 + r79711
2009-08-22 Eli FriedmanMake x86 test actually test x86 code generation. Fix the
2009-08-22 Bob WilsonAdd new intrinsics for Neon vldN_lane and vstN_lane...
2009-08-22 Edward O'CallaghanNote down a few bits and bobs off the top of my head...
2009-08-22 Jim GrosbachAdd basic information about SJLJ EH
2009-08-22 Chris Lattnerrename test, make more specific.
2009-08-22 Eric ChristopherActually remove unused static. Previous commit removed...
2009-08-22 Eric ChristopherRemove unused static.
2009-08-22 Owen AndersonEase contention on this lock by noticing that all write...
2009-08-22 Anton KorobeynikovAdd missing RUN line
2009-08-22 Anton KorobeynikovReduce the test
2009-08-22 Bob WilsonUse CHECK-NEXT to make sure we're only getting one...
2009-08-21 Eric ChristopherMake unit-at-a-time on by default to match the behavior...
2009-08-21 Daniel Dunbarllvm-mc: Improve handling of implicit alignment for...
2009-08-21 Eric ChristopherKill trailing whitespace.
2009-08-21 Chris Lattnerremove the directory too
2009-08-21 Chris LattnerRevert r79563
2009-08-21 Chris Lattnerrevert r79562 + r79563
2009-08-21 Daniel DunbarMake MSVC happy.
2009-08-21 Anton KorobeynikovFix typo.
2009-08-21 Chris Lattnerrevert r79631
2009-08-21 Chris Lattnerrevert 79631
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support .o emission for .org and .align.
2009-08-21 Daniel Dunbarllvm-mc: In a .fill directive, still honor .align even...
2009-08-21 Anton KorobeynikovImplement APInt <-> APFloat conversion for IEEE 128...
2009-08-21 Bob WilsonRename ARM "lane_cst" operands to "nohash_imm" since...
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Anton KorobeynikovAdd fcopysign instructions
2009-08-21 Owen AndersonTry again at privatizing the layout info map, with...
2009-08-21 Anton KorobeynikovExpand few nodes until someone will be crazy enough...
2009-08-21 Anton KorobeynikovTypo :(
2009-08-21 Anton KorobeynikovCorrect instruction names for subtract-with-borrow
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support byte and fill value emission.
2009-08-21 Dan GohmanDon't assume that the operand of an inttoptr is an...
2009-08-21 Bill WendlingFix typo. Should check both values of RangeUse for...
2009-08-21 Anton KorobeynikovHandle 'r' inline asm constraint
2009-08-21 Bob WilsonFix a comment.
2009-08-21 Duncan SandsFix a problem noticed by gcc-4.4:
2009-08-21 Dan GohmanChange getelementptr folding to use APInt instead of...
2009-08-21 Bob WilsonAdd some tests for vext.16 and vext.32.
2009-08-21 Daniel DunbarFix -Asserts warning.
2009-08-21 Daniel Dunbarllvm-mc: Accept .fill size of 8.
2009-08-21 Anton KorobeynikovFix a typo
2009-08-21 Andreas NeustifterRemoved profiling test, lli not available on all platforms.
2009-08-21 Sanjiv GuptaAdd a pass to do call graph analyis to overlay the...
2009-08-21 Benjamin KramerFix build on platforms where stdint.h is not implicitly...
2009-08-21 Anton KorobeynikovMore cpp backend fixes. Now for FP stuff.
2009-08-21 Anton KorobeynikovFix some typos and use type-based isel for VZIP/VUZP...
2009-08-21 Anton KorobeynikovAdd lowering of ARM 4-element shuffles to multiple...
2009-08-21 Anton KorobeynikovAdd simple cost model to perfect shuffle. Currently...
2009-08-21 Anton KorobeynikovAdd nodes & dummy matchers for some v{zip,uzp,trn}...
2009-08-21 Anton KorobeynikovExpand EXTRACT_SUBVECTOR
2009-08-21 Anton KorobeynikovProvide vext.{16,32}
2009-08-21 Anton KorobeynikovUse masks not nodes for vector shuffle predicates....
2009-08-21 Anton KorobeynikovWhitespace cleanup
2009-08-21 Benjamin KramerUpdate CMakeLists.
2009-08-21 Richard Penningtonbug 4530: Make debug information static to it is preser...
2009-08-21 Andreas NeustifterAdded tests for Profiling Infrastructure.
2009-08-21 Bill WendlingMake for 32-bit only.
next