oota-llvm.git
2013-01-31 Dan GohmanAn alloca can be equal to an argument. It can't *alias...
2013-01-31 Chandler CarruthSwitch the code added in r173885 to use the new, shiny...
2013-01-31 Chandler CarruthFix a think-o in the condition here. =[ I would commit...
2013-01-31 Bill Wendlings/AttrBuilder::addAttributes/AttrBuilder::addAttribute...
2013-01-31 Chandler CarruthFix a copy/paste-o that got missed because 'check'...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Richard SmithRegenerate configure to hopefully fix buildbot breakage...
2013-01-31 NAKAMURA TakumiUpdate AMDGPURegisterInfo::eliminateFrameIndex() corres...
2013-01-31 Richard SmithAdd -Wno-nested-anon-types to -pedantic builds of LLVM...
2013-01-31 Daniel Dunbar[lit] Add a test for internal shell execution behaviors.
2013-01-31 Daniel Dunbar[lit] Change to raise InternalShellError for all comman...
2013-01-31 Dan GohmanDocument another instsimplify assumption.
2013-01-31 Tom StellardR600: Fold clamp, neg, abs
2013-01-31 Tom StellardR600: Consider bitcast when folding const_address node.
2013-01-31 Tom StellardR600: Make store_dummy intrinsic more general by passin...
2013-01-31 Chad RosierRemove unused variable, which should have been removed...
2013-01-31 Manman RenLinker: correctly link in dbg.declare
2013-01-31 Bill WendlingAdd support for emitting a string attribute.
2013-01-31 Daniel Dunbar[lit] Fix bug where InternalShellError messages were...
2013-01-31 Chad RosierAdd braces, so my head doesn't explode.
2013-01-31 Daniel Dunbar[lit] Fix a shell parsing bug with ';' not separated...
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Manman Ren[Dwarf] early exit to avoid creating dangling DIEs
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-31 Jim Grosbachinterpreter: Fix errant fallthrough.
2013-01-31 Jim GrosbachObject: Fix errant fallthrough.
2013-01-31 Jim GrosbachRuntimeDyld: Fix errant fallthrough.
2013-01-31 Edwin VaneTurn off missing field initializer warnings for gcc
2013-01-31 Daniel Dunbar[lit] Add a test for the various ShTest format features.
2013-01-31 Daniel Dunbar[lit] TestRunner: Eliminate failDueToStderr argument...
2013-01-31 Daniel Dunbar[lit] Delete the now-unused SyntaxCheckTest format.
2013-01-31 Jakob Stoklund... Clarify intent.
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-31 Tim NorthoverAdd myself as code owner of AArch64 backend.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Pekka JaaskelainenMade the min-trip-count-switch test X86-specific to...
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-31 Alexey SamsonovRevert r173946. This breaks compilation of googletest...
2013-01-31 Bill WendlingRemove the Attribute::hasAttributes() function.
2013-01-31 Michael GottesmanFixed a mistake in my previous commit where I changed...
2013-01-31 Michael GottesmanFormatting Fix. Changed " to `` around the word 'consta...
2013-01-31 NAKAMURA TakumiRevert r174026, "Remove Attribute::hasAttributes()...
2013-01-31 Dan GohmanChange stripAndComputeConstantOffsets to accept a NULL...
2013-01-31 Dan GohmanAdd a comment.
2013-01-31 Dan GohmanMove isKnownNonNull out of AliasAnalysis.h and into...
2013-01-31 Bill WendlingRemove Attribute::hasAttributes() and make Attribute...
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-31 Bill WendlingMake the AttrBuilder creation method of Attribute priva...
2013-01-31 Saleem Abdulrasoolbuild: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@
2013-01-31 Daniel Dunbar[lit] Move unittest adaptor code into discovery module.
2013-01-31 Daniel Dunbar[lit] Run the ShUtil tests as part of the test suite.
2013-01-31 Daniel Dunbar[lit] Set parallel mode for coverage tests.
2013-01-31 Daniel Dunbar[lit] Move discovery code into its own module.
2013-01-31 Bill WendlingRevert for now:
2013-01-31 Michael GottesmanFilecheckized 2x tests in SimplifyCFG and removed their...
2013-01-31 Bill WendlingRemove the AttrBuilder version of the Attribute::get...
2013-01-31 Eric ChristopherWhitespace.
2013-01-31 Eric ChristopherCheck and allow floating point registers to select...
2013-01-31 Andrew TrickLangRef: Add a Rationale for volatile rules.
2013-01-31 Eli BenderskyReplace some more greps with FileChecks in tests
2013-01-31 Dan GohmanMinor code simplification.
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-31 Daniel Dunbar[lit] Add a MANIFEST file and a script for sanity check...
2013-01-31 Daniel Dunbar[lit] Add a basic discovery test.
2013-01-31 Daniel Dunbar[lit] Add a script for checking test coverage.
2013-01-31 Daniel Dunbar[lit] Add a test suite for lit itself.
2013-01-31 Dan GohmanstripAndComputeConstantOffsets is only called on pointe...
2013-01-31 Eli BenderskyRewrite this test properly with a FileCheck instead...
2013-01-31 Dan GohmanFix ConstantFold's folding of icmp instructions to...
2013-01-30 Michael GottesmanAdded a unit test for r173983 that verifies that Target...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Evan ChengForgot the test case before.
2013-01-30 Evan ChengRestrict sin/cos optimization to 64-bit only for now...
2013-01-30 Michael GottesmanDoxygenified some comments in IRBuilder.h.
2013-01-30 Michael GottesmanRemoved CreateFPExtOrFPTrunc for now until I have the...
2013-01-30 Hal FinkelInitialize hasQPX in PPCSubtarget
2013-01-30 Michael GottesmanEncapsulate testing that we have an iOS Triple in Tripl...
2013-01-30 Bill WendlingRemove redundant code.
2013-01-30 Andrew Trick...in light of recent activity related to llvm.memcpy...
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-30 Eli BenderskyRemove a mention of TargetInstrDescriptor, which no...
2013-01-30 Sean Silva[docs] Guide prospective TableGen backend writers.
2013-01-30 Bill WendlingUse the number of 'slots' in the AttributeSetImpl being...
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-30 Manman RenLinker: correctly link in dbg.declare
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Logan ChienAdd missing header and test cases for r173939.
2013-01-30 Logan ChienOverride virtual function for ARM EH directives.
2013-01-30 Dmitri GribenkoLLDB uses ConvertUTF16toUTF8, remove #ifdef
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2013-01-30 Patrik HagglundDocumentation: Updating the data layout default specifi...
2013-01-30 Alexey Samsonov[lit] Make GoogleTest test runner correctly discover...
2013-01-30 Bill WendlingAttempt to fix dragonegg. Use the number of slots to...
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2013-01-30 Saleem Abdulrasoolbuild: regenerate configure
2013-01-30 Saleem Abdulrasoolbuild: add --with-python option
next