- 73a69d6 Formatting, 80-col, trailing whitespace. by Eric Christopher · 12 years ago
- 1357859 long line correction by Jack Carter · 12 years ago
- 95047a8 long line correction by Jack Carter · 12 years ago
- d54beff Expose the fence instruction via the C API. by Filip Pizlo · 12 years ago
- 3da011f Fixed an extra for(typo) in the comments by Aditya Nandakumar · 12 years ago
- 2f0f121 long lines and white space correction by Jack Carter · 12 years ago
- 6fe6dc1 DebugInfo: Partial implementation of DWARF type units. by David Blaikie · 12 years ago
- d401099 DebugInfo: Constify accelerator table handling, and separate type accelarator insertion in preparation for a second use of this code from type units. by David Blaikie · 12 years ago
- 4bc2e3a SLPVectorizer: Fix stale for Value pointer array by Arnold Schwaighofer · 12 years ago
- 413f7be SLPVectorizer: Fix whitespace errors by Arnold Schwaighofer · 12 years ago
- 2fb0234 [mips] Resolve relocation for the stubs in MCJIT when load address is known by Petar Jovanovic · 12 years ago
- 217baac [DAG] Refactor vector splitting code in SelectionDAG. No functional change intended. by Juergen Ributzka · 12 years ago
- edeaa64 Make it explicit that nulls are not allowed in names. by Rafael Espindola · 12 years ago
- a49e1f5 llvm-cov: Moved printing after error checks. by Yuchen Wu · 12 years ago
- 0233715 reverts 195057 per request by Jack Carter · 12 years ago
- d6fde40 llvm-cov: Added constness property to methods. by Yuchen Wu · 12 years ago
- 5903eca DataLayout: value initialize globals to avoid static construction. by Benjamin Kramer · 12 years ago
- 72935dd Support multiple COFF sections with the same name but different COMDAT. by Rafael Espindola · 12 years ago
- 0d63cf0 Obvious pasto survived a couple rounds of cleanup. by Andrew Trick · 12 years ago
- da1ad53 YAML I/O - Added default trait support for std:string. Making another attempt at this, this time doing a clean build on Linux, and running the LLVM, clang, and extra tests, to try to make sure there's no problems. by John Thompson · 12 years ago
- c5a925c Fix assembly operands for the SSE2 cvtsd2ss instruction. by Cameron McInally · 12 years ago
- c5e9981 [Mips] Adjust float ABI settings in case of MIPS16 mode. by Simon Atanasyan · 12 years ago
- 4d06b6d Formatting and 80-col. by Eric Christopher · 12 years ago
- 5efc006 Fix comment. by Eric Christopher · 12 years ago
- d2b3a02 Refactor the section emission code to remove duplicates now that by Eric Christopher · 12 years ago
- eee5230 Reformat file. by Eric Christopher · 12 years ago
- ed1951e Fix an issue where SROA computed different results based on the relative by Chandler Carruth · 12 years ago
- 1b3ab91 Add support for software expansion of 64-bit integer division instructions. by Michael Ilseman · 12 years ago
- 0b84386 Fix patchpoint comments. by Andrew Trick · 12 years ago
- bb83da2 Add lld to projects to tag. by Bill Wendling · 12 years ago
- f5afe71 Add .clang-format without column limit to subdirectory tests/. by Daniel Jasper · 12 years ago
- d73d4f4 Use symbolic operands in the patchpoint folding routine and fix a spilling bug. by Andrew Trick · 12 years ago
- 8ddf988 Add an abstraction to handle patchpoint operands. by Andrew Trick · 12 years ago
- ba0f991 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
- 36c7806 Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post. by Hao Liu · 12 years ago
- e40e68a Remove unused special member functions and reformat. by Eric Christopher · 12 years ago
- 15602d7 Fix previous commit and fully remove variable. by Eric Christopher · 12 years ago
- 2a4888b Remove unused variable. by Eric Christopher · 12 years ago
- f11b55c Implement AArch64 SISD intrinsics for vget_high and vget_low. by Jiangning Liu · 12 years ago
- 282a979 implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit integer. by Kevin Qin · 12 years ago
- 01dd572 Add predicate for AArch64 crypto instructions. by Jiangning Liu · 12 years ago
- e53969b [Mips] Support for MicroMips STO refactoring. by Jack Carter · 12 years ago
- 3543625 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
- 26efdc5 llvm-dwarfdump: support for emitting only the debug_types section using -debug-dump by David Blaikie · 12 years ago
- 8da7540 DwarfDebug: Move trailing else to the same line as prior closing brace by David Blaikie · 12 years ago
- d6dffb4 DwarfDebug: Remove some more redundant explicit constructions. by David Blaikie · 12 years ago
- 4c1625b [Mips] MipsTargetStreamer refactoring. by Jack Carter · 12 years ago
- 4adba52 DebugInfo: Simplify a few more explicit constructions, underconstrained types, and make DIType(MDNode*) explicit like all the other DI* node ctors. by David Blaikie · 12 years ago
- a7b7a7d Revert "COFF: Emit all MCSymbols rather than filtering out some of them" by Reid Kleckner · 12 years ago
- 940267e Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value by Adrian Prantl · 12 years ago
- d9ddaa4 Docs: tweak code-block spacing. by Ahmed Bougacha · 12 years ago
- fe45fd0 The 'optnone' attribute means don't inline anything into this function by Paul Robinson · 12 years ago
- 3560dd2 R600/SI: Fix moveToVALU when the first operand is VSrc. by Matt Arsenault · 12 years ago
- 9bc4b2c R600/SI: Fix multiple SGPR reads when using VCC. by Matt Arsenault · 12 years ago
- e64a289 R600/SI: Implement add i64, but do not yet enable. by Matt Arsenault · 12 years ago
- 15703e0 R600/SI: Specify SSrc operands by Matt Arsenault · 12 years ago
- f38be91 R600/SI: addc / adde i32 are legal by Matt Arsenault · 12 years ago
- b2254e6 R600/SI: Match addc to S_ADD_U32. by Matt Arsenault · 12 years ago
- 62f35fb R600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32 by Matt Arsenault · 12 years ago
- f53b784 R600/SI: Specify S_ADD/S_SUB set SCC and add is commutable by Matt Arsenault · 12 years ago
- 3e38856 R600/SI: Move patterns to match add / sub to scalar instructions by Matt Arsenault · 12 years ago
- 836c513 R600/SI: Fix extra defs of VCC / SCC. by Matt Arsenault · 12 years ago
- b570599 R600: Enable the IR structurizer by default by Tom Stellard · 12 years ago
- 44248e0 R600: Fix a crash in the AMDILCFGStrucurizer by Tom Stellard · 12 years ago
- ef37e45 R600: Add a SubtargetFeatture for disabling the ifcvt pass. by Tom Stellard · 12 years ago
- b4c3516 R600: Use lower-case for EnableIRStructurizer feature by Tom Stellard · 12 years ago
- 204c953 R600/SI: Fix illegal VGPR->SGPR copy inside of loop by Tom Stellard · 12 years ago
- bf9ddd5 R600/SI: Fix another case of illegal VGPR->SGPR copy by Tom Stellard · 12 years ago
- 7c5498e Checking for a return value with FormatMessage; if the call fails, there's no guarantee that the buffer will be non-null. by Aaron Ballman · 12 years ago
- eae6e54 Fixing a possible memory leak from a failing realloc() call. by Aaron Ballman · 12 years ago
- 6919bec Recover gracefully when deserializing invalid YAML input. by Alexander Kornienko · 12 years ago
- 64409ad [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-after-return are combined. by Alexey Samsonov · 12 years ago
- 874081c [PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV. by NAKAMURA Takumi · 12 years ago
- 07a3c48 LoopVectorizer: Extend the induction variable to a larger type by Arnold Schwaighofer · 12 years ago
- 2342720 [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code for (ConstantFP 0.0) by Daniel Sanders · 12 years ago
- 26651c7 [mips][msa] Update encoding of bnz.v (typo). by Matheus Almeida · 12 years ago
- 95adf91 [mips][msa] Fix immediate value of LSA instruction as it was being wrongly encoded. by Matheus Almeida · 12 years ago
- f56f1df Fix forgotten member initialization detected by MSan bootstrap bot by Alexey Samsonov · 12 years ago
- 74e1ee9 [mips][msa] Add MSA to the release notes. by Daniel Sanders · 12 years ago
- ea8e144 test-release.sh: tweak RPATH for the binary packages. by Arnaud A. de Grandmaison · 12 years ago
- 38ea7b5 Unbreak the build after r194997 by Alexey Samsonov · 12 years ago
- b21ab43 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
- 69b2447 [AArch64 NEON]Add mov alias for simd copy instructions. by Kevin Qin · 12 years ago
- 9757775 Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors. by Hao Liu · 12 years ago
- 65c102e Debug Info Verifier: disable it by default. by Manman Ren · 12 years ago
- 1572ba7 Fix spacing, forward declare order. by Matt Arsenault · 12 years ago
- 17a88a7 Remove unnecessary temporary construction. by David Blaikie · 12 years ago
- fbf70b3 Remove redundant explicit default initialization. by David Blaikie · 12 years ago
- 08e51e1 DwarfCompileUnit: Add type safety to createGlobalVariableDIE by David Blaikie · 12 years ago
- b923d2f TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo. by Ahmed Bougacha · 12 years ago
- 0df7f51 Docs: Clearly separate Operand-related paragraphs. by Ahmed Bougacha · 12 years ago
- 3bcf1e3 Docs: Fix typo: NoIntinerary -> NoItinerary. by Ahmed Bougacha · 12 years ago
- 6950be2 Debug Info: fix typo in function name. by Manman Ren · 12 years ago
- 9564d64 Debug Info Verifier: fix when to find debug info nodes and when to verify them. by Manman Ren · 12 years ago
- 2b31b82 Debug Info Verifier: enable public functions of Finder to update the type map. by Manman Ren · 12 years ago
- 80ccd9e Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, since r194601. by NAKAMURA Takumi · 12 years ago
- c8dc96b Add a loop rerolling flag to the PassManagerBuilder by Hal Finkel · 12 years ago
- e8a957d python: Fix check for disasm creation failure by Anders Waldenborg · 12 years ago
- 60e4d7f python: Properly initialize before trying to create disasm by Anders Waldenborg · 12 years ago
- d192b52 Update CREDITS by Alp Toker · 12 years ago