oota-llvm.git
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...
2009-07-16 Anton KorobeynikovMake FP zero to be legal FP immediate via LOAD ZERO
2009-07-16 Anton KorobeynikovLoads are not two-address in any way
2009-07-16 Anton KorobeynikovAdd LOAD NEGATIVE instruction
2009-07-16 Anton KorobeynikovLOAD COMPLEMENT instruction is not really two-addr
2009-07-16 Anton KorobeynikovAdd multiple add/sub instructions
2009-07-16 Anton KorobeynikovHandle FP callee-saved regs
2009-07-16 Anton KorobeynikovProper FP extloads
2009-07-16 Anton KorobeynikovAdd proper PWS impdef's
2009-07-16 Anton KorobeynikovPropagate FP select_cc to dag inserters
2009-07-16 Anton KorobeynikovImplement fp_to_sint
2009-07-16 Anton KorobeynikovImplement FP regs spills / restores
2009-07-16 Anton KorobeynikovAdd fabs
2009-07-16 Anton KorobeynikovAdd fneg
2009-07-16 Anton KorobeynikovWe don't have native sine / cosine instructions
2009-07-16 Anton KorobeynikovMore sint_to_fp stuff
2009-07-16 Anton KorobeynikovAdd bunch of FP instructions
2009-07-16 Anton KorobeynikovWe don't have any FP extloads
2009-07-16 Anton KorobeynikovImplement all comparisons
2009-07-16 Anton KorobeynikovAdd constpool lowering / printing
2009-07-16 Anton KorobeynikovAllow FP arguments pass / return
2009-07-16 Anton KorobeynikovRegister FP regclasses
2009-07-16 Anton KorobeynikovAdd FP regs
2009-07-16 Anton KorobeynikovFix fallout from prev. patch
2009-07-16 Anton KorobeynikovProvide consistent subreg idx scheme. This (hopefully...
2009-07-16 Anton KorobeynikovUse divide single for 32 bit signed divides
2009-07-16 Anton KorobeynikovAdd missed operands types
2009-07-16 Anton KorobeynikovMissed part of prev. patch
2009-07-16 Anton KorobeynikovAnother attempt to fix prologue emission
2009-07-16 Anton KorobeynikovImplement 'large' PIC model
2009-07-16 Anton KorobeynikovImplement shifts properly (hopefilly - finally!)
2009-07-16 Anton KorobeynikovRemove redundand register move
2009-07-16 Anton KorobeynikovProperly handle divides. As a bonus - implement memory...
2009-07-16 Anton KorobeynikovFix epic fail: full-width muls are not commutable....
2009-07-16 Anton Korobeynikov32 bit rotate is not twoaddr instruction
2009-07-16 Anton Korobeynikov32 bit shifts have only 12 bit displacements
2009-07-16 Anton KorobeynikovAdd proper register aliases
2009-07-16 Anton KorobeynikovProperly generate stack frame
2009-07-16 Anton KorobeynikovUnbreak indirect branches
2009-07-16 Anton KorobeynikovUnbreak
2009-07-16 Anton KorobeynikovDo not forget to save R15 when we allocate stack frame
2009-07-16 Anton KorobeynikovAll calls clobbers R14
2009-07-16 Anton KorobeynikovUnbreak calls to vararg functions
2009-07-16 Anton KorobeynikovStupid typo
2009-07-16 Anton KorobeynikovTypos
2009-07-16 Anton KorobeynikovConsolidate reg-imm / reg-reg-imm address mode selectio...
next