platform/upstream/llvm.git
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...
2013-08-21 David MajnemerAnalysis: Add support for MS specific printf format...
2013-08-21 Juergen RibutzkaTeach BaseIndexOffset::match to identify base pointers...
2013-08-21 David MajnemerADT/Triple: Helper to determine if we are targeting...
2013-08-21 Aaron BallmanRemoved unnecessary asserts.
2013-08-21 David BlaikieBasic unit tests for PointerUnion
2013-08-21 Bill WendlingReorder headers according to lint.
2013-08-21 Manman RenTBAA: add testing case to check typedef can alias.
2013-08-21 Manman RenDon't use mangleCXXRTTIName in TBAA for C code.
2013-08-21 Manman RenUpdate testing case to use FileCheck instead of grep.
2013-08-21 Bill WendlingRemove use of forbidden 'iostream' header.
2013-08-21 Bill WendlingAdd missing ']'.
2013-08-21 Matt ArsenaultTeach InstCombine about address spaces
2013-08-21 Ahmed BougachaMC CFG: Remap enough for data too, analoguous to r188873.
2013-08-21 Ahmed BougachaStyle cleanup following David's review for r188876.
2013-08-21 Ahmed BougachaAdd testcase for r188873: MCTextAtom boundaries.
2013-08-21 Fariborz JahanianObjectibeC migrator. Annotate cf_consumed arguments,
2013-08-21 Argyrios Kyrtzidis[CMake] Automatically pick up subdirectories in llvm...
2013-08-21 Nick LewyckyFix the end sourcelocation of the call expression in...
2013-08-21 Matt ArsenaultAdd test for bitcast array ptrs with address spaces
2013-08-21 Nick LewyckyRevert r188863 which could propose wrong fixits for...
2013-08-21 Matt ArsenaultAdd enforce known alignment test with address space
2013-08-21 Matt ArsenaultUse attribute helper function
2013-08-21 Matt ArsenaultFix typo
2013-08-21 Fariborz JahanianObjectiveC migrator: until we have beter understanding of
2013-08-21 Rafael EspindolaRemove dead code.
2013-08-21 Greg ClaytonClean up some documentation.
2013-08-21 Hao LiuA minor change for an obvous problem caused by r188451:
2013-08-21 Rafael EspindolaMove the logic for selecting the last feature in the...
2013-08-21 Timur Iskhodzhanov[CGF] Get rid of passing redundant VTable pointer aroun...
2013-08-21 Joey GoulyAdd -mcpu to two X86 tests.
next