2013-08-30 |
Bill Schmidt | [PowerPC] Miscellaneous fast-isel test cases. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Bill Schmidt | [PowerPC] Add loads, stores, and related things to... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Andrew Trick | comment typo |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Bill Wendling | Random cleanup: No need to use a std::vector here,... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Eric Christopher | Don't bother emitting the pubtypes section on darwin... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Eric Christopher | Reformat slightly. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Eli Friedman | Change default # of digits for APFloat::toString |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Manman Ren | DIBuilder: retain a type when created with a unique... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Jim Grosbach | ARM: Improve pattern for isel mul of vector by scalar. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Jim Grosbach | Tidy up. Comment grammar. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Jim Grosbach | Tidy up. Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Reid Kleckner | Substitute LLVM's version into the msbuild property... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Warren Hunt | Modified ms-build configuration file to be version... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Cameron Esfahani | Clean up some usage of Triple. The base class has... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Kaelyn Uhrain | Fix the following error when NDEBUG is defined: |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Andrew Trick | Comment and revise the cyclic critical path code. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Manman Ren | Add unique identifier field to Composite Types and... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Alexander Kornienko | isCharInSet refactoring. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Elena Demikhovsky | AVX-512: added extend and truncate instructions. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Craig Topper | Move StringToOffsetTable into the TableGen include... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Hal Finkel | Revert: r189565 - Add getUnrollingPreferences to TTI |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Hal Finkel | Add getUnrollingPreferences to TTI |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Hal Finkel | Use TargetSubtargetInfo::useAA() in DAGCombine |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Hal Finkel | Add useAA() to TargetSubtargetInfo |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] [tests] Add missing test input file. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [tests] Use multiple statements instead of 'echo -e... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Fix internal shell's argv[0] handling. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Add support for multiprocessing, under --use... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Implement --max-time support by using provider... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Refactor test execution logic into lit.run.Run. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Put display lock inside the ThreadResultsConsumer. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Factor out a results consumer interface for test... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Move top-level execute code into Run object. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Factor out Run class to capture configuration... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Change lit.Test.ResultCode to be unique across... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | Fix a test to not fail for users with my name. :) |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Add a TODO. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Update shtest format to return lit.Test.Result... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Daniel Dunbar | [lit] Update LitTestCase to support lit.Test.Result. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Kevin Enderby | The darwin integrated assembler for X86 in 64-bit mode... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rui Ueyama | [Object/COFF] Add coff_aux_weak_external. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Nadav Rotem | Vectorizer/PassManager: I am working on moving the... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Matt Arsenault | Convert tests to FileCheck |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Warren Hunt | Adding VCIncludeDir and WindowsSDKDir to the msbuild... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Matt Arsenault | Handle address spaces in TargetTransformInfo |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Juergen Ributzka | Fix a typo and coding style of a previous commit. No... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Matt Arsenault | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Michael Gottesman | [doxygen] Use correct variable names for external varia... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rafael Espindola | Fix name matching to work on windows. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
David Blaikie | Period. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
David Blaikie | r189495: Pull out some debug logic into a function... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Michael Gottesman | [doxygen] Added support for doxygen external search. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Michael Gottesman | [cmake] Created an aggregate doxygen target for generat... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rui Ueyama | Option parsing: support case-insensitive option matching. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Hal Finkel | Disable unrolling in the loop vectorizer when disabled... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Kevin Enderby | The integrated darwin assembler can hang in an infinite... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
David Blaikie | PR16995: DebugInfo: Don't overwrite existing member... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Hans Wennborg | cmake: Prevent semicolon separated lists in llvm-config... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Joey Gouly | [ARMv8] |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rafael Espindola | Add a minimal implementation of ranlib. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tim Northover | ARM: Use "dmb sy" for barriers on M-class CPUs |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Joey Gouly | [ARMv8] Add a missing IsThumb to t2LDAEXD. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tim Northover | ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tim Northover | ARM: add patterns for vqdmlal with separate vqdmull... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Daniel Sanders | [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Daniel Sanders | [mips][msa] Added load/store intrinsics. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Alexey Samsonov | 80 cols |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Elena Demikhovsky | AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP1... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Daniel Sanders | [mips][msa] Added move.v |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Richard Sandiford | [SystemZ] Add support for TMHH, TMHL, TMLH and TMLL |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Daniel Sanders | [mips][msa] Added cfcmsa, and ctcmsa |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Daniel Sanders | [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Daniel Sanders | [mips][msa] Summarize tests |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Richard Sandiford | [SystemZ] Extend memcmp support to all constant lengths |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Alexey Samsonov | Fix use of uninitialized value added in r189400 (found... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Craig Topper | Add missing include |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Ted Kremenek | Revert r189442 "Change default # of digits for APFloat... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Eli Friedman | Change default # of digits for APFloat::toString |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Eric Christopher | Remove support for the .debug_inlined section. No known... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
NAKAMURA Takumi | X86JITInfo.cpp: Apply x64 version of X86CompilationCall... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
NAKAMURA Takumi | X86Subtarget.h: Recognize x86_64-cygwin. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Hans Wennborg | cmake: Add msbuild integration to the install |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Argyrios Kyrtzidis | [BumpPtrAllocator] Move DefaultSlabAllocator to a membe... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Akira Hatanaka | [mips] Use ptr_rc to simplify definitions of base+index... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Akira Hatanaka | [mips] Clean up definitions of move word from/to coproc... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Akira Hatanaka | [mips] Set isAllocatable and CoveredBySubRegs. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Eric Christopher | Add a TODO here. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Eric Christopher | Add support for DW_FORM_dataN and DW_FORM_udata to... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Rui Ueyama | Revert "Option parsing: support case-insensitive option... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Eric Christopher | Use DW_FORM_sdata for signed constant values and udata... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Eric Christopher | Move some debug testcases to the debug info directory. |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Rui Ueyama | Option parsing: support case-insensitive option matching. |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Argyrios Kyrtzidis | [CMake] Put back the add_llvm_external_project() calls... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Reid Kleckner | Add xml files for msbuild integration |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Manman Ren | DIBuilder: take an optional StringRef to pass in unique... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Peter Collingbourne | DataFlowSanitizer: Implement trampolines for function... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
David Majnemer | [ms-inline asm] Support offsets after segment registers |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Joerg Sonnenberger | Given target assembler parsers a chance to handle varia... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Jack Carter | Changed comment |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Roman Divacky | Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER... |
commit | commitdiff | tree | snapshot |
next |