oota-llvm.git
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.
2009-08-21 Daniel DunbarTweak svn:ignore
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.
2009-08-21 Daniel Dunbarllvm-mc: Various section parsing fixes.
2009-08-21 Bill WendlingProbably should emit bitcode instead of text.
2009-08-21 Daniel DunbarDon't install llvm-mc by default.
2009-08-21 Bill WendlingRemove #include <iostream>.
2009-08-21 Erick TryzelaarClean up the APInt function getDigit.
2009-08-21 Bill WendlingCorrect for recent assert change.
2009-08-21 Bill WendlingTestcase for r79597.
2009-08-21 Eric ChristopherUpdate error messages for '+'. Fix grammar and make...
2009-08-21 Eric ChristopherFix trailing whitespace and 80-col violation.
2009-08-21 Erick TryzelaarFix bug with APInt::getBitsNeeded with for base 10...
2009-08-21 Erick TryzelaarAllow '+' to appear in APInt strings, and add more...
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-20 Owen AndersonRe-revert r79555. Apparently it's not just buildbot...
2009-08-20 Erick TryzelaarAdd support for including '+' in APFloat strings, more...
2009-08-20 Owen AndersonReapply r79555 for testing. Daniel's trying to work...
2009-08-20 Dale JohannesenUse FileCheck even though this means testing for something
2009-08-20 Bill Wendling--- Reverse-merging r79555 into '.':
2009-08-20 Bill WendlingAttempt to comment this code more.
2009-08-20 Daniel DunbarSuppress build warning in -Asserts
2009-08-20 Sanjiv Guptapart of the previous commit for PIC16 ISR implementation.
2009-08-20 Sanjiv GuptaImplement support for ISRs.
2009-08-20 Owen AndersonReduce contention on the Attributes lock by using atomi...
2009-08-20 Owen AndersonMake the StructType->StructLayout table private to...
2009-08-20 Sean CallananFixed PCMPESTRM128 to have opcode 0x60 instead of 0x62...
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-08-20 Dan GohmanAdd a comment explaining why llvm_unreachable_internal...
2009-08-20 Daniel DunbarFix two APFloat bugs in converting hexadecimal constants.
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-20 Dan GohmanClarify a few things in the inbounds description.
2009-08-20 Misha BrukmanFixed header comment.
2009-08-20 Evan ChengFix an obvious copy-n-paste bug.
2009-08-20 Dale JohannesenUse FileCheck for the test run where it's appropriate.
2009-08-20 Dan GohmanVarious comment and whitespace cleanups.
2009-08-20 Dan GohmanUpdate and fix some comments.
2009-08-20 Benjamin KramerAdd myself to the blame list.
2009-08-20 Sandeep PatelCorrect ARM v7-A architecture name spelling and add...
2009-08-20 Daniel DunbarDon't try to build .bc version of libprofile if LLVMGCC...
2009-08-20 Erick TryzelaarRename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE
2009-08-20 Daniel DunbarRemove cruft for installing runtime/ libraries directly...
2009-08-20 Chris Lattnerfix this back, thanks Eli
2009-08-20 Dan GohmanAdd some comments clarifying what appear to be the...
2009-08-20 Dan GohmanReword a few comments for AnalyzeBranch and InsertBranc...
2009-08-20 Jim GrosbachCheck for shared landing pads when assigning call site...
2009-08-20 Chris Lattnerminor grammar tweak
2009-08-19 Dale JohannesenAdd an extra line to conform with preferred style.
2009-08-19 Reid KlecknerModify an assert to avoid what looks like a GCC 4.2...
2009-08-19 Dan GohmanFix a few places to check if TargetData is available...
2009-08-19 Daniel DunbarAdd a fast path for setName("") on an unnamed value.
next