- 3ecd785 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 15 years ago
- c7cbed0 Avoid unneeded calls to opt/llvm-dis. by Daniel Dunbar · 15 years ago
- fae7bf2 Merge several tests into switch.c. by Daniel Dunbar · 15 years ago
- c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 15 years ago
- 8facca6 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 15 years ago
- 658f679 Slightly relax test case. An upcoming LLVM commit will change the xor instruction. by Jakob Stoklund Olesen · 15 years ago
- 7c76027 Fix test in -Asserts build. by Daniel Dunbar · 15 years ago
- b5896c3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 15 years ago
- 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 15 years ago
- 366ed48 Fix this test on windows. When running on windows we print by Rafael Espindola · 15 years ago
- 3b5caa2 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 15 years ago
- 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
- d8e10d2 When mapping restrict to noalias, look for 'restrict' on the parameter variable by John McCall · 15 years ago
- 0e5f067 Implement new mangling for vectors. by Nick Lewycky · 15 years ago
- 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 15 years ago
- cb61a7b IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the semantics. by Daniel Dunbar · 15 years ago
- e0cdb4e Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an by Daniel Dunbar · 15 years ago
- a14db75 fix PR6433, crash on va_arg of typedef. by Chris Lattner · 15 years ago
- d58562e Fix file reference for derived and composite types. Now, dwarf writer uses strict verifier that ignores debug info for such types if their file info is unknown. by Devang Patel · 15 years ago
- b35baae add a codegen hack to work around an AST bug, allowing us to compile the by Chris Lattner · 15 years ago
- ba68b08 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 15 years ago
- fdf30ae Remove header file dependencies in block patch test case. by Fariborz Jahanian · 15 years ago
- a36e223 add support for a 1<<29 bit in the block flags field to mark blocks using alternate struct return ABI by Blaine Garst · 15 years ago
- da18261 really fix 6473 by handling weakref in constant expressions. by Rafael Espindola · 15 years ago
- 6a83670 Fix PR6473. by Rafael Espindola · 15 years ago
- 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
- 3ff6302 XFAIL these tests on win32, since the win32 buildbot apparently disables all by John McCall · 15 years ago
- 2ac7472 Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. by Eric Christopher · 15 years ago
- 06a3066 Implement __builtin_dwarf_sp_column(). by John McCall · 15 years ago
- 29a4071 fix a buildbot failure, this was passing for me because the by Chris Lattner · 15 years ago
- eeeb49a merge asm-2.c into asm.c, remove asm-inout.c because it is by Chris Lattner · 15 years ago
- b992259 fix PR6475, we were doing side-effecting stuff in an assert. by Chris Lattner · 15 years ago
- 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
- db7b72a Support constant-evaluation of __builtin_nans* as well as the correct constant by John McCall · 15 years ago
- 1a4bb5c Make this test portable to ABIs that use sret. by John McCall · 15 years ago
- b7d3589 Fix test case and convert fully to FileCheck. by John McCall · 15 years ago
- 0b0ef0a Canonicalize parameter and return types before computing ABI info. Eliminates by John McCall · 15 years ago
- 70c23cd Emit debug info for VectorType. by Devang Patel · 15 years ago
- 573e59d fix buildbot failure on windows by slightly trimming test output to ignore temporary name by Blaine Garst · 15 years ago
- 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 15 years ago
- 2a7eb28 Unconditionally support block introspection data in a new field at the end by Blaine Garst · 15 years ago
- 18da88a PR6386: Fix a recent regression in IRGen of cast-to-union constructs. by Eli Friedman · 15 years ago
- f3f8d2a Allow redefinitions of extern inline functions in GNU89 mode, just as GCC by Charles Davis · 15 years ago
- d19429f Distinguish two lexical blocks at the same level. by Devang Patel · 15 years ago
- f0122fe dllimport and dllexport are declspec attributes, too. They're also by Charles Davis · 15 years ago
- a92d613 Use getLocStart(), instead of getLocEnd(), to record starting location of objc method. :) by Devang Patel · 15 years ago
- 74f7293 Emit the 'alignstack' LLVM function attribute when we encounter a function by Charles Davis · 15 years ago
- d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
- 195337d IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. by Daniel Dunbar · 15 years ago
- 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
- d82bf2d Convert this test to FileCheck instead of grepping LLVM IR. by Charles Davis · 15 years ago
- 16c4f3c Now that we store calling conventions in the types, use them instead of by Charles Davis · 15 years ago
- aa74a1e Implement promotion for enumeration types. by Douglas Gregor · 15 years ago
- 4581581 ARM/APCS: Fix classification of small complex integer types as "integer like". by Daniel Dunbar · 15 years ago
- 4cc753f ARM/APCS: Pass Complex types following llvm-gcc. by Daniel Dunbar · 15 years ago
- b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 15 years ago
- 188aed3 New test case. by Devang Patel · 15 years ago
- 679855a ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading by Daniel Dunbar · 15 years ago
- 21fd7d7 Fix an incorrect union layout assert. Fixes PR6164. by Anders Carlsson · 15 years ago
- f95dd73 Adjust testcase for recent DWARF printer changes. by Benjamin Kramer · 15 years ago
- d2635a4 Fix for Release-Asserts. by Mike Stump · 15 years ago
- c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
- 3f27b38 __builtin_object_size(ptr, type) returns -1 for type = {0,1} if there are any side-effects. by Benjamin Kramer · 15 years ago
- 8b7124a Add test for annotate attribute for coverage. by Eli Friedman · 15 years ago
- 5b088a1 Fix minor oversight for increment/decrement of complex int. Add tests for by Eli Friedman · 15 years ago
- 9b71b97 Add a couple more tests for coverage. by Eli Friedman · 15 years ago
- efa42f7 Don't look through casts when looking for the underlying decl for a function by Eli Friedman · 15 years ago
- 7c8f9b7 fix typo by Chris Lattner · 15 years ago
- 998eab1 fix opencl extvector element extraction on rvalues. We previously by Chris Lattner · 15 years ago
- fee667f Update for the intrinsic changes in llvm: the object size intrinsic by Eric Christopher · 15 years ago
- 38b48af clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option. by Daniel Dunbar · 15 years ago
- 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
- a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
- 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
- c3420ff Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing. by Nate Begeman · 15 years ago
- ce5818a Support x86's PALIGNR instruction without the use of a palignr intrinsic. by Nate Begeman · 15 years ago
- 386ca78 Fix for PR5709: use the computed type of the declaration instead of the by Eli Friedman · 15 years ago
- 6ef83cc Remove include of system header. by Daniel Dunbar · 15 years ago
- 972adb8 Use clang-cc in this test. by Daniel Dunbar · 15 years ago
- bc773a0 Switch over to checking .ll files instead of .s files. by Mike Stump · 15 years ago
- c08582b add 'F' to a bunch of libm builtins so that codegen doesn't die on them, by Chris Lattner · 15 years ago
- 7c176fa fix comment. by Chris Lattner · 15 years ago
- 36a2be1 consolidate some tests. by Chris Lattner · 15 years ago
- 761acc1 implement rdar://7346691 by codegen'ing struct/array initializers by Chris Lattner · 15 years ago
- ff933b7 simplify a condition and add a testcase. by Chris Lattner · 15 years ago
- 63db522 Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. by Daniel Dunbar · 15 years ago
- 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
- a760199 Update a test to FileCheck. by Anders Carlsson · 15 years ago
- baf524d Use intptr_t from stdint.h (in freestanding mode) instead of redefining it here by Ken Dyck · 15 years ago
- 228db47 Convert test to FileCheck. by Daniel Dunbar · 15 years ago
- e37f4b8 Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'. by Daniel Dunbar · 15 years ago
- a31100e Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. by Daniel Dunbar · 15 years ago
- 600d47e Fix some codegen tests to include positive checks. by Daniel Dunbar · 15 years ago
- 53e8484 Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments. by Daniel Dunbar · 15 years ago
- fff9403 Remove unnecessary &&s. by Daniel Dunbar · 15 years ago
- 5e530af Added block type introspection support. by David Chisnall · 15 years ago
- 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
- b1295da Remove some redundant tests. by Daniel Dunbar · 15 years ago
- 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
- 936d2a8 Fix tests after enabling -split-phi-edges. by Jakob Stoklund Olesen · 15 years ago