Simplify offset calculation of stack frame objects for $gp restore location and
[oota-llvm.git] / lib /
2011-05-24 Akira HatanakaSimplify offset calculation of stack frame objects...
2011-05-24 Devang PatelFix debug info for blocks' variable.
2011-05-23 Devang PatelRemove unnecessary comment.
2011-05-23 Akira HatanakaExpand f64 FPOW.
2011-05-23 Akira HatanakaAdd pattern for double-to-integer conversion. Patch...
2011-05-23 Devang PatelRevert 121907 (it causes llc crash) and apply original...
2011-05-23 Akira HatanakaFixes related to coding style.
2011-05-23 Dan GohmanWhen checking for signed multiplication overflow, watch...
2011-05-23 Jim GrosbachPropagate error correctly in the MC Asm parser for...
2011-05-23 Akira HatanakaFix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove...
2011-05-23 Chris Lattnerclarify this, apparently it is confusing :)
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-23 Devang PatelPreserve debug info during iSel by keeping DanglingDebu...
2011-05-23 Devang PatelWhile replacing all uses of a SDValue with another...
2011-05-23 Devang PatelClear list of instructions without DebugLoc.
2011-05-23 Charles DavisImplement .seh_stackalloc and .seh_pushframe parsing.
2011-05-23 Chris Lattnerfix a really nasty basicaa mod/ref calculation bug...
2011-05-23 Cameron ZwarichFix <rdar://problem/9476260> by having tail calls alway...
2011-05-23 Chris Lattnerrearrange two transforms, since one subsumes the other...
2011-05-23 Chris LattnerTransform any logical shift of a power of two into...
2011-05-23 Chris Lattneruse the valuetracking isPowerOfTwo function, which...
2011-05-23 Chris LattnerTeach valuetracking that byval arguments with a specifi...
2011-05-22 Chris Lattneradd a helper method to get the byval alignment of an...
2011-05-22 Chris LattnerEliminate some temporary variables, and don't call...
2011-05-22 Chris Lattneradd a missing alias to make us more bug compatible...
2011-05-22 Chris Lattnerimplement PR9315, constant folding exp2 in terms of...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2011-05-22 Chris Lattneradd a note.
2011-05-22 Chris Lattneradd some random notes.
2011-05-22 Evan ChengTeach ValueTracking about x86 crc32 intrinsics.
2011-05-22 Chris LattnerCarve out a place in instcombine to put transformations...
2011-05-22 Johnny ChenFix Bug 9386 - ARM disassembler failed to disassemble...
2011-05-22 Chris LattnerFix PR9815: I was trying to get out of "generating...
2011-05-22 Frits van BommelAdd a parameter to ConstantFoldTerminator() that caller...
2011-05-22 Chris Lattnerfix PR9856, an incorrectly conservative assertion:...
2011-05-22 Chris Lattnerfix PR9841 by having GVN not process dead loads. This was
2011-05-22 Chris Lattnerfix a bug for hosts without round, PR8893.
2011-05-22 Chris Lattnermove PR9408 here.
2011-05-22 Nick LewyckyTeach the inliner to emit llvm.lifetime.start/end,...
2011-05-22 Chris Lattnerswitch to using a smallvector to avoid allocations...
2011-05-22 Chris Lattnertidy some things up.
2011-05-22 Charles DavisImplement emission of all Win64 exception tables. Make...
2011-05-22 Charles DavisMake the COFF streamer emit unwind info when processing...
2011-05-22 Charles DavisDon't allow unaligned offsets and sizes in the Win64...
2011-05-22 Chris Lattnerrandom comment cleanups.
2011-05-22 Chris Lattnerremove StandardPasses, it has been replaced with PassMa...
2011-05-22 Chris Lattnereliminate dependence on StandardPasses.h. The code...
2011-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-05-21 Duncan SandsRevert commit 131781, to see if it fixes the x86-64...
2011-05-21 Chris Lattneradd a copy ctor to TargetLibraryInfo.
2011-05-21 Eli FriedmanPR7952: Make isa<> use the same logic as cast<>, so...
2011-05-21 Benjamin KramerX86: smulo -> add is now done target-independently...
2011-05-21 Benjamin KramerImplement mulo x, 2 -> addo x, x in DAGCombiner.
2011-05-21 Benjamin KramerRevert "InstCombine: Turn mul.with.overflow(X, 2) into...
2011-05-21 Charles DavisDon't allow .seh_handler and .seh_handlerdata directive...
2011-05-21 Charles DavisA handler for a function in the Win64 EH scheme can...
2011-05-21 Benjamin KramerInstCombine: Turn mul.with.overflow(X, 2) into the...
2011-05-21 Cameron ZwarichFix PR9978 by adding RIP to GR64_TC so it can be used...
2011-05-21 Akira HatanakaUse the correct register to access stack frame objects.
2011-05-21 Akira HatanakaInsert instructions that copy $sp to or from $fp at...
2011-05-21 Dan GohmanWhen BasicAA can determine that two pointers have the...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-21 Charles DavisSet the "LastFrameInst" field when streaming a .seh_set...
2011-05-20 Cameron ZwarichFix PR9962 by properly constraining register classes...
2011-05-20 Akira HatanakaChange the order fixed objects are created in MipsTarge...
2011-05-20 Charles DavisFix typo. When will I learn?
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-20 Charles DavisAdd .pdata and .xdata sections to the COFF TLOF impleme...
2011-05-20 Jim GrosbachNo reason not to allow defining the CFA as a reg w...
2011-05-20 Akira HatanakaIn CC_MipsO32, allocate a stack space regardless of...
2011-05-20 Jim GrosbachFix typo.
2011-05-20 Jim GrosbachAdd support for frame info use of the .cfi_def_cfa...
2011-05-20 Jim GrosbachAdd missing leading \t when printing .cfi_def_cfa in...
2011-05-20 Akira HatanakaDefine functions that get/set maximum call frame size.
2011-05-20 Rafael Espindolaadds some attributes to attribute section when cpu...
2011-05-20 Rafael Espindolafixes target address tBL and tBLX and sets relocation...
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Andrew Trickindvars: Prototyping Sign/ZeroExtend elimination withou...
2011-05-20 Charles DavisNow that they're implemented, make the Win64 EH MCAsmSt...
2011-05-20 Evan ChengRevert accidental commit.
2011-05-20 Charles Davis"Implement" the HandlerData Win64 EH method in the...
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-20 Benjamin KramerRemove noisy semicolons.
2011-05-20 Cameron ZwarichFix PR9960 by teaching SimpleRegisterCoalescing::Adjust...
2011-05-20 Andrew Trickindvars: minor cleanup in preparation for sign/zero...
2011-05-20 Akira HatanakaFix bug in which nodes that write to argument registers...
2011-05-20 Akira HatanakaRemove code that creates unnecessary frame objects.
2011-05-20 Akira HatanakaDefine variables and functions in MipsFunctionInfo.
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Cameron ZwarichFix PR9955 by only attaching load memory operands to...
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
2011-05-19 Rafael EspindolaLooks like OS X assemblers (including MC) don't like
2011-05-19 Rafael EspindolaMisc code refactorings:
2011-05-19 Eric ChristopherOddly people want to use the 'r' constraint for fp...
2011-05-19 Charles DavisImplement the EndProlog Win64 EH method on the base...
2011-05-19 Jason W KimThis fixes one divergence between LLVM and binutils...
2011-05-19 Devang PatelReapply r131605. This time with a fix, which is to...
next