aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-19Prune AsmParser (target and generic).Jan Voung
2013-02-19Move ABI type checker to its own fileDerek Schuff
2013-02-15Don't fold negative constants into addresss displacements for memory referencesDerek Schuff
2013-02-15Cherry-pick r175316 from upstreamDerek Schuff
2013-02-12llvm-sb: Remove non-streaming code path and write to file directly.Jan Voung
2013-02-12Cleaned up some leftover legacy-JIT localmods.Eli Bendersky
2013-02-12This CL supersedes the previous 2 outstanding CLs.Derek Schuff
2013-02-06Store bitcode verifier errors rather than dumping to stderrDerek Schuff
2013-02-05Remove getBundleSize methods from NaCl Asm backendsDerek Schuff
2013-02-04Remove the unnecessary hack and document the actually necessary one.Derek Schuff
2013-02-04Merge remote-tracking branch 'origin/master'Derek Schuff
2013-02-04Cherry-pick not-yet-committed upstream change to fix relaxation at bundle endDerek Schuff
2013-02-04Make some LLVM localmods compile when building with --disable-assertions.Jan Voung
2013-01-31Cherry-pick r174067Derek Schuff
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-15Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky
2013-01-15[ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier
2013-01-15Refactor generic Asm directive parsing.Eli Bendersky
2013-01-15[Object][ELF] Fix -Wenum-compare.Michael J. Spencer
2013-01-151. Hoist minus sign as high as possible in an attempt to revealShuxin Yang
2013-01-15[Linker] Drop asserts that are embedded in cast<> and now checked by the veri...Daniel Dunbar
2013-01-15[IR] Add verification for module flags with the "require" behavior.Daniel Dunbar
2013-01-15LoopVectorizer cost model. Honor the user command line flag that selects the ...Nadav Rotem
2013-01-15Disable Uninitialized Use Warnings for Broken gcc VersionsDavid Greene
2013-01-15[msan] Temporarily remove ICmpEQ tests.Evgeniy Stepanov
2013-01-15[msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov
2013-01-15Allow vectors in CreatePointerCast.Evgeniy Stepanov
2013-01-15Fix operand type conditions in one of ICmpInst constructors.Evgeniy Stepanov
2013-01-15Pattern-matched variables in post-inc-icmpzero.llRenato Golin
2013-01-15Update CODE_OWNERS.TXT.Michael J. Spencer
2013-01-15[Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer
2013-01-15[Support] Add LLVM_CONSTEXPR.Michael J. Spencer
2013-01-15[ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...Argyrios Kyrtzidis
2013-01-15LTO: Also init TTI for codegen passes.Nadav Rotem
2013-01-14Limit the size of the bitcode download buffer on the untrusted side.Derek Schuff
2013-01-15[IR] Add verifier support for llvm.module.flags.Daniel Dunbar
2013-01-15This patch fixes a Mips specific bug where Jack Carter
2013-01-14Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser canEli Bendersky
2013-01-14Properly encapsulate additional methods and data from AsmParser.Eli Bendersky