oota-llvm.git
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-20 Douglas GregorBuild FileCheck from with CMake
2009-07-20 Bill WendlingPut new enum at end of list to avoid changing ABI.
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2009-07-20 Chris Lattneruse ExpandInlineAsm on TargetLowering instead of Target...
2009-07-20 Chris LattnerCopy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
2009-07-20 Dan GohmanDrop UDivOperator and introduce SDivOperator. Thanks...
2009-07-20 Chris Lattneradd some fixme's and cleanups. TargetAsmInfo shouldn...
2009-07-20 Dan GohmanUpdate this comment.
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-20 Chris Lattnerremove dead forward decl
2009-07-20 David GoodwinFor remote execution, must cd to the executable directo...
2009-07-20 Chris Lattnerrename TargetAsmInfo::getASDirective -> getDataASDirective
2009-07-20 Daniel DunbarFix comment.
2009-07-20 David GreeneHide the DOUT static variable behind a function interface.
2009-07-20 David GoodwinUse t2LDRri12 for frame index loads.
2009-07-20 Evan Chengxfail for now.
2009-07-20 Eli FriedmanPR4591: Make sure to initialize the pass manager before...
2009-07-20 Bruno Cardoso... For PC relative relocations where symbols are defined...
2009-07-20 Daniel DunbarAdd -std-{compile,link}-opts to bugpoint.
2009-07-20 Evan ChengFix PR4567. Thumb1 target was using the wrong instructi...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Evan ChengRestore AsmWriterEmitter.cpp back to 74742. The recent...
2009-07-20 Chris Lattneruse stripPointerCasts to simplify some code.
2009-07-20 Chris Lattnerdocument llvm.used and llvm.metadata. Stub out llvm...
2009-07-20 Bill WendlingRename the index to linkage types.
2009-07-20 Bill WendlingMore reformatting.
2009-07-20 Bill WendlingFix HTML violations.
2009-07-20 Bill WendlingObsessivly reformat.
2009-07-20 Evan ChengModel fpscr to prevent fcmped / fcmpezs etc from being...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-20 Daniel DunbarCMake support for SystemZ.
2009-07-19 Daniel DunbarTweak svn:ignore
2009-07-19 Daniel DunbarThis test should be run with -m32.
2009-07-19 Chris Lattnerfix test
2009-07-19 Chris LattnerDisambiguateGlobalSymbols should not mangle intrinsics.
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 Xerxes RanbyFix: Kaleidoscope link in JIT and Interpreter by includ...
2009-07-19 Nick LewyckyFix ConstantRange::unionWith. Also make it work a littl...
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 DunbarTweak cmake files for the four targets that don't split...
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
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 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 Bruno Cardoso... Use a better name for the label relocations while emitt...
2009-07-18 Daniel Dunbarcmake builds don't need this hack for MSVC anymore.
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 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 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 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 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 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 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-17 Dan GohmanConvert more code to use Operator instead of explicitly...
2009-07-17 Ted KremenekUpdate CMake file.
2009-07-17 Daniel Dunbarllvm-mc: Default -triple to LLVM_HOSTTRIPLE.
2009-07-17 Evan ChengFix pr4552. Stack slot coloring with register must...
2009-07-17 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-07-17 Daniel DunbarAdd llvm::InitializeAllTargetInfos and llvm::Initialize...
2009-07-17 Dan GohmanMake BasicAliasAnalysis and Value::getUnderlyingObject use
2009-07-17 Dan GohmanFix some typos in a comment.
2009-07-17 Evan ChengFix x86 inline ams 'q' constraint support. In 32-bit...
2009-07-17 Daniel DunbarTweak svn:ignore
2009-07-17 Chris Lattnerremove AsmPrinter::findGlobalValue, just use Value...
2009-07-17 Dan GohmanAdd a GEPOperator class, and move the hasNoPointerOverflow
2009-07-17 Jeffrey YasskinRegenerate configure for ddunbar.
2009-07-17 Daniel DunbarReenable asmparser dependency generation, now with...
next