aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-30Merge branch 'master' of http://git.chromium.org/native_client/pnacl-llvmDerek Schuff
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-28Cleanup leftover from previous commit.Eli Bendersky
2013-01-28Remove a localmod that's not being used in realityEli Bendersky
2013-01-25Use 2>&1 to include stderr in pipe instead of |&Derek Schuff
2013-01-25Update presubmit branch check text for git 1.8Derek Schuff
2013-01-25ABI verifier: Verify types of global variables and initializers.Derek Schuff
2013-01-24[MIPS] Skip masking loads and stores via thread pointer.Petar Jovanovic
2013-01-22Add remaining instructions to ABI verifier whitelistDerek Schuff
2013-01-18Move ABI verifier pass declaration to lib/Analysis and add testsDerek Schuff
2013-01-17Remove dbg messages from llvm-sb nacl_file.Jan Voung
2013-01-17Skeleton for pass-based bitcode ABI verifierDerek Schuff
2013-01-14Limit the size of the bitcode download buffer on the untrusted side.Derek Schuff
2013-01-14Add DenseMap::insert(value_type&&) method.Joe Groff
2013-01-14Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert.Michael Gottesman
2013-01-14Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky
2013-01-14Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky
2013-01-14Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky
2013-01-14Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov
2013-01-14Simplify nested strconcats in X86 td files since strconcat can take more than...Craig Topper
2013-01-14Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...Craig Topper
2013-01-14Fixed some 80+ violations.Michael Gottesman
2013-01-14Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...Michael Gottesman
2013-01-13Added bugzilla PR number to test case.Michael Gottesman
2013-01-13Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...Michael Gottesman
2013-01-13Fix typo in comment.Nick Lewycky
2013-01-13fix compile-time regression report by Joerg Sonnenberger:Nuno Lopes
2013-01-13Documentation: use monospaced font for intrinsics' namesDmitri Gribenko
2013-01-13Fix broken link to LangRefDmitri Gribenko
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2013-01-13Update links to "Itanium C++ ABI: Exception Handling" documentDmitri Gribenko
2013-01-13X86: Add patterns for X86ISD::VSEXT in registers.Benjamin Kramer
2013-01-13Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...Nadav Rotem
2013-01-13[ObjCARC] Even more debug messages!Michael Gottesman
2013-01-13[ObjCARC] More debug messages.Michael Gottesman
2013-01-12Fix an editor goof in r171738 that Bill spotted. He may even have a testChandler Carruth
2013-01-12Use more canonical exception-handling link in docs.Tim Northover
2013-01-12When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer
2013-01-12MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...NAKAMURA Takumi
2013-01-12GlobalOpt: Avoid jump on uninitialized value.Benjamin Kramer
2013-01-12MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi
2013-01-12Add a unit test to verifies that attribute uniquing works so it doesn't break...Benjamin Kramer
2013-01-12Fix broken links around Itanium C++ ABI in documentation.Tim Northover
2013-01-12Fixed debug message in ObjCARC.Michael Gottesman
2013-01-12Fixed a few debug messages in ObjCARC and added one.Michael Gottesman
2013-01-12Fix quoting problems from my previous change. <rdar://problem/13001651>Bob Wilson
2013-01-12Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman
2013-01-12Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman
2013-01-12This patch tackles the problem of parsing Mips Jack Carter