aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Rafael Espindola2013-04-233-11/+11
* Lowercase "is" boolean variable prefix for consistency within function, no fu...Stephen Lin2013-04-231-12/+12
* Simplify yaml2obj a bit.Rafael Espindola2013-04-231-105/+112
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-236-108/+167
* Change commentary for PowerPC Boolean vector contents.Bill Schmidt2013-04-231-1/+2
* [mips] Compare splat value with element size instead of calling isUIntN.Akira Hatanaka2013-04-231-2/+2
* DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson2013-04-232-2/+4
* Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman2013-04-231-1/+1
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-236-16/+40
* R600: Add CF_ENDVincent Lejeune2013-04-236-47/+80
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-232-4/+40
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-233-321/+73
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-232-4/+7
* Add some constraints to use of 'returned':Stephen Lin2013-04-232-0/+8
* Write relocations in yaml2obj.Rafael Espindola2013-04-232-1/+34
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-232-1/+2
* c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.Carlo Kok2013-04-231-4/+4
* Fixup for r180094: properly use MSan interface functionsAlexey Samsonov2013-04-231-2/+2
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-232-0/+89
* Un-revert the environ copy in ProgramTest after fixing it on OS XReid Kleckner2013-04-231-2/+29
* Tell MSan that memory initialized by libz is validAlexey Samsonov2013-04-231-2/+9
* Move test from grep to FileCheck.Rafael Espindola2013-04-231-2/+5
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-239-1/+87
* Add llvm_unreachable after fully covered switch to pacify GCCHans Wennborg2013-04-231-0/+1
* Add more guards around zlib-dependent codeAlexey Samsonov2013-04-233-2/+5
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-2316-4/+589
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-232-9/+67
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-231-2/+3
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-222-38/+60
* Revert "Add a missing reference on a std::vector<> out param"Michael Gottesman2013-04-221-17/+2
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-225-11/+9
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-2227-228/+253
* [ms-inline asm] Removed this unnecessary check. In the current implementation,Chad Rosier2013-04-221-1/+1
* Add test case for PR15779, which has previously been fixed.Chad Rosier2013-04-221-1/+2
* [ms-inline asm] Get the OpDecl and remove a redundant lookup.Chad Rosier2013-04-221-2/+1
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-223-13/+21
* Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky2013-04-222-8/+15
* Add a missing reference on a std::vector<> out paramReid Kleckner2013-04-221-1/+1
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-222-3/+21
* Fix unused variable warning.Chad Rosier2013-04-221-1/+1
* Fix comment that didn't match the method it was aboveEli Bendersky2013-04-221-2/+2
* [Support] Propagate the environment into the test child processReid Kleckner2013-04-221-2/+17
* 80 columns.Akira Hatanaka2013-04-223-6/+9
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-223-10/+68
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-222-61/+57
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-223-4/+106
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-222-28/+47
* Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin2013-04-221-0/+14
* Document the -filetype option of llc (PR #12902)Eli Bendersky2013-04-221-0/+8
* Fix for PR 14965: Better error message for GEP with partially defined contentsEli Bendersky2013-04-221-2/+7