platform/upstream/llvm.git
2012-09-26 Benjamin KramerAllow -MF to be used in combination with -E -M or ...
2012-09-26 Anna Zaks[analyzer] Add experimental ObjC invalidation method...
2012-09-26 Anna Zaks[analyzer] Commit a test case for r164579.
2012-09-26 Benjamin KramerAdd support for detecting some corei7-class Xeons.
2012-09-26 Ted KremenekHave set-xcode-analyer report an error if no xcspec...
2012-09-26 Ted KremenekMake set-xcode-analyzer more tolerant of the naming...
2012-09-26 Ted KremenekRevert "Use sep instead of ' '."
2012-09-26 DeLesley HutchinsFix template instantiation of attributes. More specifi...
2012-09-26 Ted KremenekUse sep instead of ' '.
2012-09-26 Duncan SandsNow that invoke of an intrinsic is possible (for the...
2012-09-26 Jordan RoseMake our mini-stdint.h platform-independent by using...
2012-09-26 Argyrios Kyrtzidis[libclang] Remove the ParentKind cursor kind from code...
2012-09-26 Argyrios KyrtzidisHave ASTUnit::Save() return a bool to indicate save...
2012-09-26 Filipe CabecinhasPatch by Matt, to get lldb to build with the updated...
2012-09-26 Filipe CabecinhasMake lldb more C++11 friendly.
2012-09-26 Benjamin KramerYAMLParser: Fix invalid reads when encountering incorre...
2012-09-26 Howard HinnantBump _LIBCPP_VERSION to 1002
2012-09-26 Benjamin KramerRemove unneeded and invalid SetInsertPoint calls from...
2012-09-26 Benjamin KramerAPFloat::roundToIntegral: Special values don't keep...
2012-09-26 Hans WennborgAddress Duncan's comments on r164684:
2012-09-26 Alexander PotapenkoFixed a number of gpylint warnings, added binary names...
2012-09-26 Alexander PotapenkoEncapsulate the main loop into a class to allow reusing it.
2012-09-26 Alexander PotapenkoSet --use-symbol-table=true as Alexey has already resol...
2012-09-26 Hans WennborgAddress Duncan's comments on r164682:
2012-09-26 Chandler CarruthAnalogous fix to memset and memcpy rewriting. Don't...
2012-09-26 Chandler CarruthWhen rewriting the pointer operand to a load or store...
2012-09-26 Chandler CarruthTeach all of the loads, stores, memsets and memcpys...
2012-09-26 Chandler CarruthAdd some convenience methods to IRBuilder for construct...
2012-09-26 NAKAMURA TakumiARM/atomicrmw_minmax.ll: Fix RUN line.
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-09-26 James MolloyFix ordering of operands on lowering of atomicrmw min...
2012-09-26 Hans WennborgSimplifyCFG: Make the switch-to-lookup table transforma...
2012-09-26 Logan ChienFix build failure and enhance the testcase for unwind.h.
2012-09-26 Hans WennborgSimplifyCFG: Refactor the switch-to-lookup table transf...
2012-09-26 NAKAMURA Takumillvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
2012-09-26 Benjamin KramerRun test in a freestanding environment so it doesn...
2012-09-26 Nico WeberFix two more tests that didn't do anything.
2012-09-26 Nico WeberMake this test actually test something
2012-09-26 Sylvestre LedruThe assumption that /proc/self/exe always exists is...
2012-09-26 Michael LiaoAdd SARX/SHRX/SHLX code generation support
2012-09-26 Michael LiaoAdd RORX code generation support
2012-09-26 Michael LiaoAdd MULX code generation support
2012-09-26 Nico WeberRevert r163022, it caused PR13924.
2012-09-26 Duncan SandsTeach the 'lint' sanity checking pass to detect simple...
2012-09-26 Craig TopperRevert r164663 due to buildbot failure.
2012-09-26 Chandler CarruthRevert the business end of r164636 and try again. I...
2012-09-26 Craig TopperAdd is16BitVector and is32BitVector to MVT and call...
2012-09-26 Craig TopperReplace calls to getSizeInBits with getExtendedSizeInBi...
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-09-26 Logan ChienAdd struct keyword before _Unwind_Context.
2012-09-26 Craig TopperRemove hasNoAVX method. Can just invert hasAVX instead.
2012-09-26 Craig TopperMark extended type querying methods as 'readonly' to...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-26 Ted KremenekRemove unnecessary ASTContext& parameter from SymExpr...
2012-09-26 Nico WeberAdd codegen support for the __debugbreak intrinsic.
2012-09-26 Michael LiaoAdd 'lock' prefix output support in assembly printer
2012-09-26 Eli FriedmanFix an edge case of mangling involving the combination...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-26 Eli FriedmanFix the AST representation for non-type template argume...
2012-09-26 Richard SmithTeach Type::getAs<TemplateSpecializationType> that...
2012-09-26 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-26 Sean CallananFixed a bug in the path remapper that caused
2012-09-26 Jordan RoseRevert "Add --program-prefix support to build"
2012-09-25 Ted KremenekUpdate checker build.
2012-09-25 Jim InghamAdd an API to figure out whether a breakpoint is intern...
2012-09-25 Jason MolendaThe iOSSimulator platform should create a PlatformDarwi...
2012-09-25 Michael J.... [Options] Store the option ID in OptTable::Info.
2012-09-25 Ted KremenekRemove 'const' version of getBasicVals(), which is...
2012-09-25 Akira HatanakaInitialize boolean variables in MipsSubtarget's constru...
2012-09-25 Nick LewyckyDon't drop the alignment on a memcpy intrinsic when...
2012-09-25 Reed Kotlerblank line for test commit
2012-09-25 Jordan RoseRename CanFitInto64Bits to alwaysFitsInto64Bits per...
2012-09-25 Chad Rosier[driver] Add support for the -fno-fast-math option.
2012-09-25 Nick LewyckyRevert the business end of r164634, and replace it...
2012-09-25 Nick LewyckyDon't try to promote the same alloca twice. Fixes PR13916!
2012-09-25 Sebastian PopAdd --program-prefix support to build
2012-09-25 Bill WendlingMove remaining methods inside the Attributes class...
2012-09-25 Sean Silvadocs: Sphinxify HowToSubmitABug
2012-09-25 Bill WendlingMove Attribute::typeIncompatible inside of the Attribut...
2012-09-25 Sebastian PopTargetLowering interface to set/get minimum block entri...
2012-09-25 Chad RosierRevert r164614 to appease the buildbots.
2012-09-25 Argyrios Kyrtzidis[libclang] Do a AST concurrency check in clang_indexTra...
2012-09-25 Argyrios KyrtzidisImprove upon r164450 and localize the logic of updating...
2012-09-25 Dmitri GribenkoOptimize NumericLiteralParser::GetIntegerValue().
2012-09-25 Jordan Rose[analyzer] Add tests for symbolic expression liveness.
2012-09-25 Jordan RoseReapply "[analyzer] Remove constraints on dead symbols...
2012-09-25 Jordan Rose[analyzer] Calculate liveness for symbolic exprs as...
2012-09-25 Douglas GregorUnder certain terrible circumstances (<rdar://problem...
2012-09-25 Greg ClaytonAdded process attach options and also use the SBLaunchI...
2012-09-25 Sid ManningThis patch makes use of recently added relocation refer...
2012-09-25 Nick LewyckyMake this test check the transforms it's actually doing...
2012-09-25 Michael LiaoAdd missing i64 max/min/umax/umin on 32-bit target
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-09-25 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Bob WilsonConsistently specify the assembly variant to MatchInstr...
2012-09-25 Alexander KornienkoMacro history (de-)serialization. Deserialization curre...
2012-09-25 Bob WilsonExamine the last, not the first, instruction from the...
2012-09-25 Douglas Gregor-iframework should allow separate arguments.
2012-09-25 Douglas GregorIntroduce builtin macros to determine whether we're...
2012-09-25 Alexander KornienkoA minor doc fix.
next