oota-llvm.git
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.
2009-08-19 Dan GohmanLoosen up the regex for this test so that it doesn...
2009-08-19 Dan GohmanAdd targetdata strings to these tests, since SimplifyLi...
2009-08-19 Tanya LattnerUpdate the release process some more. Lots of good...
2009-08-19 David GreeneRemove an unnecessary include. Now we won't have circu...
2009-08-19 Owen AndersonAttrListPtr operations need to be atomic.
2009-08-19 Dan GohmanFix a bug in the over-index constant folding. When...
2009-08-19 Dale JohannesenHandle 'a' modifier in X86 asms. PR 4742.
2009-08-19 Reid KlecknerFixed error in CPPBackend from a contextification API...
2009-08-19 Daniel DunbarSwitch IRBuilder to using Twine references for names.
2009-08-19 David GreeneAdd missing forward declaration.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 Nicolas GeoffrayAdd a REQUIRES_FRAME_POINTER option to disable the...
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 Owen AndersonGet rid of a helgrind warning. If this is _actually_...
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 Daniel DunbarBuild runtime libraries by default.
2009-08-19 David GreeneAdd missing header.
2009-08-19 Eli FriedmanAdd triple parsing support for TCE.
2009-08-19 Dan GohmanUnbreak GetBufferSize() on uninitialized streams. This...
2009-08-19 Daniel DunbarTweak svn:ignore
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-08-19 Daniel DunbarAdd min and max tests.
2009-08-19 Daniel DunbarAdd SmallString::str (which returns a StringRef); this...
2009-08-19 Benjamin KramerRemove SmallString::append_*int* unit tests.
2009-08-19 Daniel DunbarRemove SmallString::append_*int* methods; how many...
2009-08-19 Daniel DunbarChange ValueSymbolTable to use raw_svector_ostream...
2009-08-19 Bill WendlingMake this test platform neutral.
2009-08-19 Daniel DunbarChange raw_svector_ostream to reserve the input buffer...
2009-08-19 Daniel DunbarFix typo
2009-08-19 Dan GohmanRemove temporary testing code.
2009-08-19 Dan GohmanMake SROA and PredicateSimplifier cope if TargetData...
2009-08-19 Dan GohmanUse hasDefinitiveInitializer() instead of testing the...
2009-08-19 Dan GohmanCanonicalize indices in a constantexpr GEP. If Indices...
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Daniel DunbarSwitch Twine::str() to use toVector(), which is now...
2009-08-19 David GoodwinUpdate Cortex-A8 instruction itineraries for integer...
2009-08-19 Owen AndersonAdd a first stab at describing LLVMContext.
2009-08-19 Daniel DunbarSwitch raw_svector_ostream to use the vector as the...
2009-08-19 Daniel DunbarAdd SmallVector::{capacity,set_size}.
2009-08-19 Erick TryzelaarBasicBlock::getContext can no longer return a NULL...
2009-08-19 Erick TryzelaarUpdate the ocaml docs to work with LLVMContext.
2009-08-19 Erick TryzelaarConvert the rest of the ocaml types and functions to...
2009-08-19 Owen AndersonReapply my less-lock-contention-in-leak-detector patch...
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-19 Daniel DunbarFix a commento.
2009-08-19 Daniel DunbarSpeculatively revert r79375, which may be breaking...
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-08-19 Sandeep PatelTest commit access with a first act of vanity.
2009-08-19 Duncan SandsFix cmake build on non-x86 targets. Patch by
next