platform/upstream/llvm.git
2009-07-19 Chris Lattnerfix test
2009-07-19 Chris LattnerDisambiguateGlobalSymbols should not mangle intrinsics.
2009-07-19 Chris Lattnerenhance the goto checker to reject jumps across __block...
2009-07-19 Eli FriedmanDon't override LowerArguments in the SPARC backend...
2009-07-19 Evan ChengFix a regression from 76124. Thumb1 instructions defaul...
2009-07-19 Jakob Stoklund... Fix http://llvm.org/bugs/show_bug.cgi?id=4583
2009-07-19 Daniel DunbarFix build
2009-07-19 Daniel DunbarCatch another trivial case where we can avoid emitting...
2009-07-19 Daniel DunbarDetect when the current generation point is unreachable...
2009-07-19 Xerxes RanbyFix: Kaleidoscope link in JIT and Interpreter by includ...
2009-07-19 Daniel DunbarFix thinko.
2009-07-19 Daniel DunbarAvoid generation of dead code in a few more situations.
2009-07-19 Nick LewyckyFix ConstantRange::unionWith. Also make it work a littl...
2009-07-19 Daniel DunbarAdd include needed for MSVC.
2009-07-19 Daniel DunbarRemove redundant qualifiers.
2009-07-19 Daniel DunbarFix some minor MSVC compiler warnings.
2009-07-19 Daniel DunbarMSVC: Disable 4351, a completely useless warning: ...
2009-07-19 Daniel DunbarUnbreak build
2009-07-19 Eli FriedmanSwitch Alpha over to the new call lowering style. ...
2009-07-19 Daniel DunbarSystemZ *does* have a CodeGen/AsmPrinter split.
2009-07-19 Daniel DunbarUpdate CMake
2009-07-19 Daniel DunbarTweak cmake files for the four targets that don't split...
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
2009-07-19 Anders CarlssonHandle layout of non-virtual base classes.
2009-07-18 Bruno Cardoso... Use R_X86_64_32S to handle Jump Table Index relocation...
2009-07-18 Daniel DunbarAdd some missing includes.
2009-07-18 Eli FriedmanCanonicalize bitcasts between types like <1 x i64>...
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-18 Anders CarlssonRefactor field layout into a separate function.
2009-07-18 Chris Lattnerfix some typos pointed out by Hidenobu Seki
2009-07-18 Mikhail GlushenkovAdd a Program::GetPid() method.
2009-07-18 Mikhail GlushenkovRemove duplication in Program::Execute{And,No}Wait.
2009-07-18 Anders CarlssonRename NextOffset to DataSize, which better matches...
2009-07-18 Anders CarlssonMigrate over to the record layout builder.
2009-07-18 Argyrios KyrtzidisRe-enable 'test/SemaTemplate/temp_class_spec_neg.cpp...
2009-07-18 Argyrios KyrtzidisIntroduce ASTLocation::getReferencedDecl(), for getting...
2009-07-18 Argyrios KyrtzidisHandle invalid ASTLocations instead of asserting.
2009-07-18 Bruno Cardoso... Use a better name for the label relocations while emitt...
2009-07-18 Anders CarlssonMore layout builder work.
2009-07-18 Anders CarlssonAdd a new ASTRecordLayoutBuilder class. Not used yet.
2009-07-18 Daniel Dunbarcmake builds don't need this hack for MSVC anymore.
2009-07-18 Daniel DunbarDisable this test for now, it has been crashing on...
2009-07-18 Anders CarlssonRevert r75641.
2009-07-18 Bruno Cardoso... Add support to properly reference private symbols on...
2009-07-18 Eli FriedmanBack out 76300; apparently the preference is to canonic...
2009-07-18 Chris Lattneradd a fixme
2009-07-18 Viktor KutuzovRequire a remote command to exit with the exit status...
2009-07-18 Steve NaroffFix typo from r76321.
2009-07-18 Steve NaroffRemove ObjCQualifiedInterfaceType:-)
2009-07-18 Sebastian RedlFix RUN line to not litter the test directory.
2009-07-18 Sebastian Redlsvn:ignore the build directories
2009-07-18 Sebastian RedlRename file in preparation of properly implementing...
2009-07-18 Sebastian RedlEnhance testing of overriding exception specs for inacc...
2009-07-18 Anton KorobeynikovAdd carry producing / using versions of add / sub
2009-07-18 Anton KorobeynikovExpand frem
2009-07-18 Anton KorobeynikovTurn abort() into unreachable
2009-07-18 Anton KorobeynikovTurn few asserts into errors / unreachable's
2009-07-18 Anton KorobeynikovHandle vector returns
2009-07-18 Anton KorobeynikovProvide expansion for ct* intrinsics
2009-07-18 Anton KorobeynikovExpand sext_inreg for i1
2009-07-18 Eli FriedmanAdd combine: X sdiv (1 << Y) -> X udiv (1 << Y) when...
2009-07-18 Zhongxing XuFix a comment.
2009-07-18 Eli FriedmanRemove no-op check.
2009-07-18 Eli FriedmanRemove dead check.
2009-07-18 Eli FriedmanCanonicalize insert/extractelement from single-element...
2009-07-18 Argyrios KyrtzidisFix a comment.
2009-07-18 Argyrios KyrtzidisIntroduce a redecl_iterator in Decl class, so that...
2009-07-18 Argyrios KyrtzidisIntroduce the Redeclarable template class, which serves...
2009-07-18 Argyrios KyrtzidisRemove StmtLocResolver::VisitObjCIvarRefExpr, it was...
2009-07-18 Argyrios KyrtzidisDon't add a SourceLocation for 'self' if it does not...
2009-07-18 Zhongxing XuReplace stmt visitors with the fall back method.
2009-07-18 Eli FriedmanFix simplifylibcalls memset recognition to work on...
2009-07-18 Daniel DunbarSwitch lli back to using allocate-gvs-with-code behavior.
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-18 Ted KremenekFix crash in StoreManager::NewCastRegion() when handlin...
2009-07-18 Ted KremenekReturn CodeTextRegions for BlockPointerTypes in additio...
2009-07-18 Daniel DunbarUnbreak unittests build.
2009-07-18 Eli FriedmanFix the inline cost calculation to take into account...
2009-07-18 Eli FriedmanAdd line breaks to make the debug output a bit more...
2009-07-18 Ted KremenekAdd test case for bug fix in r76262.
2009-07-18 Evan ChengCatch more coalescing opportunities.
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-18 Dan GohmanMake GetElementPtr ConstantExprs default to having...
2009-07-18 Evan ChengRevert 76177 for now. It's messing up ARM asm printing...
2009-07-18 Dan GohmanFix this accidentally inverted condition.
2009-07-18 Ted KremenekFix some fallout from CFGBuilder restructuring: all...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-18 Argyrios KyrtzidisRemove getFirstDeclaration/getLatestDeclaration from...
2009-07-18 Argyrios KyrtzidisRemove ASTContext::getCanonicalDecl() and use Decl...
2009-07-18 Argyrios KyrtzidisMove the functionality of ASTContext::getCanonicalDecl...
2009-07-18 Argyrios KyrtzidisResolve a location that is inside an ObjCMethodDecl.
2009-07-18 Argyrios KyrtzidisMake ASTLocation accept a Stmt that is inside an ObjCMe...
2009-07-18 Argyrios KyrtzidisSearch through all Decls that are DeclContexts.
2009-07-18 Argyrios KyrtzidisSet ObjCMethodDecl's EndLoc to the '}' when it's a...
2009-07-18 Argyrios KyrtzidisLocation should be passed to setLocEnd() not to setAtEn...
2009-07-18 Argyrios KyrtzidisAdd getSourceRange() methods for ObjC Decls.
2009-07-17 Chris Lattnerfix objc codegen to not have its own list of things...
2009-07-17 Dan GohmanConvert more code to use Operator instead of explicitly...
2009-07-17 Ted KremenekUpdate CMake file.
2009-07-17 Chris LattnerThis takes a long time to crash, just disable it for...
next