platform/upstream/llvm.git
2012-10-15 Abramo BagnaraFixed ClassTemplateSpecializationDecl source range.
2012-10-15 Abramo BagnaraFixed FunctionTypeLoc range for trailing return type.
2012-10-15 Fariborz JahanianFixes location of overriding declaration with no comment
2012-10-15 Greg ClaytonPatch from Daniel Malea -- Updated build instructions...
2012-10-15 Nico WeberRevert r164907 and r164902 (+ follow-ups). They broke...
2012-10-15 Nico WeberRevert r164907 and r164902 (+ follow-ups). They broke...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Andrew TrickCheck output of the misched unit tests
2012-10-15 Bill WendlingAdd comments.
2012-10-15 Chad Rosier[ms-inline asm] Rework the front-end to use the API...
2012-10-15 Rafael EspindolaAdd a cpu to try to fix the atom builder.
2012-10-15 Chad Rosier[ms-inline asm] If we parsed a statement and the opcode...
2012-10-15 Rafael EspindolaAdd testcase for pr14088.
2012-10-15 Fariborz Jahanianstructured document comment: patch to provide comment...
2012-10-15 Andrew Trickmisched tests: add a triple to speculatively fix window...
2012-10-15 Rafael EspindolaMake sure we iterate over newly created instructions...
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-15 Argyrios KyrtzidisAdd an entry in CREDITS.TXT
2012-10-15 Chad Rosier[ms-inline asm] Update the end loc for ParseIntelMemOpe...
2012-10-15 Chad Rosier[ms-inline asm] Add a few new APIs to the AsmParser...
2012-10-15 Chad Rosier[ms-inline asm] Use incoming argument rather than hard...
2012-10-15 Jan Wen VoungFix a typo in bitcode docs, from 165814.
2012-10-15 Douglas GregorTeach TargetInfo to hold on to the TargetOptions with...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Adhemerval... PowerPC: add EmitTCEntry class for TOC creation
2012-10-15 Alexander PotapenkoImplement internal_memmove.
2012-10-15 Kostya Serebryany[asan] fix a test
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-10-15 Kostya Serebryany[asan] fix more tests
2012-10-15 Daniel JasperOnly report first error when no compilation database...
2012-10-15 Kostya Serebryany[asan] change the asan output slightly to avoid user...
2012-10-15 Chandler CarruthUpdate the memcpy rewriting to fully support widened...
2012-10-15 Chandler CarruthFollow-up fix to r165928: handle memset rewriting for...
2012-10-15 Silviu BarangaFixed PR13938: the ARM backend was crashing because...
2012-10-15 Chandler CarruthFirst major step toward addressing PR14059. This teache...
2012-10-15 Chandler CarruthHoist the canConvertValue predicate and the convertValu...
2012-10-15 Bill WendlingUse enum values instead of magic numbers for indexing...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingUse a ::get method to create the attribute from Attribu...
2012-10-15 Bill WendlingSupply a default 'operator=' method.
2012-10-15 Douglas GregorIntroduce the notion of excluded headers into the modul...
2012-10-15 Bill WendlingMove the AttributesImpl header file into the VMCore...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-15 Meador Ingeinstcombine: Migrate strcmp and strncmp optimizations
2012-10-15 Richard SmithAt -O0, emit an @llvm.trap() call at the end of a value...
2012-10-14 Richard SmithProvide a slightly more helpful diagnostic if -fcatch...
2012-10-14 Richard SmithUse a better test for __int128 support, which works...
2012-10-14 Benjamin KramerMake sure temporary files are deleted when recovering...
2012-10-14 Benjamin KramerDelete temporary output files when an error occurs...
2012-10-14 Benjamin KramerUpdate CMake build.
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...
2012-10-14 Benjamin KramerSimplify code. No functionality change.
2012-10-14 Benjamin KramerSimplify code. No functionality change.
2012-10-14 Benjamin KramerUnquadratize SetVector removal loops in DSE.
2012-10-14 Bill WendlingRemove dead methods.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Benjamin KramerFix use after free when deleting attributes in a chaine...
2012-10-14 Bill WendlingDon't use the new syntax just yet.
2012-10-14 Bill WendlingRemove the bitwise AND operators from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise assignment OR operator from the...
2012-10-14 Bill WendlingRemove the bitwise OR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise XOR operator from the Attributes...
2012-10-14 Bill WendlingRemove the bitwise NOT operator from the Attributes...
2012-10-14 Bill WendlingDecode the LLVM attributes from bitcode using the attri...
2012-10-14 Bill WendlingUse builder to create alignment attributes. Remove...
2012-10-14 Bill WendlingRemove dead method.
2012-10-14 Bill WendlingUse the Builder to create the stack alignment attribute.
2012-10-14 Bill WendlingDon't pass in an Attributes object to something that...
2012-10-13 Nico Weber"Implement" codegen support for __noop().
2012-10-13 Nico WeberSimplify. Suggestion by Sean Silva.
2012-10-13 Howard HinnantUse traits_type::to_int_type in basic_streambuf<_CharT...
2012-10-13 Howard HinnantMake the type_info for __shim_type_info visible. This...
2012-10-13 Howard HinnantDimitry Andric: FreeBSD only: Add the C11 aligned_all...
2012-10-13 Benjamin KramerRemove unused private field.
2012-10-13 Benjamin KramerX86: Depending on the local semantics of .align this...
2012-10-13 Dmitri GribenkoDocumentation: Lexicon.rst: add "BB Vectorization"...
2012-10-13 Benjamin KramerX86: Disable long nops for all cpus prior to pentiumpro...
2012-10-13 Jakob Stoklund... Drop <def,dead> flags when merging into an unused lane.
2012-10-13 Enrico GranataMention that the code signing process also applies...
2012-10-13 Meador Ingeinstcombine: Migrate strchr and strrchr optimizations
2012-10-13 Meador Ingeinstcombine: Migrate strcat and strncat optimizations
2012-10-13 Meador IngeImplement new LibCallSimplifier class
2012-10-13 Jakob Stoklund... Allow for loops in LiveIntervals::pruneValue().
2012-10-13 Benjamin KramerX86: Fix accidentally swapped operands.
2012-10-13 Chandler CarruthTeach SROA to cope with wrapper aggregates. These show...
2012-10-13 Chandler CarruthSpeculatively harden the conversion logic. I have no...
2012-10-13 Benjamin KramerX86: Promote i8 cmov when both operands are coming...
2012-10-13 Chandler CarruthSilence a warning in -assert builds.
2012-10-13 Jordan Rose[analyzer] Remove the "direct bindings only" Environmen...
2012-10-13 Jordan Rose[analyzer] Remove unneeded 'inlineCall' checker callback.
2012-10-13 Chandler CarruthClean up how we rewrite loads and stores to the whole...
2012-10-13 Chandler CarruthFix the bootstrap of CompilerRT with host compilers...
2012-10-13 Greg ClaytonMake sure we always use lldb::tid_t for thread IDs...
2012-10-13 Greg Clayton<rdar://problem/12491387>
2012-10-13 Argyrios KyrtzidisDon't neglect to "return *this".
2012-10-13 Chad RosierUpdate for r165858.
next