oota-llvm.git
2011-05-23 Duncan SandsThe dragonegg option to disable LLVM optimizations...
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 Bill WendlingUse a more efficient data structure for the "operand...
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 test from PR9164
2011-05-22 Chris Lattnertestcase for PR9378
2011-05-22 Chris Lattneradd a missing alias to make us more bug compatible...
2011-05-22 Chris Lattnerdocument thiscall, PR9101
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 Lattneranother typo
2011-05-22 Chris Lattnerfix comment typo
2011-05-22 Chris LattnerI missed a checking with my GVN change.
2011-05-22 Chris Lattnerinsertvalue takes a variable number of arguments, docum...
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 Lattnerremove a trivial test, make some other tests less trivial.
2011-05-22 Chris Lattnermake this test less trivial.
2011-05-22 Chris Lattnerinitialize and finalize function passes, pointed out...
2011-05-22 Chris Lattnerfix a bug for hosts without round, PR8893.
2011-05-22 Chris Lattnermove PR9408 here.
2011-05-22 Nick LewyckyCommit test change, forgotten as part of r131838.
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 Chris LattnerFix some minor typos and grammar.
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 Nick LewyckyFix grammar in test.
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 Lattnerfix a file system case sensitivity issue.
2011-05-22 Chris Lattnerremove StandardPasses, it has been replaced with PassMa...
2011-05-22 Chris Lattnerswitch opt to using PassManagerBuilder.h
2011-05-22 Chris Lattnerswitch llvm-ld. It has a terrible mechanism that peopl...
2011-05-22 Chris Lattnerswitch bugpoint and liblto to PassManagerBuilder.
2011-05-22 Chris Lattneradd support for LTO passes.
2011-05-22 Chris Lattnereliminate dependence on StandardPasses.h. The code...
2011-05-22 Charles DavisInclude DataTypes.h from this header to get the uint...
2011-05-22 Charles DavisAllow access to the .pdata and .xdata sections through...
2011-05-21 Chris Lattneradd an extension point mechanism that allow plugins...
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 new PassManagerBuilder class to replace StandardP...
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 KramerMerge and FileCheckize test cases.
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 Argyrios KyrtzidisAdd asserts in StringRef to make sure we avoid undefine...
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 Chad RosierFixed regression due to commit 131709, which disables...
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...
next