- b1975a8 [tests] Use multiple statements instead of 'echo -e', which is not part of BSD echo. by Daniel Dunbar · 12 years ago
- cb4bfb3 [lit] Fix internal shell's argv[0] handling. by Daniel Dunbar · 12 years ago
- 4ac723b [lit] Add support for multiprocessing, under --use-processes for now. by Daniel Dunbar · 12 years ago
- df44de6 [lit] Implement --max-time support by using provider cancel method. by Daniel Dunbar · 12 years ago
- 07f0f16 [lit] Refactor test execution logic into lit.run.Run. by Daniel Dunbar · 12 years ago
- b11b690 [lit] Put display lock inside the ThreadResultsConsumer. by Daniel Dunbar · 12 years ago
- ec8e059 [lit] Factor out a results consumer interface for test execution. by Daniel Dunbar · 12 years ago
- 8c59003 [lit] Move top-level execute code into Run object. by Daniel Dunbar · 12 years ago
- 5b2efc2 [lit] Factor out Run class to capture configuration + discovered tests. by Daniel Dunbar · 12 years ago
- 8253cc0 [lit] Change lit.Test.ResultCode to be unique across pickling. by Daniel Dunbar · 12 years ago
- aee279d Fix a test to not fail for users with my name. :) by Daniel Dunbar · 12 years ago
- 6f25e87 [lit] Add a TODO. by Daniel Dunbar · 12 years ago
- 501cba3 [lit] Update shtest format to return lit.Test.Result objects. by Daniel Dunbar · 12 years ago
- 8a1d9b2 [lit] Update LitTestCase to support lit.Test.Result. by Daniel Dunbar · 12 years ago
- e54726a The darwin integrated assembler for X86 in 64-bit mode is not rejecting by Kevin Enderby · 12 years ago
- c08bd51 [Object/COFF] Add coff_aux_weak_external. by Rui Ueyama · 12 years ago
- f1cd798 Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC passes. This patch moves the SLP-vectorizer and BB-vectorizer back into SCC passes for two reasons: by Nadav Rotem · 12 years ago
- 9fd438f Convert tests to FileCheck by Matt Arsenault · 12 years ago
- 09174f8 Adding VCIncludeDir and WindowsSDKDir to the msbuild configuration file. This allows clang to find windows.h and other files in the by Warren Hunt · 12 years ago
- f9355c8 Handle address spaces in TargetTransformInfo by Matt Arsenault · 12 years ago
- 2b884bc Fix a typo and coding style of a previous commit. No functional change. by Juergen Ributzka · 12 years ago
- b70d79e Fix typo. by Matt Arsenault · 12 years ago
- 4cff093 [doxygen] Use correct variable names for external variable configuration and make EXTRA_SEARCH_MAPPINGS a "dumb" variable. by Michael Gottesman · 12 years ago
- 98b5be8 Fix name matching to work on windows. by Rafael Espindola · 12 years ago
- b5011bd Period. by David Blaikie · 12 years ago
- 02ae44f r189495: Pull out some debug logic into a function for legibility by David Blaikie · 12 years ago
- 1800b66 [doxygen] Added support for doxygen external search. by Michael Gottesman · 12 years ago
- b7cb635 [cmake] Created an aggregate doxygen target for generating doxygen documentation for llvm/all subprojects. Renamed llvm's doxygen generation command to doxygen-llvm. by Michael Gottesman · 12 years ago
- 2957273 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
- 435798e Disable unrolling in the loop vectorizer when disabled in the pass manager by Hal Finkel · 12 years ago
- 4f066b6 The integrated darwin assembler can hang in an infinite loop (or get an assert by Kevin Enderby · 12 years ago
- 980879e PR16995: DebugInfo: Don't overwrite existing member lists when adding template arguments by David Blaikie · 12 years ago
- cfe7a7c cmake: Prevent semicolon separated lists in llvm-config (PR17020) by Hans Wennborg · 12 years ago
- b2e5453 [ARMv8] Fix a few things in one swoop. by Joey Gouly · 12 years ago
- aeb0f0c Add a minimal implementation of ranlib. by Rafael Espindola · 12 years ago
- 22266c1 ARM: Use "dmb sy" for barriers on M-class CPUs by Tim Northover · 12 years ago
- bafb5f8 [ARMv8] Add a missing IsThumb to t2LDAEXD. by Joey Gouly · 12 years ago
- d3128a4 ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. by Tim Northover · 12 years ago
- c85bb78 ARM: add patterns for vqdmlal with separate vqdmull and vqadds by Tim Northover · 12 years ago
- 3c380d5 [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v by Daniel Sanders · 12 years ago
- 2fd3e67 [mips][msa] Added load/store intrinsics. by Daniel Sanders · 12 years ago
- f1db2a6 80 cols by Alexey Samsonov · 12 years ago
- 2fb982a AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABS by Elena Demikhovsky · 12 years ago
- abbcf3b [mips][msa] Added move.v by Daniel Sanders · 12 years ago
- 4771681 [SystemZ] Add support for TMHH, TMHL, TMLH and TMLL by Richard Sandiford · 12 years ago
- a6c3a4e [mips][msa] Added cfcmsa, and ctcmsa by Daniel Sanders · 12 years ago
- f00539c [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ftrunc_[su], hadd_[su], hsub_[su], sr[al]r, sr[al]ri by Daniel Sanders · 12 years ago
- a65f149 [mips][msa] Summarize tests by Daniel Sanders · 12 years ago
- 47e7096 [SystemZ] Extend memcmp support to all constant lengths by Richard Sandiford · 12 years ago
- ead2d5a Fix use of uninitialized value added in r189400 (found by MemorySanitizer) by Alexey Samsonov · 12 years ago
- 862b504 Add missing include by Craig Topper · 12 years ago
- 9006170 Revert r189442 "Change default # of digits for APFloat::toString" by Ted Kremenek · 12 years ago
- 631bce5 Change default # of digits for APFloat::toString by Eli Friedman · 12 years ago
- 6b6345f Remove support for the .debug_inlined section. No known software by Eric Christopher · 12 years ago
- 5be1752 X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64. by NAKAMURA Takumi · 12 years ago
- 6a15b6a X86Subtarget.h: Recognize x86_64-cygwin. by NAKAMURA Takumi · 12 years ago
- 110b520 cmake: Add msbuild integration to the install by Hans Wennborg · 12 years ago
- 7f9a887 [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator, instead of a static variable. by Argyrios Kyrtzidis · 12 years ago
- a796d90 [mips] Use ptr_rc to simplify definitions of base+index load/store instructions. by Akira Hatanaka · 12 years ago
- bf19dba [mips] Clean up definitions of move word from/to coprocessor instructions. by Akira Hatanaka · 12 years ago
- 6d55dfa [mips] Set isAllocatable and CoveredBySubRegs. by Akira Hatanaka · 12 years ago
- c3e9457 Add a TODO here. by Eric Christopher · 12 years ago
- 7ced4fa Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing by Eric Christopher · 12 years ago
- 1997734 Revert "Option parsing: support case-insensitive option matching." as it broke Windows buildbot. by Rui Ueyama · 12 years ago
- 7b2ee39 Use DW_FORM_sdata for signed constant values and udata on occasion by Eric Christopher · 12 years ago
- 6e74bfc Move some debug testcases to the debug info directory. by Eric Christopher · 12 years ago
- 055f4e9 Option parsing: support case-insensitive option matching. by Rui Ueyama · 12 years ago
- 587e193 [CMake] Put back the add_llvm_external_project() calls for specific projects. by Argyrios Kyrtzidis · 12 years ago
- 22d6eb8 Add xml files for msbuild integration by Reid Kleckner · 12 years ago
- 23f84cb DIBuilder: take an optional StringRef to pass in unique identifier. by Manman Ren · 12 years ago
- ffba4c7 DataFlowSanitizer: Implement trampolines for function pointers passed to custom functions. by Peter Collingbourne · 12 years ago
- 7cde9d0 [ms-inline asm] Support offsets after segment registers by David Majnemer · 12 years ago
- 66b7139 Given target assembler parsers a chance to handle variant expressions by Joerg Sonnenberger · 12 years ago
- b0bb2d6 Changed comment by Jack Carter · 12 years ago
- 6d89eba Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER} when generating by Roman Divacky · 12 years ago
- bd28f5c Refactor 'vectorizeLoop' no functionality change. by Nadav Rotem · 12 years ago
- 0b90c622 [ARMv8] Add MC support for the new load/store acquire/release instructions. by Joey Gouly · 12 years ago
- 00c1980 Revert 189297, the original commit message is following. by Shuxin Yang · 12 years ago
- d371d4f AVX-512: added conversion instructions. by Elena Demikhovsky · 12 years ago
- 5d8c2e4 DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswap by Tim Northover · 12 years ago
- dcfa0f7 [ARMv8] Add some negative tests for the recent VFP/NEON instructions. by Joey Gouly · 12 years ago
- 9dc1842 Add an assertion to the fixed-size allocator to ensure that we don't request by Joey Gouly · 12 years ago
- c59efb6 ARM: add natural patterns for vaddhl and vsubhl. by Tim Northover · 12 years ago
- 845ad06 R600/SI: Enable local-memory-two-objects lit test by Michel Danzer · 12 years ago
- bc4e058 [mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v when non-byte vectors are used. by Daniel Sanders · 12 years ago
- 62f61bf [mips][msa] Added spill/reload support by Daniel Sanders · 12 years ago
- 842a1be [SystemZ] Extend memcpy and memset support to all constant lengths by Richard Sandiford · 12 years ago
- c9617b9 [mips][msa] Added bitconverts for vector types for big and little-endian by Daniel Sanders · 12 years ago
- 63fd2af Add support for DebugFission to DWARF parser by Alexey Samsonov · 12 years ago
- 1567abe AVX-512: Added FMA instructions. by Elena Demikhovsky · 12 years ago
- 47c7eee Fix the build issue under ia64. Close bug #5715 by Sylvestre Ledru · 12 years ago
- f69a29b Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." by Charles Davis · 12 years ago
- 45fbe98 Fix the build broken by r189315. by David Blaikie · 12 years ago
- 9c3dd1b Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
- bf778d0 Support/MachO: Add a bunch of defines. by Charles Davis · 12 years ago
- 442d5f6 Fixed typo. by Michael Gottesman · 12 years ago
- f0a0d57 Fix wrong code offset for unwind code SET_FPREG. by Kai Nacke · 12 years ago
- bf6f1f2 Add derived from source. by Eric Christopher · 12 years ago
- 478a118 Add a testcase to ensure that the pubnames section uses an offset by Eric Christopher · 12 years ago
- 15cfa58 Remove an over-zealous assertion. A pointer type could be illegal if the target is prepared to custom-legalize pointer operands. This assertion was evaluated before the target would have a chance to do so, making it impossible. by Owen Anderson · 12 years ago