platform/upstream/llvm.git
2013-03-12 Ted KremenekMake modules.m test portable, now that autolinking...
2013-03-12 Adrian PrantlEliminate backend dependency in CFE testcase.
2013-03-12 Tobias Grossertests: Properly check if asserts are available
2013-03-12 Sean CallananSwitch from CreateTypeSourceInfo, which allocates
2013-03-12 Arnold SchwaighoferARM cost model: Increase the cost for vector casts...
2013-03-12 Ted Kremenek[driver] Only enable -fmodules-autolink if we are using...
2013-03-12 Rafael EspindolaWhitespace cleanup.
2013-03-12 Adrian PrantlForce column info to be generated for call expressions...
2013-03-12 Jim GrosbachDriver: -ccc-install-dir should affect cc1 -resource-dir
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-12 Bob WilsonRevert "Revert r166370 and r166540 now that Xcode 4...
2013-03-12 Richard SmithMake C++11 status page more consistent: we mark entries...
2013-03-12 Rafael EspindolaAdd an interesting testcase we already handle correctly.
2013-03-12 Fariborz JahanianObjective-C: Issue warning in couple of obscure cases
2013-03-12 Rafael EspindolaMove the extern "C" sema tests to a new file.
2013-03-12 Bob WilsonRevert r166370 and r166540 now that Xcode 4.6 has been...
2013-03-12 Michael J.... [Support][MemoryBuffer] Use sys::fs::mapped_file_region...
2013-03-12 David BlaikieCorrect invalid debug info metadata
2013-03-12 John ThompsonReview feedback change per Edwin: Move non-public membe...
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-03-12 Richard RelphAvoid generating ISD::SELECT for vector operands to...
2013-03-12 Kevin EnderbyRemove the assert()'s from the LLVMCreateDisasmCPU...
2013-03-12 Matt KopecMisc. clang build warning fixes.
2013-03-12 Fariborz JahanianObjective-C: Fixes a comment.
2013-03-12 Pete CooperAdd a doFinalization method to the DataLayout pass.
2013-03-12 Ted KremenekRevert "Disallow using -fmodules with -no-integrated...
2013-03-12 Rafael EspindolaWe already reported an error for
2013-03-12 Alexander KornienkoImplemented formatting of rvalue references
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-12 Dan GohmanChange the order of the operands in patchAndReplaceAllU...
2013-03-12 Sean Silva[docs] Add rtags to the external examples.
2013-03-12 Fariborz JahanianModify comment in user test.
2013-03-12 Rafael EspindolaCorrectly compute linkage of decls forward declared...
2013-03-12 Hal FinkelDon't reserve R2 on Darwin/PPC
2013-03-12 Rafael EspindolaError if an extern C declaration matches a previous...
2013-03-12 Rafael EspindolaRemove a bogus assert so we don't crash in
2013-03-12 Hal FinkelPPC should always use the register scavenger for CR...
2013-03-12 Tobias GrosserMissed on test case in the last commit
2013-03-12 Patrik HagglundSmall fix for cost analysis of ptrtoint.
2013-03-12 Patrik HagglundIn r169695, the address space limit for tests was repla...
2013-03-12 Daniel JasperRemove bad space after "default".
2013-03-12 Matthew CurtisReleaseNotes: Add Hexagon Target section
2013-03-12 Matthew CurtisRemove driver support for Hexagon V2 and V3
2013-03-12 Bill WendlingReflect reality.
2013-03-12 Kostya Serebryany[asan] use 4Tb of address space for the asan allocator...
2013-03-12 Tobias GrosserMove tests that depend on -stats under 'requires asserts'
2013-03-12 Kostya Serebryany[sanitizer] use fewer size classes in the allocator...
2013-03-12 Evgeniy Stepanov[msan] Use sptr instead of ptrdiff_t.
2013-03-12 Kostya Serebryany[sanitizer] simplify the allocator's SizeClassMap:...
2013-03-12 Sean Silva[docs] Clarify wording.
2013-03-12 Sean Silva[docs] Add SourceWeb as external example.
2013-03-12 John ThompsonInitial check in of Doug's modularize tool for checking...
2013-03-12 Jim InghamFor file & line breakpoints, if there are subsets of...
2013-03-12 Jim InghamThe default configuration should be Debug, not DebugClang.
2013-03-12 Akira Hatanaka[mips] Rename function and variable names to start...
2013-03-12 Greg ClaytonUpdated the register numbering base documentation for...
2013-03-12 Michael J.... [Pass][Layout] Make algorithm not n^2.
2013-03-12 Sean CallananCreated a sample "jump" command that handles
2013-03-12 Meador IngeLibCallSimplifier: optimize speed for short-lived instances
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-11 David BlaikieAdd asserts to DIBuilder & fix DINameSpace::Verify...
2013-03-11 Eli BenderskyResidual cleanup: live-out set is gone
2013-03-11 NAKAMURA Takumillvm/test/CodeGen/R600/schedule-*.ll: Let them require...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-03-11 Matt KopecChange Linux/POSIX to output inferior output in realtime.
2013-03-11 Fariborz JahanianObjective-C: When using super.prop, property should be
2013-03-11 David BlaikieRemove duplicate test contents.
2013-03-11 Nick LewyckyFix a crasher newly introduced in r176659/r176649,...
2013-03-11 Jordan Rose[analyzer] Look for calls along with lvalue nodes in...
2013-03-11 Kevin EnderbyFixes disassembler crashes on 2013 Haswell RTM instruct...
2013-03-11 Bill WendlingDon't remove a landing pad if the invoke requires a...
2013-03-11 Ted KremenekDisallow using -fmodules with -no-integrated-as.
2013-03-11 Greg ClaytonBuildbot was failing to build. I guess classes declared...
2013-03-11 Howard HinnantThis SO question: stackoverflow.com/questions/15344402...
2013-03-11 Greg Clayton<rdar://problem/13372857>
2013-03-11 Adrian PrantlImprove the caching of debuginfo Objective C interface...
2013-03-11 Vincent LejeuneR600: Fix JUMP handling so that MachineInstr verificati...
2013-03-11 Reid Kleckner[msan] intercept dlopen and clear shadow for it
2013-03-11 Richard SmithAdd -Wc99-compat warning for C11 unicode string and...
2013-03-11 Jan Wen VoungPartly revert "Move clang tests that depend on llvm...
2013-03-11 Sean Silva[docs] Add ellipsis.
2013-03-11 Eli BenderskyMissing period in doc
2013-03-11 NAKAMURA Takumillvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL...
2013-03-11 Sean Silva[docs] Remove explicit authorship.
2013-03-11 Argyrios Kyrtzidis[libclang] Fix a test and a warning on windows.
2013-03-11 Alexey Samsonov[Sanitizer] Implement BlockingMutex::CheckLocked()
2013-03-11 Alexander Potapenko[ASan] Reduce the local buffer size in Report() not...
2013-03-11 Joey GoulyAdd a test case for the 'vec_type_hint' attribute that...
2013-03-11 Alexander Potapenko[ASan] Try to use a small (512 bytes) stack-local buffe...
2013-03-11 Alexander Potapenko[ASan] don't call strerr from functions that map memory...
2013-03-11 Kostya Serebryany[sanitizer] make SizeClassAllocator64::GetBlockBegin...
2013-03-11 NAKAMURA TakumiSuppress atomic(32|64).ll as XFAIL on win32 codegen...
2013-03-11 NAKAMURA TakumiR600MachineScheduler.cpp: Fix use cases of dbgs()....
2013-03-11 Lang HamesRemove date from test case file name. The PR number...
2013-03-11 Shankar Easwaran[ELF] Set values for bss_start and end symbols properly...
2013-03-10 Nick LewyckyCorrect this error message, and most importantly make...
2013-03-10 Nick LewyckyUse LLVMBool instead of 'bool' in the C API. Based...
2013-03-10 Jason MolendaXcode seems to want these lines added to the project...
2013-03-10 Hal FinkelBBVectorize: Fixup debugging statements
2013-03-10 Sylvestre LedruMatch the new declaration of clang::ASTContext::getFunc...
next