- 254ce94 TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts. by Ahmed Bougacha · 11 years ago
- 23125d0 [arm] Implement eabi_attribute, cpu, and fpu directives. by Logan Chien · 11 years ago
- 790b973 simplify ConstantRange::getSetSize() by Nuno Lopes · 11 years ago
- 349baa6 [SystemZ] Set usaAA to true by Richard Sandiford · 11 years ago
- a7be36c [DAGCombiner] Respect volatility when checking for aliases by Richard Sandiford · 11 years ago
- 66589dc Keep TBAA info when rewriting SelectionDAG loads and stores by Richard Sandiford · 11 years ago
- 1885458 lit: multiprocessing platform fix attempt by Alp Toker · 11 years ago
- 19ea370 SCEV: Make the final add of an inbounds GEP nuw if we know that the index is positive. by Benjamin Kramer · 11 years ago
- 1fe9069 Prune utf8 chars in comments. by NAKAMURA Takumi · 11 years ago
- f3ad574 Prune trailing linefeeds. by NAKAMURA Takumi · 11 years ago
- 661bd3d Target/R600: Un-tab-ify. by NAKAMURA Takumi · 11 years ago
- cb2280e Make first substantial checkin of my port of ARM constant islands code to Mips. by Reed Kotler · 11 years ago
- bbe8f3b Clarify the comment about BSD versions in r193465 by Alp Toker · 11 years ago
- 703c75c NVPTX: Remove unused globals. by Benjamin Kramer · 11 years ago
- 41f75d1 Hexagon: Remove global state. by Benjamin Kramer · 11 years ago
- f61049b MCJIT-remote: __main should be resolved in child context. by NAKAMURA Takumi · 11 years ago
- 62d66cb AVX-512: PMIN/PMAX intrinsics and patterns by Elena Demikhovsky · 11 years ago
- cba7d7d A small grammar-os fixed. by Bill Wendling · 11 years ago
- 1a57aa4 Update to current output. PR14039 by Bill Wendling · 11 years ago
- 4d7f7b1 Fix Sphinx warning. by Bill Wendling · 11 years ago
- 09f8e13 Update to specify that both metadata and label types aren't proper return types. by Bill Wendling · 11 years ago
- 88429cf Update the Python version. And Perl isn't used anymore. PR17608 by Bill Wendling · 11 years ago
- 40c5c3b Update link. PR17608 by Bill Wendling · 11 years ago
- 69bd41d Revert r193251 : Use address-taken to disambiguate global variable and indirect memops. by Shuxin Yang · 11 years ago
- 2d60c09 lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unbreak mingw32. by NAKAMURA Takumi · 11 years ago
- 0435c5d self.path may be empty or otherwise miss the normal system directories, by Joerg Sonnenberger · 11 years ago
- a685c13 lit: Issue a note when multiprocessing fails to load by Alp Toker · 11 years ago
- 8d93aa0 Fix a referenced before assignment in r193463 by Alp Toker · 11 years ago
- a4e71de lit: handle late multiprocessing errors gracefully by Alp Toker · 11 years ago
- 887f9c5 Quick look-up for block in loop. by Wan Xiaofei · 11 years ago
- f7ca7c2 llvm/test/lit.cfg: Tighten conditions to enable 'native'. by NAKAMURA Takumi · 11 years ago
- 94400d4 llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509. by NAKAMURA Takumi · 11 years ago
- 59b8e04 Attempt to fix the FreeBSD build, disable multiprocessing by Alp Toker · 11 years ago
- 4d4bbaf Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop. by Andrew Trick · 11 years ago
- 8aa8cea Fix LSR: don't normalize quadratic recurrences. by Andrew Trick · 11 years ago
- 0f978ea Handle calls and invokes in GlobalStatus. by Rafael Espindola · 11 years ago
- 006183a LoopVectorizer: Don't attempt to vectorize extractelement instructions by Hal Finkel · 11 years ago
- 7c0c2e5 DIEHash: Summary hashing of member functions by David Blaikie · 11 years ago
- b1d3985 Try to fix the build on windows. by Rafael Espindola · 11 years ago
- 76a74f7 Change MemoryBuffer::getFile to take a Twine. by Rafael Espindola · 11 years ago
- a954618 DIEHash: Summary hashing of nested types by David Blaikie · 11 years ago
- ed400c7 [X86][AVX512] Add patterns that match the AVX512 floating point register vbroadcast intrinsics. by Quentin Colombet · 11 years ago
- 52d4822 [X86][AVX512] Add patterns that match the AVX512 floating point vbroadcast intrinsics. by Quentin Colombet · 11 years ago
- 69f4280 [bugpoint] Increase the default memory limit for subprocesses to 300MB. by Daniel Sanders · 11 years ago
- 50c5b46 llvm-c-test: Don't leak memory buffers. by Benjamin Kramer · 11 years ago
- b94be5f Try to fix the openbsd bot. by Rafael Espindola · 11 years ago
- 6e1c511 Call destroy from ~BasicCallGraph. by Rafael Espindola · 11 years ago
- c7ef7c2 Use c comments. by Rafael Espindola · 11 years ago
- c8f4e5d ARM: allow .thumb_func to be separated from symbol definition by Tim Northover · 11 years ago
- ee21bb4 The FIXME was indeed fixed in the linker, comment removed. by Yaron Keren · 11 years ago
- 214c37d ARM: don't expand atomicrmw inline on Cortex-M0 by Tim Northover · 11 years ago
- 5a42ae8 LegalizeDAG: allow libcalls for max/min atomic operations by Tim Northover · 11 years ago
- abe3aa3 ARM: tweak test to pass on all platforms by Tim Northover · 11 years ago
- 97541d4 Optimize concat_vectors(X, undef) -> scalar_to_vector(X). by Nadav Rotem · 11 years ago
- be3cf5f Fix ODR violation. by Richard Smith · 11 years ago
- 81e3828 llvm-cov dump to dbgs() instead of outs(). by Yuchen Wu · 11 years ago
- 76fa4d6 Support for reading program counts in llvm-cov. by Yuchen Wu · 11 years ago
- e034422 ARM: Test r193381 a bit more thoroughly. by Jim Grosbach · 11 years ago
- 3115047 ARM: Tweak usage of '*vfp' compiler_rt functions. by Jim Grosbach · 11 years ago
- 5759c3a MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRawTextImpl, to avoid string literal ambiguities by David Blaikie · 11 years ago
- 07d5aef lto.h: Use lto_bool_t instead of int to restore the ABI by Reid Kleckner · 11 years ago
- 9e39e0d DWARF emission: Remove unnecessary/redundant DIE reference code by David Blaikie · 11 years ago
- 200bb6d Fix name of variable in comment. by Eric Christopher · 11 years ago
- 1f7d0d5 Grammar. by Eric Christopher · 11 years ago
- 39cd7d4 Update misleading comment. by Eric Christopher · 11 years ago
- 2ea3b53 Formatting and whitespace. by Eric Christopher · 11 years ago
- 377e832 DIEHash: Const correct and use references where non-null/non-rebound. by David Blaikie · 11 years ago
- 1d7d8da DIEHash: Do not use shallow type hashing for unnamed types by David Blaikie · 11 years ago
- 851aa94 DIEHash: Refactor ref attribute hashing into smaller functions by David Blaikie · 11 years ago
- 724452e Remove unused debug-only member variable. by David Blaikie · 11 years ago
- e8d84d8 Remove class abstraction from ARM struct byval lowering by David Peixotto · 11 years ago
- 4a6b6ee Inliner: Handle readonly attribute per argument when adding memcpy by Tom Stellard · 11 years ago
- e662fb6 I had to move and remove by Renato Golin · 11 years ago
- 44edc22 ARM: Mark double-precision instructions as such by Tim Northover · 11 years ago
- 93fd763 Fix broken builds by moving test to x86 dir by Renato Golin · 11 years ago
- 96b4005 Reverting my r193344 checkin due to build breakage. by John Thompson · 11 years ago
- d6aa89e Mark vector loops as already vectorized by Renato Golin · 11 years ago
- 43752f2 Added std::string as a built-in type for mapping. by John Thompson · 11 years ago
- e2dee62 ARM: add a couple more NEON predicates. by Tim Northover · 11 years ago
- eac623a ARM: mark various aliases with their architecture requirements. by Tim Northover · 11 years ago
- ef713e2 Added tests for microMIPS relocations 1. by Zoran Jovanovic · 11 years ago
- 6c0138e ARM: Use non-VFP softcalls on embedded Darwinish targets by Tim Northover · 11 years ago
- 3985f6a Replaced non-ASCII character. by Yaron Keren · 11 years ago
- 8179873 Revert part of r193291, restoring the deletion of loaded objects. by Chandler Carruth · 11 years ago
- cdd776d ARM: fix assert on unpredictable POP instruction. by Tim Northover · 11 years ago
- 1a03bec Added test for -elf configuration, to see that _alloca call is properly by Yaron Keren · 11 years ago
- cb8c3d1 Make sure SP is always aligned on a 2 byte boundary by Job Noorman · 11 years ago
- 5e1d0d3 fix PR17635: false positive with packed structures by Nuno Lopes · 11 years ago
- 2f21452 [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen. by Amara Emerson · 11 years ago
- 5e4d8a5 Include missing Compiler.h for using LLVM_ENUM_INT_TYPE. by Zonr Chang · 11 years ago
- 62ef058 AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics by Elena Demikhovsky · 11 years ago
- 793cd77 Replace sse41/sse42 with sse4.1/sse4.2 in test command lines to fix bots. by Craig Topper · 11 years ago
- b25b7b1 Add non-AVX tests for AES intrinsics. by Craig Topper · 11 years ago
- 4a92638 Add tests for SSE intrinsics in non-avx mode by copying from the AVX test cases. Some of these may have been tested by other tests, but most weren't. Patch by Cameron McInally. by Craig Topper · 11 years ago
- d084153 Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks. by Juergen Ributzka · 11 years ago
- cbbd208 Fixed llvm-cov to count edges instead of blocks. by Yuchen Wu · 11 years ago
- 577ac56 Clarify comments in genLoopLimit. by Andrew Trick · 11 years ago
- 2ad18ef Optimizing MCJIT module state tracking by Andrew Kaylor · 11 years ago
- faf1415 (this is a corrected patch) by Yaron Keren · 11 years ago
- be87b69 Debug Info: code clean up. by Manman Ren · 11 years ago