2012-10-24 |
Nadav Rotem | Opt needs to initialize the different targets. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Chad Rosier | [ms-inline asm] Add test cases for r166592. The test... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Nadav Rotem | Implement a basic VectorTargetTransformInfo interface... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Chad Rosier | [ms-inline asm] Create a register operand, rather than... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Micah Villmow | Delete a directory that wasn't supposed to be checked... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Move PreprocessorOptions into the Lex library, and... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | (De-)serialize header search options. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Update unit tests for HeaderSearch change |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Move HeaderSearchOptions into the Lex library, make... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Undef SEMANTIC_VALUE_DIAGOPT appropriately |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Micah Villmow | Add in support for getIntPtrType to get the pointer... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | (De-)serialize the file system options. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Serialize DiagnosticOptions to the AST file. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Mahesha S | Removed an extra blank line. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Manuel Klimek | Adds the possibility to run ASTMatchFinder over arbitra... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Elena Demikhovsky | Special calling conventions for Intel OpenCL built... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Add a simple test involving decltype on Objective-C... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Remove the HiddenWeakTemplateVTables CodeGen option... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Evgeniy Stepanov | Pass LLVM_ANDROID_TOOLCHAIN_DIR if set. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Evgeniy Stepanov | Build ASan runtime for ARM/Android. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Alexey Samsonov | Update docs about TSan availability in CMake build |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Alexey Samsonov | Fix some wordings in AddressSanitizer docs. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
NAKAMURA Takumi | [CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Ulrich Weigand | A number of test cases assume that an "int" parameter... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Alexander Potapenko | [ASan] Rename ReplaceCFAllocator to MaybeReplaceCFAlloc... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Alexander Potapenko | [ASan] Use internal_memmove() in both static and dynami... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Alexey Samsonov | [ASan] Due to data races, ASan malloc stats are inaccur... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Duncan Sands | Add a testcase that would have noticed the typo fixed... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Michael Liao | Teach DAG combine to fold (buildvec (Xint2fp x)) to... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Michael Liao | Add custom conversion from v2u32 to v2f32 in 32-bit... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
NAKAMURA Takumi | Revert r166541, "clang/test: Add appropriate requiremen... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Nadav Rotem | Clang now attempts to create a TargetMachine whenever... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Jason Molenda | eArgTypePath was removed in r166533; change -c to |
commit | commitdiff | tree | snapshot |
2012-10-24 |
NAKAMURA Takumi | clang/test: Add appropriate requirements as REQUIRES... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Nico Weber | Add a test for -Warc-abi as requested by Fariborz. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Akira Hatanaka | [mips] Make sure sret argument is returned in register V0. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Rafael Espindola | Add padding inreg registers to cause llvm to skip ecx... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Rafael Espindola | Add inreg markers with the x86_fastcallcc calling conve... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Rafael Espindola | Change x86_fastcallcc to require inreg markers. This... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Enrico Granata | <rdar://problem/12523238> Commit 3 of 3 |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Matt Beaumont-Gay | Address feedback from Eli Friedman on r166522. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Sean Callanan | This is a fix for the command option parser. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Nadav Rotem | Change EmitAssemblyHelper to create the target machine... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Jakub Staszak | Keep coding standard. Don't evaluate getNumOperands... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Richard Smith | Fix ODR violations: a virtual function must be defined... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Jordan Rose | [analyzer] Handle 'SomeVar.SomeEnumConstant', which... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Jordan Rose | [analyzer] Replace -analyzer-no-eagerly-trim-egraph... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Test case for r166526. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Offset operator - the size should be... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Clean up comment. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Update the triple to test r166523. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] When parsing inline assembly we set... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Matt Beaumont-Gay | Don't emit -Wunused-value warnings from macro expansions. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Tweak include order |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Use a .def file for most of the diagnostic options. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Liao | Clean up code and put transformation on (build_vec... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Fariborz Jahanian | Objective-C: check that when a category method is being... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael J.... | [Support/StringSet] Fix memory leak when inserted key... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Buildbot debugging is fun |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Kevin Enderby | Make branch heavy code for generating marked up disasse... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Enrico Granata | Better error message for invalid argument to --category... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | One last unit-test fix |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Greg Clayton | Objective C cleanup. Removed an cache that was no longe... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | More unit-test fixes |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Update clang-interpreter example |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Fixup unit tests for DiagnosticOptions change |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Make DiagnosticOptions intrusively reference-counted... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Sean Callanan | Added a testcase for runtime types in Objective-C. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Enrico Granata | <rdar://problem/12523238> Commit 2 of 3 |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Jordan Rose | CMake: Fix public header search for generating Xcode... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Liao | Fix PR14161 |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Jordan Rose | CMake: Include private headers / tablegen files in... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Jim Ingham | Turns out there are 8 bits in a byte. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Nadav Rotem | Make the indirect branch optimization deterministic... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Eli Friedman | Fix pretty-printing pseudo-destructor calls. Patch... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Eli Friedman | Delete junk that snuck into r166498. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Eli Friedman | Add a new warning -Wmissing-variable-declarations,... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Douglas Gregor | Switch CodeGenOptions over to a .def file, like we... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Richard Smith | When rebuilding a DependentScopeDeclRefExpr, perform... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Enrico Granata | <rdar://problem/12523238> Commit 1 of 3 |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Matt Beaumont-Gay | Silence -Wsign-compare |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Pete Cooper | Change DenseMap to use a power of 2 growth if one is... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Pete Cooper | Fixed bug in SmallDenseMap where it wouldn't leave... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Nadav Rotem | Use the AliasAnalysis isIdentifiedObj because it also... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Bill Wendling | Ignore unreachable blocks when doing memory dependence... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Update for r166433. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Chad Rosier | [ms-inline asm] Add an implementation of the offset... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Liao | Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Michael Liao | Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Eric Christopher | Grammar. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Lang Hames | Use ilist rather than std::list for Node and Edge lists... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Rafael Espindola | Handle -pthread, -pg and -shared correctly on bitrig. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Sean Silva | Fix some mdoc nits |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Quentin Colombet | Test commit access |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Bill Schmidt | This is another TLC patch for separating code for the... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Daniel Jasper | Make hasDeclaration() matcher work inside the memberExp... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
NAKAMURA Takumi | clang/test/PCH/pch-dir.c: Update a comment for msvc... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Manuel Klimek | Implements the thisExpr matcher. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Duncan Sands | Fix typo that somehow escaped both testing and code... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Duncan Sands | Transform code like this |
commit | commitdiff | tree | snapshot |
next |