2013-07-14 |
Richard Smith | If an unimported submodule of an imported module contai... |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Stephen Lin | Catch more CHECK that can be converted to CHECK-LABEL... |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Stephen Lin | Update Transforms tests to use CHECK-LABEL for easier... |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Stephen Lin | Modify two Transforms tests to explicitly check for... |
commit | commitdiff | tree | snapshot |
2013-07-14 |
David Blaikie | Serialization support for TagDecl::IsCompleteDefinition... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
David Blaikie | Initialize the "IsCompleteDefinitionRequired" field... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Stephen Lin | Convert Windows to Unix line endings, no functionality... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Stephen Lin | Add newlines at end of test files, no functionality... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
David Blaikie | PR16214, PR14467: DebugInfo: use "RequireCompleteType... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
David Blaikie | Correctly classify pack expansions as NON_CANONICAL_UNL... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
David Blaikie | Simplify getTypeInfoImpl handling of 'non-canonical... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Tobias Grosser | ScopInfo: Add getTupe() method to MemoryAccess |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Stephen Lin | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
David Blaikie | Revert "Revert "PR16540: ASTVector::insert(Context... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Arnold Schwaighofer | LoopVectorizer: Disallow reductions whose header phi... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
David Blaikie | Revert "PR16540: ASTVector::insert(Context, Iter, Eleme... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Tobias Grosser | Dependences: Add a couple of basic test cases |
commit | commitdiff | tree | snapshot |
2013-07-13 |
David Blaikie | PR16540: ASTVector::insert(Context, Iter, Element)... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Joerg Sonnenberger | Reduce large list of macros to the primary platform... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Tobias Grosser | Dependences: Clarify difference between value and memor... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Benjamin Kramer | Convert a couple of grep tests to FileCheck. |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Fariborz Jahanian | Fixes a typo caught by Arthur O'Dwyer |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Tobias Grosser | Small style improvements |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Benjamin Kramer | Only verify the length in archive test, we can't make... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Rafael Espindola | Attempt at fixing a mingw bot. |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Craig Topper | Remove unneeded forward declarations. |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Craig Topper | Pass SmallVector by const reference instead of by value. |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Andrew Trick | Make the new vectorizer test immune to TTI |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Andrew Trick | LoopVectorize fix: LoopInfo must be valid when invoking... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Rafael Espindola | Try to open the file before use data from stat. |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Rafael Espindola | Remove unused file. Thanks to Sean Silva for noticing it. |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Rafael Espindola | Add r186216 back, but make the test tolerant of differe... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Marshall Clow | Implement n3584 - Addressing Tuples by Type |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Richard Smith | C++ modules: Don't call DeclContext::lookup when half... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Nick Lewycky | Add a microoptimization for urem. |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Chandler Carruth | Revert commit r186217 -- this is breaking bots: |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Reid Kleckner | [ms-cxxabi] Don't consider function templates for name... |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Chandler Carruth | Revert commit r186216 -- it's breaking bots: |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Fariborz Jahanian | ObjC migrator: More knobs for migrating |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Akira Hatanaka | [mips] Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Nick Lewycky | Fix logic error optimizing "icmp pred (urem X, Y),... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Sean Callanan | Modified the expression parser to only try to |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Akira Hatanaka | [mips] Implement MipsTargetMachine::getInstrItineraryDa... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
JF Bastien | Fix ARM paired GPR COPY lowering |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Michael Gottesman | Fixed 80+ violation and added C++ to header. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Joey Gouly | Fix a crash in EvaluateInDifferentElementOrder where... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Greg Clayton | Revert the ELF core file support until a few things... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Akira Hatanaka | [mips] Add instruction itinerary classes for mult,... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Greg Clayton | Missed a checking that should have been checked in... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Fariborz Jahanian | ObjC migrator: early work for migrating implicitly... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Argyrios Kyrtzidis | Changes so that a few tests do not fail when running... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Bill Wendling | Use function attributes to pass along the stack protect... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Bill Wendling | Use the function attributes to pass along the stack... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Fix a off by one error about which members need to... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Andrew Trick | LFTR improvement to avoid truncation. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Andrew Trick | Cleanup LFTR logic. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Andrew Trick | Cleanup: rename a variable to make the logic easier... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Eric Christopher | Remove extraneous braces. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Greg Clayton | Fixed GetModuleSpecifications() to work better overall: |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Eli Friedman | Compute 'this' correctly for block in lambda. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Benjamin Kramer | R600: Reapply testcase from r186178, the big endian... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Kaelyn Uhrain | Provide a better diagnostic and a fixit for a '.' or... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Ashok Thirumurthi | Introduces core file support for Linux x86-64 using... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Change archive-update.test to create a new file on... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Enrico Granata | Added Repr() and Str() member functions to our PythonOb... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Remove empty directory. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Rename directory to avoid problems on windows. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Enrico Granata | Adding information on the scriptable keywords ${target... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | fix autoconf build |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Richard Smith | Unrevert r186040, reverted in r186185, with fix for... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Fix the build with c++03. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Change llvm-ar to use lib/Object. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Benjamin Kramer | R600: Remove unsafe type punning. No intended functiona... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Greg Clayton | Fix the linux gcc 4.6.3 buildbot failures that happened... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Greg Clayton | Enabled the "--debug" option functionality that will... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Daniel Malea | Work-around for GCC issue where setting a breakpoint... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Add a test for llvm-ar's u option. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Tom Stellard | R600: Remove the fpconst64.ll test which was failing... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Ashok Thirumurthi | Handle BreakNotify for threads whose tid doesn't match... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Arnold Schwaighofer | X86 cost model: Add cost for vectorized gather/scather |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Arnold Schwaighofer | ARM cost model: Add cost for gather/scather |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Arnold Schwaighofer | TargetTransformInfo: address calculation parameter... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Relax the test a bit more to handle different UIDs... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Chandler Carruth | Revert r186040 to fix PR16597 while Richard investigate... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Relax test a bit to handle umask differences. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Add a test for the 'o' option in llvm-ar. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Tom Stellard | R600/SI: Add support for f64 kernel arguments |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Tom Stellard | R600/SI: Implement select and compares for SI |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Tom Stellard | R600/SI: Add fsqrt pattern for SI |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Tom Stellard | R600/SI: Add double precision fsub pattern for SI |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Tom Stellard | R600/SI: SI support for 64bit ConstantFP |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Tom Stellard | R600/SI: Add initial double precision support for SI |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Tom Stellard | R600: Add ISA documents to the CompilerWriterInfo page |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Michael Gottesman | Fixed comment in header of Block Frequency Impl and... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Benjamin Kramer | X86: Shrink certain forms of movsx. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Anna Zaks | [analyzer] Treat nullPtrType as a location type. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Fariborz Jahanian | fixes a typo caught by Jordan. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Rafael Espindola | Add static. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Fariborz Jahanian | Objective-C: Produce gcc compatible encoding of |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Jim Ingham | The correct max value for size_t variables is SIZE_MAX... |
commit | commitdiff | tree | snapshot |
next |