oota-llvm.git
2010-05-26 Daniel DunbarMC: Use accessors for access to MCAsmFixup.
2010-05-26 Daniel DunbarMC: Change MCInst::dump_pretty to not include a trailin...
2010-05-26 Benjamin KramerKill unneeded SExt.
2010-05-26 Zhongxing XuSRetReturnReg was set in LowerFormalArguments(). So...
2010-05-26 Daniel DunbarMC: Eliminate MCFragment vtable, which was unnecessary.
2010-05-26 Shih-wei LiaoCoding style change (Adding 1 missing space.)
2010-05-26 Shih-wei LiaoAdding the missing implementation for ARM::SBFX and...
2010-05-26 Eric ChristopherTemporarily revert r104655 as it's breaking the bots.
2010-05-26 Jim Grosbachfix off by 1 (insn) error in eh.sjlj.setjmp thumb code...
2010-05-26 Jakob Stoklund... Revert "Replace the SubRegSet tablegen class with a...
2010-05-26 Dan GohmanChange push_all to a non-virtual function and implement...
2010-05-26 Dan GohmanDelete an unused function.
2010-05-26 Dan GohmanTrim #include.
2010-05-26 Bill WendlingDale and Evan suggested putting the "check for setjmp...
2010-05-26 Jakob Stoklund... Replace the SubRegSet tablegen class with a less error...
2010-05-26 Shih-wei LiaoAdding the missing implementation of Bitfield's "clear...
2010-05-26 Shih-wei LiaoTo handle s* registers in emitVFPLoadStoreMultipleInstr...
2010-05-26 Eric ChristopherStart adding mach-o tls reloc support.
2010-05-25 Jakob Stoklund... Drop the SuperregHashTable. It is essentially the same...
2010-05-25 Devang PatelFirst cut at supporting .debug_loc section.
2010-05-25 Benjamin KramerProperly promote operands when optimizing a single...
2010-05-25 Bill WendlingConstify function.
2010-05-25 Dan GohmanDo one map lookup instead of two.
2010-05-25 Dan GohmanFix a missing newline in debug output.
2010-05-25 Eric ChristopherMove the verbose asm output up a bit so it can be used...
2010-05-25 Bill WendlingOkay, bear with me here...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-25 Kevin EnderbyChanged the encoding of X86 floating point stack operat...
2010-05-25 Dale JohannesenRemoving test; Chris thinks it's better to have the
2010-05-25 Jakob Stoklund... Separate unrelated cases that once shared a numeric...
2010-05-25 Jakob Stoklund... Print symbolic SubRegIndex names on machine operands.
2010-05-25 Jakob Stoklund... Remove NumberHack entirely.
2010-05-25 Daniel DunbarMC/X86: Add a hack to allow recognizing 'cmpltps' and...
2010-05-25 Dale JohannesenFix another variant of PR 7191. Also add a testcase
2010-05-25 Daniel DunbarMC/X86: Define explicit immediate forms of cmp{ss,sd...
2010-05-25 Kevin EnderbyThe BT64ri8 record in X86Instr64bit.td was missing...
2010-05-25 Dale JohannesenFix PR 7191. I have been unable to create a .ll file...
2010-05-25 Eric ChristopherMake sure aeskeygenassist uses an unsigned immediate...
2010-05-25 Jakob Stoklund... Ignore NumberHack and give each SubRegIndex instance...
2010-05-25 Jakob Stoklund... Use enums instead of literals for SystemZ subregisters
2010-05-25 Jakob Stoklund... Use enums instead of literals for X86 subregisters.
2010-05-25 Zonr ChangAdd missing implementation to the materialization of...
2010-05-25 Zonr ChangAdd support to MOVimm32 using movt/movw for ARM JIT
2010-05-25 Bob WilsonAllow t2MOVsrl_flag and t2MOVsra_flag instructions...
2010-05-25 Bob WilsonFix up instruction classes for Thumb2 RSB instructions...
2010-05-25 Bob WilsonClean up indentation.
2010-05-25 Jakob Stoklund... Disable invalid coalescer assertion.
2010-05-25 Jakob Stoklund... Use enums instead of literals in the ARM backend.
2010-05-24 Bill WendlingPrint out the name of the function during SSC.
2010-05-24 Jakob Stoklund... Switch SubRegSet to using symbolic SubRegIndices
2010-05-24 Bob WilsonAllow Thumb2 MVN instructions to set condition codes...
2010-05-24 Chris Lattnerdiaggroup categories should take precedence over diag...
2010-05-24 Jakob Stoklund... Lose the dummies
2010-05-24 Jakob Stoklund... Replace the tablegen RegisterClass field SubRegClassLis...
2010-05-24 Evan ChengAvoid adding duplicate function live-in's.
2010-05-24 Dan GohmanFix an mmx movd encoding.
2010-05-24 Kevin EnderbyMC/X86: Add aliases for CMOVcc variants.
2010-05-24 Bob WilsonClean up some extra whitespace.
2010-05-24 Bob WilsonThumb2 RSBS instructions were being printed without...
2010-05-24 Devang PatelDo not emit line number entries for unknown debug values.
2010-05-24 Evan ChengLR is in GPR, not tGPR even in Thumb1 mode.
2010-05-24 Jakob Stoklund... Add SubRegIndex defs to PowerPC. It looks like the...
2010-05-24 Jakob Stoklund... Use SubRegIndex in SystemZ.
2010-05-24 Jakob Stoklund... SubRegIndex'ize Mips
2010-05-24 Jakob Stoklund... SubRegIndex'ize MSP430
2010-05-24 Jakob Stoklund... Fix a few places that depended on the numeric value...
2010-05-24 Jakob Stoklund... Switch ARMRegisterInfo.td to use SubRegIndex and elimin...
2010-05-24 Jakob Stoklund... Rename X86 subregister indices to something shorter.
2010-05-24 Jakob Stoklund... Add the SubRegIndex TableGen class.
2010-05-24 Nicolas GeoffrayEncode the Caml frametable by following what the commen...
2010-05-24 Duncan SandsApply timeouts and memory limits in more places. In...
2010-05-23 Daniel Dunbarllvm-mc: Use EmitIntValue where possible, which makes...
2010-05-23 Daniel Dunbarllvm-mc: Use AddBlankLine in asm parser. This makes...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-23 Bob WilsonVDUP doesn't support vectors with 64-bit elements.
2010-05-22 Daniel DunbarMC/X86: Subdivide immediates a bit more, so that we...
2010-05-22 Daniel Dunbartblgen/AsmMatcher: Change AsmOperandClass to allow...
2010-05-22 Daniel DunbarMC/X86: Add alias for setz, setnz, jz, jnz.
2010-05-22 John MosbyTrivial change to dump() function for SparseBitVector
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-22 Jim GrosbachImplement eh.sjlj.longjmp for ARM. Clean up the intrins...
2010-05-22 Eric ChristopherThis test is darwin only. Make it so(tm).
2010-05-22 Bob WilsonRecognize more BUILD_VECTORs and VECTOR_SHUFFLEs that...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-22 Devang PatelCollect variable information during endFunction() inste...
2010-05-22 Eric ChristopherAdd a new section and accessor for TLS data.
2010-05-21 Bob WilsonClean up extra whitespace.
2010-05-21 Eric ChristopherMake this LookAheadLimit, not the uninitialized LookAhe...
2010-05-21 Chris Lattneradd a note
2010-05-21 Eric ChristopherExpand on comment.
2010-05-21 Kevin EnderbyAdded retl for 32-bit x86 and added retq for 64-bit...
2010-05-21 Eric ChristopherFix comment and whitespace.
2010-05-21 Chris Lattnerexpand on the llvm ir bitcode dox. Patch by Peter...
2010-05-21 Evan ChengAllow machine cse to cse instructions which define...
2010-05-21 Eric ChristopherFix section attribute name.
2010-05-21 Bob WilsonChange CodeGen/ARM/2009-11-02-NegativeLane.ll to use...
2010-05-21 Evan Cheng- Change MachineInstr::findRegisterDefOperandIdx so...
2010-05-21 Jakob Stoklund... Add MachineInstr::readsWritesVirtualRegister() to deter...
2010-05-21 Devang PatelSimplify
2010-05-21 Dale JohannesenPrevious commit message should refer to 104308.
next