platform/upstream/llvm.git
2011-12-15 Lang HamesFix VSELECT operand order. Was previously backwards...
2011-12-15 Devang PatelUpdate DebugLoc while merging nodes at -O0.
2011-12-15 Douglas GregorExtend ObjCInterfaceDecl::DefinitionData to contain...
2011-12-15 Devang PatelUpdate tests to match r146665.
2011-12-15 Douglas GregorIntroduce the core infrastructure needed to model a...
2011-12-15 Hal FinkelAdd a test case to make sure that the nop really does...
2011-12-15 Devang PatelVirtual table holder field is either metadata or null.
2011-12-15 Hal FinkelEnsure that the nop that should follow a bl call in...
2011-12-15 Kostya Serebryany[asan] poison the internal asan heap memory, just in...
2011-12-15 Douglas Gregor"Accidentally" fixed a bug with overloading of function...
2011-12-15 Douglas GregorTwo null Decl*'s don't refer to the same declaration...
2011-12-15 Douglas GregorProvide a default constructor for ObjCInterfaceDecl...
2011-12-15 Jakob Stoklund... Synthesize missing register class intersections.
2011-12-15 Richard OsbornePass optLevel to XCoreDAGToDAGISel.
2011-12-15 Howard HinnantRemove quotes from locale name identifier. Credit...
2011-12-15 Hans WennborgFix test/Sema/format-strings-scanf.c
2011-12-15 Hans WennborgSupport the 'a' length modifier in scanf format strings...
2011-12-15 Argyrios Kyrtzidis[libclang] Give up on using write(); hopefully unbreaks...
2011-12-15 Argyrios KyrtzidisRevert r146646 that was a mistake, and make the intende...
2011-12-15 Argyrios Kyrtzidis[libclang] Try to unbreak mingw build.
2011-12-15 Douglas GregorMove the definition-specific data of ObjCInterfaceDecl...
2011-12-15 Greg ClaytonBumped Xcode project version to lldb-95 and debugserver...
2011-12-15 Eli FriedmanFix test.
2011-12-15 Argyrios Kyrtzidis[libclang] Install a fatal error handler that will...
2011-12-15 Greg Clayton<rdar://problem/10584789>
2011-12-15 Eli FriedmanMake constant folding for GEPs a bit more aggressive.
2011-12-15 Eli Friedman<climits> has UINT_MAX, not <limits>.
2011-12-15 Anna ZaksAnother fixit for r146633 (to make debian-fnt bot happy...
2011-12-15 Greg ClaytonExpose new read memory fucntion through python in SBPro...
2011-12-15 Anna ZaksFixit for r146633. Make sure UINT_MAX is defined on...
2011-12-15 Eli FriedmanEnhance the -Wsign-compare handling to suppress the...
2011-12-15 Anna ZaksAdd support for matching one or more (aka regex +)...
2011-12-15 Eli Friedmangcov-style profiling support for OpenBSD. Patch by...
2011-12-15 Eli FriedmanDon't try to form FGETSIGN after legalization; it is...
2011-12-15 Johnny Chenhttp://llvm.org/bugs/show_bug.cgi?id=11579
2011-12-15 Anna Zaks[analyzer] Ensure that the order in which checker callb...
2011-12-15 Chad RosierUse SmallVector/assign(), rather than std::vector/push_...
2011-12-15 Fariborz Jahanianobjc: do not auto synthesize properties declared in
2011-12-15 Chad RosierAdd support for lowering fneg when AVX is enabled.
2011-12-15 Pete CooperAdded InstCombine for "select cond, ~cond, x" type...
2011-12-15 Owen AndersonEnable synthesis of FLOG2 and FEXP2 SelectionDAG nodes...
2011-12-15 Douglas GregorIn debugger support mode, if we have a top-level messag...
2011-12-15 Eli FriedmanMake loop preheader insertion in LoopSimplify handle...
2011-12-15 Richard TrieuModify how the -verify flag works. Currently, the...
2011-12-15 Douglas GregorReplace all comparisons between ObjCInterfaceDecl point...
2011-12-15 Bill WendlingRe-re-enable compact unwind after fixing a failure...
2011-12-15 Argyrios Kyrtzidis[libclang] Indexing API: provide an attribute list...
2011-12-15 Argyrios Kyrtzidis[libclang] Suppress indexing references for occurrences...
2011-12-15 Kevin EnderbyAnother improvement to the implementation of .incbin...
2011-12-14 Douglas GregorReplace Decl::isSameEntityAs with a free function decla...
2011-12-14 Bill WendlingThe saved registers weren't being processed in the...
2011-12-14 Sean CallananI have added a function to SBTarget that allows
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-12-14 Jakob Stoklund... Consider CPE alignment in CreateNewWater().
2011-12-14 Jim GrosbachARM NEON better assembly operand range checking for...
2011-12-14 Richard SmithProduce more detailed diagnostics when static_assert...
2011-12-14 Johnny ChenAdd more robustness - use PyString_CheckExact(pvalue...
2011-12-14 Jim GrosbachARM NEON VLD2/VST2 lane indexed assembly parsing and...
2011-12-14 Devang PatelDo not sink instruction, if it is not profitable.
2011-12-14 Evan ChengAdd a blurb about MachineInstr bundling support.
2011-12-14 Bill WendlingReapply r146481 with a fix to create the Builder value...
2011-12-14 Kevin EnderbyImprove the implementation of .incbin directive by...
2011-12-14 Andrew TrickLSR: Fold redundant bitcasts on-the-fly.
2011-12-14 Richard SmithHalve the constexpr recursion depth in this test in...
2011-12-14 Rafael EspindolaFix typos.
2011-12-14 Jim GrosbachARM NEON fix alignment encoding for VST2 w/ writeback.
2011-12-14 Kevin EnderbyAdd the .incbin directive which takes the binary data...
2011-12-14 Douglas GregorIntroduce Decl::isSameEntityAs(), to help compare decla...
2011-12-14 Jim GrosbachNuke old code. Missed in last commit.
2011-12-14 Evan ChengAdd high level description of MachineInstr bundles.
2011-12-14 Jim GrosbachARM NEON refactor VST2 w/ writeback instructions.
2011-12-14 Douglas GregorDon't consider an overloaded operator& when the express...
2011-12-14 Rafael EspindolaDon't use the frame pointer on linux x86 and x86_64...
2011-12-14 Jim GrosbachARM NEON improve factoring a bit. No functional change.
2011-12-14 Johnny Chenhttp://llvm.org/bugs/show_bug.cgi?id=11569
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Anna Zaks[analyzer] Disable verification step on the failing...
2011-12-14 DeLesley HutchinsAllow empty argument lists in thread safety attributes
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-12-14 Stepan DyatkovskiyFix for bug #11429: Wrong behaviour for switches. Small...
2011-12-14 Dan GohmanIt turns out that clang does use pointer-to-function...
2011-12-14 David BlaikieMove & comment the 'decltype in declarator-id' as sugge...
2011-12-14 Jakob Stoklund... Fix speling and 80-col.
2011-12-14 Anna Zaks[analyzer] Re-enable the test which was failing on...
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-14 Jim GrosbachFix copy/pasto that skipped the 'modify' step.
2011-12-14 Jim GrosbachARM/Thumb2 mov vs. mvn alias goes both ways.
2011-12-14 Chad RosierVFP2 is required for FP loads. Noticed by inspection.
2011-12-14 Chad RosierTidy up.
2011-12-14 Jim GrosbachARM/Thumb2 'cmp rn, #imm' alias to cmn.
2011-12-14 Chad RosierFix 80-column violation and extraneous brackets.
2011-12-14 Bob WilsonFix obvious error in _mm_test_all_zeros. PR11565.
2011-12-14 Douglas GregorEliminate the vistigial ObjCClassDecl::ObjCClassRef...
2011-12-14 Douglas GregorWhen name lookup comes across a declaration that is...
2011-12-14 Matt Beaumont-Gayr146430 lost some compile-time performance on MultiSour...
2011-12-14 Duncan SandsVectors are not aggregate types (see isAggregateType).
2011-12-14 Tobias GrosserAllow to run the Polly preopt passes with -O0
2011-12-14 Tobias Grosserwww: Enable mp4 version of the developer meeting talk
2011-12-14 Tobias GrosserScheduler: Try to maximize the band depth
2011-12-14 Tobias GrosserScheduler: Set maximal constant term
next