oota-llvm.git
2009-07-17 Daniel Dunbartblgen/AsmMatcher: Emit simple matcher for register...
2009-07-17 Jeffrey Yasskinr76102 added the MachineCodeEmitter::processDebugLoc...
2009-07-17 Daniel DunbarFix compile warning.
2009-07-17 Anton KorobeynikovAdd missed return
2009-07-17 Daniel Dunbaropt: Add -std-link-opts argument, matches llvm-ld's...
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-17 Chris Lattnerrename test.
2009-07-17 Bruno Cardoso... revert one of the loops to use indicies over iterators...
2009-07-17 Dan GohmanAdd a SubclassOptionalData field to Value. See the...
2009-07-17 Daniel DunbarFix typo.
2009-07-17 Daniel DunbarInitialize another Context, in the hopes of unbreaking...
2009-07-17 Dan GohmanFix an apparent typo.
2009-07-17 David GreeneMake DOUT an lvalue in release mode so that developers...
2009-07-17 Daniel DunbarProvide slightly more refined error message when trying...
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-17 Duncan SandsAvoid a compiler warning when assertions are turned...
2009-07-17 Duncan SandsTestcase for PR4214.
2009-07-17 Eli FriedmanDocumentation clarifications for isSafeToSpeculativelyE...
2009-07-17 Eli FriedmanOops, accidentally set a legal operation to expand.
2009-07-17 Eli FriedmanExpand misc operations from test/CodeGen/Generic.
2009-07-17 Eli FriedmanHandle void in XCoreTargetLowering::isLegalAddressingMo...
2009-07-17 Eli FriedmanRemove some unnecessary expansion markings. Add a...
2009-07-17 Eli FriedmanAdd operation expansion/promotion for a bunch of operat...
2009-07-17 Nick LewyckyAdd broken gcc from PR4532.
2009-07-17 Evan ChengFix tSUBspi operand definition. It reads and writes...
2009-07-17 Eli FriedmanSet an operation expansion, noticed while running
2009-07-17 Eli FriedmanMake promotion in operation legalization for SETCC...
2009-07-17 Eli FriedmanReplace isTrapping with a new, similar method called
2009-07-17 Eli FriedmanOne more operation expansion for MIPS, from test/CodeGe...
2009-07-17 Daniel DunbarMake sure CWriter's Context get's initialized.
2009-07-17 Eli FriedmanExpand a bunch of illegal operations on MIPS (found by
2009-07-17 Daniel DunbarFix 'may be used uninitialized' warning.
2009-07-17 Dan GohmanAdd the private keyword to the polygen grammar.
2009-07-17 Dan GohmanAdd the private keyword to the VIM syntax highlighting.
2009-07-17 Evan ChengFix my brain cramp by inverting the assertion condition.
2009-07-16 Jeffrey YasskinFix "no newline at end of file" warning from gcc.
2009-07-16 Owen AndersonPrivatize the MDNode uniquing table.
2009-07-16 Anton KorobeynikovEmit cross regclass register moves for thumb2.
2009-07-16 Daniel DunbarDisable this assert for now, it is firing on an llvm...
2009-07-16 Bill WendlingAdd new flags '-test-cflags' and '-test-cxxflags' to...
2009-07-16 Evan ChengGV with ghost linkage (module being lazily streamed...
2009-07-16 Dale JohannesenAssume an inline asm might be a call, so we get
2009-07-16 David GreeneEmit line numbers in asm comments when available.
2009-07-16 Owen AndersonPrivatize the MDString uniquing table.
2009-07-16 Daniel DunbarFix inverted preprocessor conditional.
2009-07-16 Daniel DunbarFix compiler warning (for -Asserts).
2009-07-16 Jakob Stoklund... Silence warning in Linux builds:
2009-07-16 Daniel DunbarAdd raw_null_ostream and llvm::nulls(), a raw_ostream...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Jakob Stoklund... Teach MachineInstr::isRegTiedToDefOperand() to correctl...
2009-07-16 Evan ChengChanged my mind. We now allow remat of instructions...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Chris Lattnerthis should be xfailed on darwin. Darwin doesn't use...
2009-07-16 Evan ChengWith recent MC changes, RIP base register is explicitly...
2009-07-16 Ted KremenekUpdate CMake file.
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-16 Kevin EnderbyRemoved the SubsectionsViaSymbols MCStreamer API and...
2009-07-16 Daniel DunbarTweak svn:ignore
2009-07-16 Dan GohmanFill in some holes in ScalarEvolution's loop iteration...
2009-07-16 Kevin EnderbyClean up the definition of Str in AsmParser::ParseDirec...
2009-07-16 Daniel DunbarAdd SmallString unit test.
2009-07-16 Stuart HastingsIn an Apple-style build, compile with llvm-gcc/llvm...
2009-07-16 Dan GohmanAdd an isLoopSimplifyForm() predicate, following the...
2009-07-16 Dan GohmanUse setStream infomatted_raw_ostream's constructor...
2009-07-16 Dan GohmanRemove inapplicable comments.
2009-07-16 Dan GohmanAdd explicit keywords.
2009-07-16 Dan GohmanTidy up #includes.
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-16 Dan GohmanUse size_t.
2009-07-16 Anton KorobeynikovMake xfail proper
2009-07-16 Anton KorobeynikovUnbreak
2009-07-16 Anton KorobeynikovTemporary disable 16 bit bswap
2009-07-16 Anton KorobeynikovAdd instruction formats and few opcodes
2009-07-16 Anton KorobeynikovAdd bswap patterns
2009-07-16 Anton KorobeynikovProvide crazy pseudos for regpairs spills / reloads
2009-07-16 Anton KorobeynikovHandle long-disp stuff more consistently
2009-07-16 Anton KorobeynikovAll FP instructions have 12 bit memory displacement...
2009-07-16 Anton KorobeynikovAnother predicate routine
2009-07-16 Anton KorobeynikovMore helpers
2009-07-16 Anton KorobeynikovAdd bunch of branch folding stuff
2009-07-16 Anton KorobeynikovAdd missed opcodes to short => long displacement conversion
2009-07-16 Anton KorobeynikovCleanup
2009-07-16 Anton KorobeynikovFix logic inversion for RI-mode address selection
2009-07-16 Anton KorobeynikovUnbreak the test
2009-07-16 Anton KorobeynikovExpand 32-bit bitconverts via memory
2009-07-16 Anton KorobeynikovFix incomin arg stack frame offset in case we need...
2009-07-16 Anton KorobeynikovFix instruction mnemonics for some fp_to_sint operations
2009-07-16 Anton Korobeynikovi32 values are passed extended also on stack. Handle...
2009-07-16 Anton KorobeynikovWe definitely have 1-0 bools
2009-07-16 Anton KorobeynikovRevert the commit, it just hides the real bug
2009-07-16 Anton KorobeynikovOut GR128 regclass is not a 'real' i128 one.
2009-07-16 Anton KorobeynikovAdd missed condbranch opcodes
2009-07-16 Anton KorobeynikovHandle bitconverts
2009-07-16 Anton KorobeynikovUnbreak mvi and friends - emit only 'significant' part...
2009-07-16 Anton KorobeynikovExpand fp_to_uint too
2009-07-16 Anton KorobeynikovWe don't have FP truncstores
2009-07-16 Anton KorobeynikovExpand uint_to_fp
2009-07-16 Anton KorobeynikovEmit proper rounding mode for fp_to_sint
2009-07-16 Anton Korobeynikovf32/f64 regs are stored on stack if we're short in...
2009-07-16 Anton KorobeynikovLower anyext to zext, 32-bit stuff does not have any...
next