2014-01-05 |
Saleem Abdulrasool | ARM: style changes to LDRD, STRD definition |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Elena Demikhovsky | AVX-512: changed property name from "neverHasSideEffect... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Simon Atanasyan | [Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTG... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Simon Atanasyan | [Mips] Rename the test case input file. No functional... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Daniel Jasper | clang-format: Spacing inside enum braces. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Daniel Jasper | clang-format: Allow formatting short enums on a single... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Elena Demikhovsky | AVX-512: Added more intrinsics for convert and min... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Chandler Carruth | [PM] Add a definition for the static PassID in the... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Chandler Carruth | Add in a unittest for the one-use pattern matcher. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Add the other form of movq xmm,xmm for the disassembler. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Use patterns to remove some duplicate instructions. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Fix 'declartion' typos |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Pre-declare '::type_info' in MicrosoftMode only, not... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Fix encoding for PUSH64i16. Add In64BitMode Predicate... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Remove no longer needed x86 disassembler hack. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Mark x86 _alt instructions as AsmParserOnly so they... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Use new ForceDisassemble flag on the 2-byte forms of... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Add a new x86 specific instruction flag to force some... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Tweak the parse recovery in r198540 |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Chandler Carruth | Add support to the pattern match library for matching... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Fix bungled parse recovery in K&R function declarations |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Parse: Token consumption modernization and loop de... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Chandler Carruth | Fix a bug in IRBuilder that's been there for who knows... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Bill Wendling | Attempt to fix buildbots by XFAILing some architectures. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Venkatraman... | Add lit.local.cfg for MC/Sparc |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Rui Ueyama | Replace nested switch statements. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Chandler Carruth | Use a shorter name for the IRBuilder member. This will... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Venkatraman... | [Sparc] Add initial implementation of MC Code emitter... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Chandler Carruth | Simplify the PatternMatch unittest by giving it a modul... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Bill Wendling | Emit an error message if the value passed to __builtin_... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Mark the 64-bit x86 push/pop instructions as In64BitMod... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Craig Topper | Don't use PrintFatalError(which calls exit) for 'Primar... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Nico Weber | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Alp Toker | Add missed cleanup from r198456 |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Craig Topper | Tag x86 move to/from debug/control registers with Not64... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Joerg Sonnenberger | Switch to using C++ style casts. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Alp Toker | Revert "Fix PR18361: Invalidate LoopDispositions after... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Alp Toker | Revert "ToolingTest.cpp: Fix r158592, runToolOnCode... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Alp Toker | Move MS predefined type_info out of InitializePredefine... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Alp Toker | Only mark dump() function definitions 'used' in debug... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Venkatraman... | [Sparc] Add the initial implementation of an asm parser... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Yaron Keren | 80 cols fixes. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Yaron Keren | Implement the functions: clz, clzl, clzll, ctz, ctzl... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Venkatraman... | [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Argyrios Kyrtzidis | Add an additional check in test/Sema/ext_vector_casts.c |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Andrew Trick | Fix PR18361: Invalidate LoopDispositions after LoopSimp... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ted Kremenek | [analyzer] Remove IdempotentOperations checker. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Craig Topper | Remove JMP64pcrel32 (jmpq ). There are no tests for... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Argyrios Kyrtzidis | [Sema] When checking if a bitcast is appropriate betwee... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Richard Trieu | Ignore qualified templated functions for -Winfinite... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Jason Molenda | Use Address::SetLoadAddress() instead of SectionLoadLis... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Joey Gouly | [MachO] Add some missing NListTypes. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Reid Kleckner | Fix MSVC warning about missing return in DataLayout |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Reid Kleckner | [ms-cxxabi] Improve vbtable name mangling accuracy |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Adrian Prantl | Debug info: Ensure that the last stop point in a functi... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Joey Gouly | [MachO] Begin to add some MachO specific File/Atoms... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Marshall Clow | Rename ___make_pair_return to __make_pair_return_impl... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Nico Weber | Add a LLVM_DUMP_METHOD macro. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Jack Carter | [Mips]Work around MIPS linker issues exposed by commit... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Jason Molenda | Don't enforce ABI stack alignment rules on the sigtramp... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Adrian Prantl | FileCheck: Print a nice error message for missing closi... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Jason Molenda | Fix a mistake in the last change I made to ProcessMachC... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Refactored Builtin::Context::isPrintfLike and isScanfLi... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Reid Kleckner | Revert "For disassembly when adding a symbolic operand... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Argyrios Kyrtzidis | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Rafael Espindola | Fix typo. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Argyrios Kyrtzidis | Pass the decl directly to the diagnostic, no need to... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Kevin Enderby | For disassembly when adding a symbolic operand that... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Fixing a FIXME; the RetTy template parameter is always... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Rafael Espindola | Update for llvm's DataLayout including mangling informa... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Rafael Espindola | Make the llvm mangler depend only on DataLayout. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Ana Pazos | [AArch64][NEON] Added SXTL and SXTL2 instruction aliases |
commit | commitdiff | tree | snapshot |
2014-01-03 |
David Blaikie | Revert "Revert "Debug Info: Type Units: Simplify type... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Marked the default constructor as an LLVM_DELETED_FUNCTION. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Joerg Sonnenberger | Typo |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Removed one of the string versions of getQualifiedNameA... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Argyrios Kyrtzidis | [objc] Refactor and improve functionality for the ... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Marshall Clow | Patch by Howard. First part of fix for PR18218; add... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Rafael Espindola | Reformat the description strings. No functionality... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | We haven't cared about VS 2005 in a long time, and... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Fixed a FIXME; created a print method for Selectors... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Alexander Kornienko | A follow-up to r198426: move AnalysisConsumer.h to... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Alexander Kornienko | Make clang::ento::CreateAnalysisConsumer a part of... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
David Peixotto | Fix loop rerolling pass failure with non-consant loop... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Simplifying the mutual exclusion check now that the... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Alexander Kornienko | Clear the diagnostic buffer after flushing it. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Joey Gouly | [OpenCL] Add test case for previous commit. |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Using the proper helper function instead of manually... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Removing some more unnecessary manual quotes from diagn... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Removing an unneeded typecast. getScopeRep() already... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Removing some more unnecessary manual quotes from diagn... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Joey Gouly | [OpenCL] Variables in the constant address space must... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Removing some more unnecessary manual quotes from diagn... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | It turns out the problem was a bit more wide-spread... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Removing an unneeded typecast. getScopeRep() already... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Aaron Ballman | Removing some more unnecessary manual quotes from diagn... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Daniel Jasper | clang-format: Recognize single-line macro usages inside... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Alexander Kornienko | Rework of r198404 to avoid changes in the build configu... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
NAKAMURA Takumi | clang-tody: Rework r198403, to fix build. |
commit | commitdiff | tree | snapshot |
next |