platform/upstream/llvm.git
2012-10-16 Bill WendlingPass in the context to the Attributes::get method.
2012-10-16 Kostya Serebryany[asan] fix lint
2012-10-16 Jason MolendaAdd a new ABI plugin method which specifies whether...
2012-10-16 Craig TopperFix filename in file header.
2012-10-16 Rafael EspindolaFix the cpu name and add -verify-machineinstrs.
2012-10-16 Jordan Rose[analyzer] ObjCContainersASTChecker: minor cleanup...
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-16 Jim InghamPatch from Matt Kopec <matt.kopec@intel.com> to fix...
2012-10-16 Jakob Stoklund... Remove unused BitVectors from getAllocatableSet().
2012-10-15 Nadav RotemLTO also needs to initialize the TargetTransform infras...
2012-10-15 Anna Zaks[analyzer] CmpRuns - cleaned up the API, added relative...
2012-10-15 Anna Zaks[analyzer] Embed the analyzer version into the plist...
2012-10-15 Anna Zaks[analyzer] Enhance the error message.
2012-10-15 Anna Zaks[analyzer] Do not warn on direct ivar assignments withi...
2012-10-15 Greg ClaytonAdded "process plugin packet send" and "process plugin...
2012-10-15 Jakob Stoklund... Remove RegisterClassInfo::isReserved() and isAllocatable().
2012-10-15 Michael LiaoAdd __builtin_setjmp/_longjmp supprt in X86 backend
2012-10-15 Daniel DunbarUn-revert r164907 and r164902 (+ follow-ups), 10.6...
2012-10-15 Daniel Dunbarplatform/clang_darwin: Drop an x86_64 slice into cc_kex...
2012-10-15 Daniel DunbarUn-revert r164907 and r164902 (+ follow-ups), 10.6...
2012-10-15 Jakob Stoklund... Remove LIS::isAllocatable() and isReserved() helpers.
2012-10-15 Owen AndersonAdd range-based set()/reset() to BitVector. These...
2012-10-15 Jakob Stoklund... Switch most getReservedRegs() clients to the MRI equiva...
2012-10-15 Jakob Stoklund... Freeze the reserved registers as soon as isel is complete.
2012-10-15 Jim GrosbachARM: v1i64 and v2i64 VBSL intrinsic support.
2012-10-15 Greg ClaytonBuild with SDKROOT = macosx for "Debug" "DebugClang...
2012-10-15 Greg ClaytonFixed a logic error that showed up when compiling with...
2012-10-15 David BlaikieAdd dependency on llvm-bcanalyzer from tests to the...
2012-10-15 Abramo BagnaraFixed CXXNamedCast right paren location propagation...
2012-10-15 Abramo BagnaraFixed LabelDecl source range.
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.
next