platform/upstream/llvm.git
2013-08-22 Reid KlecknerFileCheckify a grep test.
2013-08-22 Fariborz JahanianObjectiveC migrator: Provide ARC annotations for
2013-08-22 Howard HinnantZhihao Yuan noted that there were a few unneeded state...
2013-08-22 Guillaume PapinRevert "cpp11-migrate: Add a class to support include...
2013-08-22 Howard HinnantZhihao Yuan noted that a move assignment operation...
2013-08-22 Shankar Easwaran[lld][PECOFF] Fix one more reference to a temporary...
2013-08-22 Howard HinnantDavid Blaikie suggested this test for detecting constex...
2013-08-22 Manman Ren[Debug Info Tests] Update testing cases.
2013-08-22 Samuel BenzaquenRefactor VariantMatcher to use an interface underneath.
2013-08-22 NAKAMURA Takumiconfigure: Regenerate corresponding to r189026.
2013-08-22 Jordan RoseRe-add clang-check to the Makefile build.
2013-08-22 Daniel JasperWork around unused variable warning in release builds.
2013-08-22 Jordan RoseFix dependencies now that the ARC migrator depends...
2013-08-22 Jordan RoseAutoconf: The Clang ARC migrator now depends on the...
2013-08-22 Shankar Easwaran[lld][PECOFF] Fix use of temporary strings
2013-08-22 Joey Gouly[ARMv8] Add CodeGen support for VSEL.
2013-08-22 Shankar Easwaran[lld][unittests] Change assert to llvm_unreachable
2013-08-22 David BlaikieDebugInfo: emit the definition of types when constructi...
2013-08-22 NAKAMURA Takumi[Win32] mapped_file_region: Fix a bug in CreateFileMapp...
2013-08-22 NAKAMURA TakumiWhitespace.
2013-08-22 Edwin Vaneclang-replace: Exclude test-time deps from LIT test...
2013-08-22 Daniel Jasperclang-format: Add column layout formatting for braced...
2013-08-22 Guillaume Papincpp11-migrate: Add a class to support include directive...
2013-08-22 Sergey Matveev[lsan] Add a regression test for building C code.
2013-08-22 Evgeniy Stepanov[sanitizer] Fix build when scanf interceptors are enabl...
2013-08-22 Edwin Vaneclang-replace: Write merged changes to disk
2013-08-22 David BlaikieDebugInfo: Remove explicit declaration-emissiong handli...
2013-08-22 Sergey Matveev[lsan] Add a stress test.
2013-08-22 Sergey Matveev[lsan] Follow-up to r189010 - do the same in Makefile...
2013-08-22 Sergey Matveev[lsan] Build standalone LSan with -fno-rtti.
2013-08-22 Mihai PopaFix ARM vcvt encoding when the number of fractional...
2013-08-22 Edwin VaneIntroducing new tool clang-replace
2013-08-22 Chandler CarruthTeach the SLP vectorizer the correct way to check for...
2013-08-22 Joey Gouly[ARM] Constrain some register classes in EmitAtomicBina...
2013-08-22 Elena DemikhovskyAVX-512: Added masked SHIFT commands, more encoding...
2013-08-22 Manuel KlimekRevert "Implement a rudimentary form of generic lambdas."
2013-08-22 Manuel KlimekRevert "Remove some unused variables identified by...
2013-08-22 Logan ChienFix ARM FastISel PIC function call.
2013-08-22 NAKAMURA TakumiSuppress MemoryBufferTest.cpp on win32 for now. Investi...
2013-08-22 Chandler CarruthAdd a new helper method to Value to strip in-bounds...
2013-08-22 NAKAMURA TakumiMemoryBufferTest.cpp: Tweak offset corresponding to...
2013-08-22 NAKAMURA TakumiMemoryBuffer.cpp: Consider if PageSize were not 4096...
2013-08-22 Chandler CarruthClean up the doxygen formatting of the comments on...
2013-08-22 David MajnemerTypo.
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-22 Robert Wilhelmconst'ify Sema::ActOnCXXTryBlock by
2013-08-22 Dmitri Gribenkognu-flags.c test: relax the check a bit
2013-08-22 David MajnemerAnalysis: Make %I in printf more reasonable, add more...
2013-08-22 Craig TopperConstify more uses of ASTContext&. No functional change.
2013-08-22 Tim NorthoverARM: respect tied 64-bit inlineasm operands when printing
2013-08-22 Craig TopperConstify some more ASTContext& uses.
2013-08-22 Shankar Easwaran[lld][test] fix -Wreturn-type error
2013-08-22 Michael Gottesman[stackprotector] When finding the split point to splice...
2013-08-22 Craig TopperConstify the ASTContext& passed to Stmt creation functi...
2013-08-22 Craig TopperConstify the ASTContext& passed to Expr creation functi...
2013-08-22 Craig TopperAdd test cases for avx512 feature flags. Fix typo in...
2013-08-22 Shankar Easwaranfix build failures on platforms that use -Wunused-priva...
2013-08-22 Shankar Easwaran[lld][Driver] Fix the unit test for lld gnu flavor
2013-08-22 Shankar Easwaran[lld][Hexagon] Enable Hexagon sdata sorting test
2013-08-22 Matt ArsenaultTeach LoopVectorize about address space sizes
2013-08-22 Faisal ValiRemove some unused variables identified by Juergen...
2013-08-22 Shankar Easwaran[lld] Fix unused private fields for fixing build failur...
2013-08-22 Faisal ValiImplement a rudimentary form of generic lambdas.
2013-08-22 Hans WennborgRemove llvm-lit from the cmake install target.
2013-08-22 Larisse VoufoAdd a constexpr functionality test for static data...
2013-08-22 Larisse VoufoRefactor for clarity and simplicity.
2013-08-22 Virgile BelloRevert the change that was done to test commit access.
2013-08-22 Virgile BelloTest commit access.
2013-08-22 Bill WendlingFileCheck-ize tests.
2013-08-22 Eli FriedmanAdjust for r188968.
2013-08-22 Larisse VoufoImprove support for static data member templates. This...
2013-08-22 Eli FriedmanSplit isFromMainFile into two functions.
2013-08-22 Jim GrosbachARM: R9 is not safe to use for tcGPR.
2013-08-22 Shankar Easwaranremove trailing whitespace
2013-08-22 Howard HinnantXFAIL 3 tests on darwin 11-12. The tests have recently...
2013-08-21 Shankar Easwaran[lld][Darwin] fixing an accidentally removed change
2013-08-21 David BlaikieDebugInfo: Require only the declaration of types only...
2013-08-21 Shankar Easwaran[lld] Fix win7 failure on adding InputGraph functionality
2013-08-21 Daniel Dunbar[tests] Update to use lit's now-integrated XFAIL handling.
2013-08-21 Eli FriedmanReduce sizeof(TemplateArgument) from 32 to 24.
2013-08-21 Shankar Easwaranadd InputGraph functionality
2013-08-21 Michael GottesmanFixed typo.
2013-08-21 Michael GottesmanRemoved trailing whitespace.
2013-08-21 Andrew KaylorFixing build errors from r188952
2013-08-21 Andrew KaylorIntroducing a temporary work-around for a register...
2013-08-21 Tom StellardSelectionDAG: Make sure stores are always added to...
2013-08-21 Andrew KaylorAdding separate cfa alignment check for Darwin and...
2013-08-21 Daniel Dunbar[lit] Fix a couple lingering Py3 compat issues in Progr...
2013-08-21 Daniel Dunbar[tests] Update fma3 check to work with Py3.
2013-08-21 Daniel Dunbar[lit] Lift XFAIL handling to core infrastructure.
2013-08-21 Daniel Dunbar[lit] Allow formats to return lit.Test.Result instances...
2013-08-21 Daniel Dunbar[lit] Factor out a separate Test.Result() object.
2013-08-21 Daniel Dunbar[lit] Simplify --time-tests code.
2013-08-21 Daniel Dunbar[lit] Extract TestFormat base class, for future use.
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-21 Andrew KaylorAdding a document to describe the MCJIT execution engin...
2013-08-21 Tom StellardR600: Remove unnecessary casts
2013-08-21 Yunzhong GaoNo functionality change.
2013-08-21 Aaron BallmanUpdated the consumed analysis warnings to use a more...
2013-08-21 Rafael EspindolaMove -mfpmath handling to -cc1 and implement it for...
next