platform/upstream/llvm.git
2013-01-08 Nadav RotemDocs: mention that we support float reductions when...
2013-01-08 Eli BenderskyRename statistic for instruction fragments -> relaxable
2013-01-08 Nadav RotemCode cleanup: refactor the switch statements in the...
2013-01-08 Ted KremenekRepost checker-270, which for some reason got deleted.
2013-01-08 Matt KopecAdd test to check the number of threads.
2013-01-08 Nadav RotemRename the enum members to match the LLVM coding style.
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-08 Manuel Klimekclang-format can now format #defines.
2013-01-08 Matt KopecAdd initial support to trace spawned threads in a proce...
2013-01-08 Joel JonesAdd highlighting for "int" keyword
2013-01-08 Daniel JasperDon't put spaces around ##.
2013-01-08 Rafael EspindolaAdd missing spaces. This doesn't cause problems in...
2013-01-08 Manuel KlimekImplements the features requested in PR14679.
2013-01-08 Rafael EspindolaClear the LV cache when setting the instantiated from...
2013-01-08 Daniel JasperChange the data structure used in clang-format.
2013-01-08 Daniel MaleaEnable ProcessGDBRemote plugin on Linux
2013-01-08 Daniel MaleaImplement -w flag to process launch (allow launching...
2013-01-08 Dmitri GribenkoCodeGen/compound-assign-overflow.c: include stdint...
2013-01-08 Edwin VaneTransferred loop-convert tests to cpp11-migrate
2013-01-08 Bill WendlingMake sure we don't emit instructions before a landingpa...
2013-01-08 Tim NorthoverAllow ELF64 relocation type to be more than 8 bits.
2013-01-08 Tobias GrosserDead code elimination: Make variable names uppercase
2013-01-08 Tobias Grosserclang-format the dead code elimination pass
2013-01-08 Chandler CarruthSink a function that refers to the SelectionDAG into...
2013-01-08 Sean Silvadocs: "clang tools" are not a different interface.
2013-01-08 Rafael EspindolaClear the LV cache when merging the availability attribute.
2013-01-08 Eric ChristopherAdd the C testcase to this file.
2013-01-08 Enrico Granata<rdar://problem/12968925>
2013-01-08 Sean SilvaUpdate README.txt to more accurately reflect reality.
2013-01-08 Michael J.... [ELF] Add R_X86_64_64 relocation.
2013-01-08 Michael J.... [lld] Add and ignore some flags for ld compat.
2013-01-08 Eric ChristopherAdd a test to make sure that vector output happens...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Eric ChristopherFix comment.
2013-01-08 Ted KremenekDon't warn about undefined varargs argument behavior...
2013-01-08 David BlaikieAdd [artificial] debug info annotation to test matching...
2013-01-08 Lenny MaioraniSplit changeset_ty using iterators instead of loops.
2013-01-08 Argyrios Kyrtzidis[arcmt] Follow-up for r171484; make sure when adding...
2013-01-08 Richard SmithMove ref qualifiers from Type bitfields into FunctionPr...
2013-01-08 David BlaikieMark artificial types as such in the annotated debug...
2013-01-08 Anna Zaks[analyzer] Include the bug uniqueing location in the...
2013-01-08 Anna Zaks[analyzer] Plist: change the type of issue_hash from...
2013-01-08 Anna Zaks[analyzer] Extend the Representing Values section of...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-08 NAKAMURA Takumiclang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts.
2013-01-08 Matt KopecFix TestSendSignals.py on Linux. The wrong stop reason...
2013-01-08 Richard SmithPR14838: When a member reference is bound to a temporar...
2013-01-08 Douglas GregorBack out my no-op change from r171783.
2013-01-08 Greg Clayton<rdar://problem/12953853>
2013-01-07 Dmitri GribenkoCorrect OpenBSD profiling test
2013-01-07 Jakob Stoklund... Pack MachineOperand bitfields better.
2013-01-07 Jakob Stoklund... Pack MachineInstr fields better.
2013-01-07 Nadav RotemLoopVectorizer: Add support for floating point reductions
2013-01-07 Eli BenderskyAdd some additional tests for the .bundle_lock align_to...
2013-01-07 Enrico GranataMake sure that the GenerateFunction call can support...
2013-01-07 David BlaikieExtract the instance-method case for debug info out...
2013-01-07 Rafael Espindolaadd a triple
2013-01-07 Bill WendlingRemove dead directory.
2013-01-07 Shuxin YangCosmetical changne in order to conform to coding std.
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Will Dietz[ubsan] Check for appropriate types on compound assignm...
2013-01-07 Will Dietz[ubsan] Use correct type for compound assignment ops.
2013-01-07 David BlaikieSimplify computing debug info type for static member...
2013-01-07 Michael GottesmanConverted Block-ABI-Apple.txt => Block-ABI-Apple.rst.
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Sean Silvadocs: Fix inconsistent titles.
2013-01-07 Sean Silvadocs: Copy Block-ABI-Apple.txt to output.
2013-01-07 Daniel MaleaRe-enabling C++ exception breakpoint testcase (on Linux)
2013-01-07 Shuxin YangThis change is to implement following rules:
2013-01-07 Fariborz JahanianMinor refactoring of my last patch
2013-01-07 Michael GottesmanFixed EOL whitespace.
2013-01-07 Jim GrosbachARM: Copy-paste error.
2013-01-07 Jim GrosbachARM: Fix a few copy-paste errors.
2013-01-07 Daniel Dunbar[docs/analyzer] Test commit (for auto-update).
2013-01-07 Daniel Dunbar[docs] Fix an inconsistent title level, and a sphinx...
2013-01-07 Daniel Dunbar[docs/analyzer] Convert existing debug-checks document...
2013-01-07 Chad RosierTest case for r171784.
2013-01-07 Chad Rosier[ms-inline asm] Make sure the NullStreamParser doesn...
2013-01-07 Douglas GregorUse the C++11 POD definition in C++11 mode to determine...
2013-01-07 Rafael EspindolaUse getter. Fixes the build from a bad merge.
2013-01-07 Rafael EspindolaAdd support for attribute((mode(unwind_word))).
2013-01-07 Eric ChristopherAdd more comments to what's going on here.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2013-01-07 Fariborz Jahanianobjective-C: when searching for declarations in protocol
2013-01-07 Argyrios Kyrtzidis[libclang] When annotating preprocessor tokens, if...
2013-01-07 Argyrios Kyrtzidis[libclang] Simplify annotation of preprocessing tokens...
2013-01-07 Argyrios Kyrtzidis[libclang] Make token annotation of type/storage qualif...
2013-01-07 Argyrios Kyrtzidis[libclang] When getting the cursor for an identifier...
2013-01-07 Argyrios Kyrtzidis[PCH] (De)serialize the end location of MacroInfo.
2013-01-07 Argyrios KyrtzidisPull the bulk of Lexer::MeasureTokenLength() out into...
2013-01-07 Anna Zaks[analyzer] Fix a false positive in Secure Keychain...
2013-01-07 Anna Zaks[analyzer] Fix a false positive in the ivar invalidatio...
2013-01-07 Alexander KornienkoFixed a number of -Wcovered-switch-default diagnostics...
2013-01-07 Nico WeberEnabled ObjC2 in clang-format for @package. Matches...
2013-01-07 Nico WeberFormatter: Support @public/@protected/@package/@private.
next