platform/upstream/llvm.git
2013-07-11 Ashok ThirumurthiAdds methods to ObjectFileELF to access data in ELF...
2013-07-11 Rafael EspindolaUse %llu to print a 64 bit number. Should fix the ARM...
2013-07-11 Matt KopecFix unhandled SIGTRAP signal on Linux causing assertion.
2013-07-11 Fariborz JahanianRestore warning to its original text when
2013-07-11 Rafael EspindolaAdd a test for llvm-ar's m operation.
2013-07-11 Chandler CarruthFix a veritable conucopia of bugs in the readdir_r...
2013-07-11 Hal FinkelPPC: Add some missing V_SET0 patterns
2013-07-11 Andrew Trickindvars: Improve LFTR by eliminating truncation when...
2013-07-11 Eli BenderskySimplify GetBuiltinNames by hoising the NoBuiltins...
2013-07-11 Fariborz JahanianObjectiveC arc[qoi]: When due to change of certain...
2013-07-11 Michael SartainFix "source list -n printf" on Linux (printf is symbol...
2013-07-11 Sergey Matveev[sanitizer] Remove optional arguments from clone()...
2013-07-11 Hal FinkelPPCDAGToDAGISel::isRunOfOnes should return false on...
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-11 Rafael EspindolaAdd back code for supporting old mingw versions. Should...
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-07-11 Rafael EspindolaInsertBefore is the same as AddBefore. Delete it.
2013-07-11 Edwin Vanecpp11-migrate: Add missing file headers in unit tests
2013-07-11 Rafael EspindolaLooks like some versions of mingw don't have errno_t...
2013-07-11 Benjamin KramerUse move semantics if possible to construct ConstantRanges.
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-11 Howard HinnantBill Fisher: This patch fixes a less likely case where...
2013-07-11 Arnold SchwaighoferLoopVectorize: Vectorize all accesses in address space...
2013-07-11 Daniel JasperImprove detection of trailing return types.
2013-07-11 Ed MasteAdd stub GetThreadName for FreeBSD, missed in r186033.
2013-07-11 Daniel JasperFix indentation problem for comments in call chains
2013-07-11 Rafael EspindolaMerge these tests.
2013-07-11 Rafael EspindolaUse a more unique name to avoid conflicting with direct...
2013-07-11 Rafael EspindolaAdd a test for llvm-ar's 'd' operation.
2013-07-11 Rafael EspindolaAdd tests for the 'x' operation.
2013-07-11 Rafael EspindolaRemove the 'N' modifier from llvm-ar.
2013-07-11 Rafael EspindolaDelete dead code.
2013-07-11 Rafael EspindolaRemove support for truncating names in archives.
2013-07-11 Daniel JasperKeep trailing annotations close to their argument.
2013-07-11 Rafael EspindolaSync llvm-ar's help string with the options it supports.
2013-07-11 Benjamin KramerReduce the number of indirections in the attributes...
2013-07-11 Richard Sandiford[SystemZ] Add testcase missing from r186073
2013-07-11 Richard Sandiford[SystemZ] Use zeroing form of RISBG for shift-and-AND...
2013-07-11 Richard Sandiford[SystemZ] Use zeroing form of RISBG for some AND sequences
2013-07-11 Rui Ueyama[PECOFF] Support linking against DLL.
2013-07-11 Richard Sandiford[SystemZ] Allow 8-bit operands to RISBG
2013-07-11 Duncan SandsTryToSimplifyUncondBranchFromEmptyBlock was checking...
2013-07-11 Hal FinkelInitialize AsmPrinter::MF in the constructor
2013-07-11 Hal FinkelRegScavenger should not exclude undef uses
2013-07-11 Rui Ueyama[PECOFF][Writer] Fixed a bug that an empty section...
2013-07-11 Craig TopperFix indentation. No functional change.
2013-07-11 Nadav RotemFix a warning.
2013-07-11 Nadav RotemConsolidate more lit tests.
2013-07-11 Nadav RotemConsolidate some of the lit tests.
2013-07-11 Richard SmithPR5066: If a declarator cannot have an identifier,...
2013-07-11 Nadav RotemConsolidate some of the lit tests.
2013-07-11 James DennettDocumentation fixes - the rest of DeclCXX.h:
2013-07-11 Nadav RotemSLPVectorizer: refactor the code that places extracts...
2013-07-11 Michael GottesmanTeach TailRecursionElimination to handle certain cases...
2013-07-11 James DennettDocumentation cleanup for DeclCXX.h:
2013-07-11 NAKAMURA Takumiclang/test/CodeGen/c11atomics.c: Fix testcase for ...
2013-07-11 Eli FriedmanFix build.
2013-07-11 Richard SmithAdd a __builtin_addressof that performs the same functi...
2013-07-11 Richard SmithMake CheckAddressOfOperand a member of Sema so it can...
2013-07-11 Hal FinkelMove r186044 tests into CodeGen/X86
2013-07-11 Jim InghamAdd a -remote-file option to “target create” to specify...
2013-07-11 Eli FriedmanSimplify atomic load/store IRGen.
2013-07-11 Richard SmithFix some grammar errors.
2013-07-11 Richard SmithFix documentation:
2013-07-10 Hal FinkelSet REQUIRES shell on the test cases for r186044
2013-07-10 Hal FinkelXFAIL the test cases for r186044 on Hexagon
2013-07-10 Hal FinkelDon't assert if we can't constant fold extract/insertvalue
2013-07-10 Rafael EspindolaRemove this test for now.
2013-07-10 Hans WennborgCommandLine.rst: remove tiny bit of bad mark-up
2013-07-10 Rafael EspindolaFind the symbol table on archives created on OS X.
2013-07-10 Richard SmithIf we friend a declaration twice, that should not make...
2013-07-10 Andrew KaylorStop process monitor from ProcessPOSIX::Finalize
2013-07-10 Rafael EspindolaMove tests from test/Archive to test/Object.
2013-07-10 Fariborz JahanianObjC migrator: Improve on hueristics.
2013-07-10 Adrian PrantlAdd a comment.
2013-07-10 Tim NorthoverPut ELF COMDAT relocations into the relevant COMDAT...
2013-07-10 Matt KopecAdd support for listing inferior thread names on Linux.
2013-07-10 Stephen LinRemove trailing whitespac
2013-07-10 Adrian PrantlAdd a testcase for r186014.
2013-07-10 Eric ChristopherUse a LexicalScope here since it is one and it will...
2013-07-10 Rafael EspindolaDon't crash in 'llvm -s' when an archive has no symtab.
2013-07-10 Jordan Rose[analyzer] Remove bogus assert: in C++11, 'new' can...
2013-07-10 Reid KlecknerFix %t typo in Ocaml bindings test.
2013-07-10 Michael Gottesman[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky...
2013-07-10 Michael GottesmanChanged "mode: c++" => "C++" at the suggestion of Nick...
2013-07-10 James DennettAdd a hook RecursiveASTVisitor::TraverseLambdaBody...
2013-07-10 Enrico GranataAdding a summary for ObjC blocks
2013-07-10 Marshall ClowImproved tests (and fixed a bug in the tests); thanks...
2013-07-10 Benjamin KramerUpdate doxygen comment to match renamed parameters.
2013-07-10 Greg ClaytonFixed an issue introduced with my last fix where the...
2013-07-10 Kaelyn UhrainOffer typo suggestions for 'using' declarations.
2013-07-10 Rafael EspindolaMemoryBuffer::getFile handles zero sized files, no...
2013-07-10 Aaron BallmanReplacing an empty switch with its moral equivalent...
2013-07-10 Rafael EspindolaUse status to implement file_size.
2013-07-10 Adrian PrantlUse the appropriate unsigned int type for the offset.
2013-07-10 Adrian PrantlSafeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.
2013-07-10 Craig TopperSimplify code.
2013-07-10 Michel DanzerR600/SI: Initial local memory support
2013-07-10 Michel DanzerR600/SI: Add pattern for the AMDGPU.barrier.local intrinsic
2013-07-10 Michel DanzerR600/SI: Add intrinsic for retrieving the current thread ID
next