aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...Michael Gottesman2013-08-234-115/+152
* [stack protector] Work around an issue with the BMOVPCB_CALL instruction on A...Michael Gottesman2013-08-222-1/+33
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-2246-74/+74
* Fix some tests. The 'false' version just omits the attribute altogether.Bill Wendling2013-08-222-5/+5
* Check only if we have this attribute. If it's not an attribute, then it's ass...Bill Wendling2013-08-221-4/+2
* FileCheckize some tests.Bill Wendling2013-08-2215-25/+162
* R600/SI: Fix another case of illegal VGPR to SGPR copyTom Stellard2013-08-222-4/+143
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-223-4/+28
* DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.Peter Collingbourne2013-08-221-20/+33
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-2210-29/+87
* [Debug Info Tests] Update testing cases.Manman Ren2013-08-227-23/+22
* configure: Regenerate corresponding to r189026.NAKAMURA Takumi2013-08-221-1/+2
* Autoconf: The Clang ARC migrator now depends on the static analyzer.Jordan Rose2013-08-222-3/+14
* [ARMv8] Add CodeGen support for VSEL.Joey Gouly2013-08-223-9/+414
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-222-7/+2
* Whitespace.NAKAMURA Takumi2013-08-222-4/+4
* Fix ARM vcvt encoding when the number of fractional bits is zero.Mihai Popa2013-08-222-0/+35
* Teach the SLP vectorizer the correct way to check for consecutive accessChandler Carruth2013-08-222-50/+54
* [ARM] Constrain some register classes in EmitAtomicBinary64 so thatJoey Gouly2013-08-223-2/+6
* AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-223-40/+67
* Fix ARM FastISel PIC function call.Logan Chien2013-08-222-2/+32
* Suppress MemoryBufferTest.cpp on win32 for now. Investigating.NAKAMURA Takumi2013-08-221-0/+5
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-222-12/+65
* MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...NAKAMURA Takumi2013-08-221-1/+1
* MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...NAKAMURA Takumi2013-08-221-1/+1
* Clean up the doxygen formatting of the comments on the strip* methods onChandler Carruth2013-08-221-16/+16
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-2214-340/+164
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-222-0/+27
* [stackprotector] When finding the split point to splice off the end of a pare...Michael Gottesman2013-08-222-9/+143
* Teach LoopVectorize about address space sizesMatt Arsenault2013-08-222-3/+31
* Remove llvm-lit from the cmake install target.Hans Wennborg2013-08-221-8/+0
* FileCheck-ize tests.Bill Wendling2013-08-2226-35/+98
* ARM: R9 is not safe to use for tcGPR.Jim Grosbach2013-08-222-1/+15
* Fixed typo.Michael Gottesman2013-08-211-1/+1
* Removed trailing whitespace.Michael Gottesman2013-08-211-13/+13
* SelectionDAG: Make sure stores are always added to the LegalizedNodes listTom Stellard2013-08-212-1/+21
* [lit] Fix a couple lingering Py3 compat issues in ProgressBar.Daniel Dunbar2013-08-211-4/+12
* [tests] Update fma3 check to work with Py3.Daniel Dunbar2013-08-211-1/+2
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-213-36/+48
* [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-212-10/+21
* [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-212-33/+40
* [lit] Simplify --time-tests code.Daniel Dunbar2013-08-211-11/+5
* [lit] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-214-10/+10
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-2116-674/+584
* Adding a document to describe the MCJIT execution engine implementation.Andrew Kaylor2013-08-218-0/+183
* R600: Remove unnecessary castsTom Stellard2013-08-211-8/+6
* No functionality change.Yunzhong Gao2013-08-211-2/+2
* Teach BaseIndexOffset::match to identify base pointers in loops.Juergen Ributzka2013-08-212-2/+44
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-211-0/+5
* Basic unit tests for PointerUnionDavid Blaikie2013-08-213-1/+66