summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it a...NAKAMURA Takumi2013-08-23
* Use register masks on SPARC call instructions.Jakob Stoklund Olesen2013-08-23
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-23
* [PR11606] ocaml bindings tests produce binaries in source dirDaniel Dunbar2013-08-23
* Filecheckize some tests.Michael Gottesman2013-08-23
* Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...Michael Gottesman2013-08-23
* [stack protector] Work around an issue with the BMOVPCB_CALL instruction on A...Michael Gottesman2013-08-22
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-22
* Fix some tests. The 'false' version just omits the attribute altogether.Bill Wendling2013-08-22
* Check only if we have this attribute. If it's not an attribute, then it's ass...Bill Wendling2013-08-22
* FileCheckize some tests.Bill Wendling2013-08-22
* R600/SI: Fix another case of illegal VGPR to SGPR copyTom Stellard2013-08-22
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-22
* DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.Peter Collingbourne2013-08-22
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-22
* [Debug Info Tests] Update testing cases.Manman Ren2013-08-22
* configure: Regenerate corresponding to r189026.NAKAMURA Takumi2013-08-22
* Autoconf: The Clang ARC migrator now depends on the static analyzer.Jordan Rose2013-08-22
* [ARMv8] Add CodeGen support for VSEL.Joey Gouly2013-08-22
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-22
* Whitespace.NAKAMURA Takumi2013-08-22
* Fix ARM vcvt encoding when the number of fractional bits is zero.Mihai Popa2013-08-22
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-22
* [ARM] Constrain some register classes in EmitAtomicBinary64 so thatJoey Gouly2013-08-22
* AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-22
* Fix ARM FastISel PIC function call.Logan Chien2013-08-22
* Suppress MemoryBufferTest.cpp on win32 for now. Investigating.NAKAMURA Takumi2013-08-22
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-22
* MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...NAKAMURA Takumi2013-08-22
* MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...NAKAMURA Takumi2013-08-22
* Clean up the doxygen formatting of the comments on the strip* methods onChandler Carruth2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-22
* [stackprotector] When finding the split point to splice off the end of a pare...Michael Gottesman2013-08-22
* Teach LoopVectorize about address space sizesMatt Arsenault2013-08-22
* Remove llvm-lit from the cmake install target.Hans Wennborg2013-08-22
* FileCheck-ize tests.Bill Wendling2013-08-22
* ARM: R9 is not safe to use for tcGPR.Jim Grosbach2013-08-22
* Fixed typo.Michael Gottesman2013-08-21
* Removed trailing whitespace.Michael Gottesman2013-08-21
* SelectionDAG: Make sure stores are always added to the LegalizedNodes listTom Stellard2013-08-21
* [lit] Fix a couple lingering Py3 compat issues in ProgressBar.Daniel Dunbar2013-08-21
* [tests] Update fma3 check to work with Py3.Daniel Dunbar2013-08-21
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-21
* [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-21
* [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-21
* [lit] Simplify --time-tests code.Daniel Dunbar2013-08-21
* [lit] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-21
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-21
* Adding a document to describe the MCJIT execution engine implementation.Andrew Kaylor2013-08-21