platform/upstream/llvm.git
2010-08-31 Douglas GregorAdd libclang support for namespace aliases (visitation...
2010-08-31 Dale JohannesenTestcase for llvm checkin 112674.
2010-08-31 Benjamin KramerRemove noisy semicolon.
2010-08-31 Fariborz JahanianSome support for unicode string constants
2010-08-31 Sebastian RedlImplement __has_feature(cxx_inline_namespaces)
2010-08-31 Johnny ChenConverted TestDeadStrip.py to Dsym/Dwarf combination.
2010-08-31 Chris Lattnerlicm is wasting time hoisting constant foldable operations,
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-31 Dan GohmanReapply r112432, now that the real problem is addressed.
2010-08-31 Dan GohmanReapply r112433, now that the real problem is addressed.
2010-08-31 Dan GohmanRevert r110916. This patch is buggy because the code...
2010-08-31 Bill WendlingWe have a chance for an optimization. Consider this...
2010-08-31 Anton KorobeynikovAdd NetBSD include search path
2010-08-31 Anton KorobeynikovSome fixes for NetBSD
2010-08-31 Bruno Cardoso... Use x86 specific MOVSLDUP node, add more patterns to...
2010-08-31 Johnny ChenConverted TestClassTypes.py to Dsym/Dwarf combination...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Bruno Cardoso... Use x86 specific MOVSHDUP node and add more patterns...
2010-08-31 John McCallAdd convenience accessors for determining whether templ...
2010-08-31 Douglas GregorAdd a new libclang function clang_getTemplateCursorKind...
2010-08-31 Bill WendlingAnd ANDS pattern to match the t2ANDS pattern.
2010-08-31 Jakob Stoklund... Stack slot access methods are in TargetInstrInfo.
2010-08-31 Dale JohannesenComment typo.
2010-08-31 Jakob Stoklund... Make %EFLAGS unallocatable.
2010-08-31 Jakob Stoklund... Track liveness of unallocatable, unreserved registers...
2010-08-31 Johnny ChenConverted TestBitfields.py to Dsym/Dwarf combination.
2010-08-31 Bruno Cardoso... Use MOVHLPS node instead of matching using movhlps...
2010-08-31 Chris Lattnertidy up
2010-08-31 Bruno Cardoso... Use MOVLHPS and MOVHLPS x86 nodes whenever possible...
2010-08-31 John McCallAmusingly, I missed this point of abstraction in all...
2010-08-31 Dan GohmanRevert r112432. It appears to be exposing a problem...
2010-08-31 Sebastian RedlMake inline namespace not be transparent after all...
2010-08-31 Douglas GregorExtend libclang with a new cursor kind that indicates...
2010-08-31 Owen AndersonMerge 2010-08-31-InfiniteRecursion.ll into crash.ll.
2010-08-31 Owen AndersonMore cleanups of my JumpThreading transforms, including...
2010-08-31 Jakob Stoklund... Ignore unallocatable registers in RegAllocFast.
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Duncan SandsUpdate the Ada instructions to LLVM 2.7 (from LLVM...
2010-08-31 Douglas GregorAdd libclang support for class template partial special...
2010-08-31 Owen AndersonAdd an RAII helper to make cleanup of the RecursionSet...
2010-08-31 Douglas GregorAdd a libclang cursor kind, visitation support and...
2010-08-31 Greg ClaytonCleaned up my previous submission which had some header...
2010-08-31 Owen AndersonOnly try to clean up the current block if we changed...
2010-08-31 Jim GrosbachSP relative offsets need to be adjusted by the local...
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Jim Grosbachthis assert should just be a condition, since this...
2010-08-31 Owen AndersonAdd a test for the duplicated-conditional situation...
2010-08-31 Owen AndersonRefactor my fix for PR5652 to terminate the predecessor...
2010-08-31 Ted KremenekImprove CFG printing support for CXXOperatorCallExpr...
2010-08-31 Ted KremenekExplicitly handle CXXOperatorCallExpr when building...
2010-08-31 Chris Lattnermerge two tests.
2010-08-31 Greg ClaytonAdded the ability to disable ASLR (Address Space Layout...
2010-08-31 Owen AndersonManually reduce this testcase.
2010-08-31 Jim InghamAdd a "lldb host" logging channel, and put logging...
2010-08-31 Chris Lattnermerge two tests and convert to filecheck.
2010-08-31 Fariborz JahanianAST work to support [C++] [IRgen] for ?: with missing LHS
2010-08-31 Owen AndersonAdd a micro-test for the transforms I added to JumpThre...
2010-08-31 Jim GrosbachUpdate test for 112609
2010-08-31 Jim GrosbachImprove virtual frame base register allocation heuristics.
2010-08-31 Dan GohmanSpeculatively revert r112433.
2010-08-31 Johnny ChenUpdated to reflect the "plugins" directory.
2010-08-31 Johnny ChenChanged the buildDsym()/buildDwarf() TestBase methods...
2010-08-31 Benjamin KramerAllow creation of SHT_NULL sections, from Roman Divacky.
2010-08-31 Douglas GregorImplement basic support for indexing function templates in
2010-08-31 Chris LattnerAdd support for windows x86-64 varargs, patch by Camero...
2010-08-31 Chris Lattnerimprove isHexaLiteral to work with escaped newlines...
2010-08-31 Douglas Gregorlibclang indexing support for C++ constructors, destruc...
2010-08-31 Douglas GregorAdd a simple test for indexing namespaces
2010-08-31 Duncan SandsStop using the dom frontier in DwarfEHPrepare by not...
2010-08-31 Nick LewyckyFix an infinite loop; merging two functions will create...
2010-08-31 Owen AndersonDon't perform an extra traversal of the function just...
2010-08-31 Bill Wendling- Cleanup some whitespaces.
2010-08-31 Owen AndersonRename test directory to reflect new pass name.
2010-08-31 Owen AndersonRename ValuePropagation to a more descriptive Correlate...
2010-08-31 Owen AndersonRename file to something more descriptive.
2010-08-31 Owen AndersonMore Chris-inspired JumpThreading fixes: use ConstantEx...
2010-08-31 John McCallTeach IR generation to return 'this' from constructors...
2010-08-31 Michael J.... Cleanup Whitespace.
2010-08-31 Michael J.... System: Fix getMagicNumber on windows.
2010-08-31 Michael J.... Fix spelling/typo.
2010-08-31 Devang PatelOffset is not always unsigned number.
2010-08-31 Devang PatelSimplify.
2010-08-31 Nick LewyckySwitch to DenseSet, simplifying much more code. We...
2010-08-31 Chandler CarruthFix a regression that allowed clearly ill formed code...
2010-08-31 Douglas GregorRevert my lame attempt at appeasing the CFGBuilder
2010-08-31 Douglas GregorWhen provide code completions for a variadic Objective...
2010-08-31 Douglas GregorTeach the CFGBuilder not do die on CXXBindTemporaryExpr...
2010-08-31 Sebastian RedlImplement the __has_nothrow trait family, by Steven...
2010-08-31 Owen AndersonRemove r111665, which implemented store-narrowing in...
2010-08-31 Bruno Cardoso... zap unused method. x86 is the only user and already...
2010-08-31 Bruno Cardoso... Use X86ISD::MOVSS and MOVSD to represent the movl mask...
2010-08-31 Ted KremenekAdd range of return value expression in ReturnUndefChec...
2010-08-31 Eric ChristopherRewrite slightly so we can expand for floating point...
2010-08-31 Jakob Stoklund... Add experimental -disable-physical-join command line...
2010-08-31 Sebastian RedlEnable inline namespaces in C++03 as an extension.
2010-08-31 Sebastian RedlAdd a forgotten place where the enclosing namespace...
2010-08-31 Sebastian RedlEnable inline namespaces in the AST.
2010-08-31 Sebastian RedlRename DeclContext::getLookupContext to getRedeclContex...
2010-08-31 Sebastian RedlDecl::getEnclosingNamespaceContext has no reason to...
2010-08-31 Douglas GregorWhen instantiating a function type, instantiate the...
next