summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix More CastsDavid Greene2013-01-141-3/+8
* Fix Another CastDavid Greene2013-01-141-1/+2
* Fix Casting BugDavid Greene2013-01-141-1/+3
* Fix More CastsDavid Greene2013-01-141-1/+2
* Fix CastingDavid Greene2013-01-141-1/+1
* Fix CastsDavid Greene2013-01-141-1/+2
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-143-4/+89
* Fix typo in comment.Nick Lewycky2013-01-141-1/+1
* [ADT/StringMap] Add a constructor in StringMap that accepts both anArgyrios Kyrtzidis2013-01-141-0/+3
* Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0.Joe Groff2013-01-141-1/+1
* Add DenseMap::insert(value_type&&) method.Joe Groff2013-01-141-0/+18
* Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert.Michael Gottesman2013-01-141-2/+1
* Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky2013-01-142-1/+5
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-1410-11/+39
* Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky2013-01-142-13/+20
* Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky2013-01-142-4/+11
* Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov2013-01-141-8/+6
* Simplify nested strconcats in X86 td files since strconcat can take more than...Craig Topper2013-01-142-32/+32
* Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...Craig Topper2013-01-141-23/+24
* Fixed some 80+ violations.Michael Gottesman2013-01-141-14/+18
* Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...Michael Gottesman2013-01-141-232/+259
* Added bugzilla PR number to test case.Michael Gottesman2013-01-131-0/+1
* Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...Michael Gottesman2013-01-132-3/+100
* Fix typo in comment.Nick Lewycky2013-01-131-1/+1
* fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes2013-01-132-10/+14
* Documentation: use monospaced font for intrinsics' namesDmitri Gribenko2013-01-131-10/+10
* Fix broken link to LangRefDmitri Gribenko2013-01-131-11/+10
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-1313-47/+47
* Update links to "Itanium C++ ABI: Exception Handling" documentDmitri Gribenko2013-01-131-9/+9
* X86: Add patterns for X86ISD::VSEXT in registers.Benjamin Kramer2013-01-132-0/+218
* Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...Nadav Rotem2013-01-132-0/+38
* [ObjCARC] Even more debug messages!Michael Gottesman2013-01-131-1/+17
* [ObjCARC] More debug messages.Michael Gottesman2013-01-131-4/+29
* Fix an editor goof in r171738 that Bill spotted. He may even have a testChandler Carruth2013-01-121-1/+1
* Use more canonical exception-handling link in docs.Tim Northover2013-01-121-1/+1
* When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer2013-01-122-6/+6
* MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...NAKAMURA Takumi2013-01-121-16/+0
* GlobalOpt: Avoid jump on uninitialized value.Benjamin Kramer2013-01-121-1/+1
* MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi2013-01-121-2/+2
* Add a unit test to verifies that attribute uniquing works so it doesn't break...Benjamin Kramer2013-01-122-0/+35
* Fix broken links around Itanium C++ ABI in documentation.Tim Northover2013-01-121-3/+3
* Fixed debug message in ObjCARC.Michael Gottesman2013-01-121-2/+2
* Fixed a few debug messages in ObjCARC and added one.Michael Gottesman2013-01-121-3/+5
* Fix quoting problems from my previous change. <rdar://problem/13001651>Bob Wilson2013-01-121-5/+15
* Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman2013-01-122-4/+7
* Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman2013-01-126-15/+122
* This patch tackles the problem of parsing Mips Jack Carter2013-01-129-238/+591
* Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen2013-01-122-1/+33
* Precompute some information about register costs.Jakob Stoklund Olesen2013-01-122-3/+43
* Stop hiding the interface-exposed EatToEndOfStatement (see r172276).Eli Bendersky2013-01-121-2/+1