Constant propagating byval pointer is safe if function is readonly.
[oota-llvm.git] / lib /
2009-09-24 Torok EdwinConstant propagating byval pointer is safe if function...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-24 Bob WilsonFix a hypothetical problem for targets with StackGrowsU...
2009-09-24 Devang PatelMove parent assertion check before metadata deletion.
2009-09-24 Torok EdwinDon't constant propagate byval pointers, since they...
2009-09-24 Chris Lattnerunconditionally compute MMI even if the target doesn...
2009-09-24 Chris Lattnerreapply r82348 with a fix, thanks Jeffrey.
2009-09-24 Evan ChengFix PR5024 with a big hammer: disable the double-def...
2009-09-24 Evan ChengClean up LiveVariables and change how it deals with...
2009-09-24 Jeffrey YasskinRoll back r82348, which introduced an infinite loop...
2009-09-23 Dale JohannesenA minor improvment in accuracy to inline cost
2009-09-23 David GoodwinCheckpoint NEON scheduling itineraries.
2009-09-23 Dan GohmanUse getStoreSize() instead of getStoreSizeInBits()/8.
2009-09-23 Dan GohmanRename several variables from EVT to more descriptive...
2009-09-23 Jakob Stoklund OlesenFix verification of explicit operands.
2009-09-23 Bob WilsonRemove BlackfinRegisterInfo::getFrameIndexOffset since...
2009-09-23 Devang PatelDelete attached metadata when an instruction is deleted.
2009-09-23 Anton KorobeynikovARM does not support offset folding (yet). Disable...
2009-09-23 Bob WilsonEdit a comment.
2009-09-23 Devang PatelDo not leave behind metadata while cloning an instruction.
2009-09-23 David GoodwinFix bug in kill flag updating for post-register-allocat...
2009-09-23 Benjamin KramerFix a struct/class mismatch.
2009-09-23 Evan ChengFix PR5024. LiveVariables physical register defs should...
2009-09-23 Evan ChengFix a obvious logic error.
2009-09-23 Chris Lattnererrorstr can be null, don't unconditionally set it...
2009-09-23 Chris LattnerMake EngineBuilder return more error codes, by KS Sreeram.
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-09-23 Dan GohmanFix X86's unfoldMemoryOperand to properly handle Machin...
2009-09-23 Mike StumpThis is overly constraining with respect to clang.
2009-09-22 Victor HernandezNo need to verify that malloc's return type is i8*.
2009-09-22 David GoodwinUse early returns.
2009-09-22 Daniel Dunbar... missed hiding a variable for MSVC only.
2009-09-22 Daniel DunbarHide MSVC specific CRT interaction behind _MSC_VER.
2009-09-22 Mikhail GlushenkovRemove the GetProcessId() call from Win32/Program.inc...
2009-09-22 Daniel DunbarFix commento.
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-09-22 Evan ChengFix PR5024. LiveVariables::FindLastPartialDef should...
2009-09-22 Daniel DunbarUse Compiler.h macro instead of __attribute__.
2009-09-22 Daniel DunbarRevert "Get rid of GetProcessId in Win32/Program.inc...
2009-09-22 Daniel DunbarSwitch FoldingSet::AddString to StringRef based API.
2009-09-22 Daniel DunbarWorkaround what I believe is an MSVC bug where it emits...
2009-09-22 Daniel DunbarSwitch DIDescriptor to use a TrackingVH. - This makes...
2009-09-22 Daniel DunbarAdd a TrackingVH value handle.
2009-09-22 Evan ChengFix a pasto. Also simplify for Bill's benefit.
2009-09-22 Evan ChengMinor bug fix. LowerSubregs should translate
2009-09-21 Chris LattnerFix PR5023: The instruction form of DominatorTree:...
2009-09-21 Chris Lattnermove DominatorTree::dominates for instructions out...
2009-09-21 Chris Lattnertidy up
2009-09-21 Chris Lattnertidy up
2009-09-21 Evan ChengClean up spill weight computation. Also some changes...
2009-09-21 David GoodwinAdd Cortex-A8 VFP model.
2009-09-21 Dan GohmanChange MachineMemOperand's alignment value to be the...
2009-09-21 Dan GohmanAdd support for rematerializing FsFLD0SS and FsFLD0SD...
2009-09-21 Dan GohmanRecognize SSE min and max opportunities in even more...
2009-09-21 Dan GohmanFix the offset values for these memoperands. For frame...
2009-09-21 Chris Lattnerbig endian systems shift by bits too, hopefully this...
2009-09-21 Dan GohmanNick pointed out that DominanceFrontier and DominanceTr...
2009-09-21 Dan GohmanRemove the special-case for constants in PHI nodes...
2009-09-21 Chris Lattnerfix PR5016, a crash I introduced in GVN handing first...
2009-09-21 Dan GohmanFix this assertion string to mention subreg_to_reg.
2009-09-21 Nuno Lopesinitialize SymbolsCanStartWithDigit to false by default
2009-09-21 Xerxes RanbyUpdate cmake.
2009-09-21 Jakob Stoklund OlesenVerify that phi instructions refer to MBBs in the CFG.
2009-09-21 Chris Lattnerenable non-local analysis and PRE of large store -...
2009-09-21 Chris Lattnerconvert an std::pair to an explicit struct.
2009-09-21 Chris Lattnermove some functions, add a comment.
2009-09-21 Chris Lattnersplit HandleLoadFromClobberingStore in two pieces:...
2009-09-21 Chris Lattneradd a note
2009-09-21 Daniel DunbarRegister the MachineModuleInfo for the ARM JIT, and...
2009-09-21 Chris LattnerImprove GVN to be able to forward substitute a small...
2009-09-21 Evan ChengFix PR4986. "r1024 = insert_subreg r1024, undef, 2...
2009-09-21 Chris Lattnerone case handled, expanded another testcase inline.
2009-09-21 Chris Lattnerformatting cleanups, no functionality change.
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-09-20 Chris Lattnersimplify as daniel suggests
2009-09-20 Chris LattnerRevert r82404, it is causing a bootstrap miscompile...
2009-09-20 Chris Lattnerimprove memdep to eliminate bitcasts (and aliases,...
2009-09-20 Chris LattnerMove CoerceAvailableValueToLoadType earlier in GVN...
2009-09-20 Chris Lattnerchange the interface to CoerceAvailableValueToLoadType...
2009-09-20 Chris Lattnerenhance GVN to forward substitute a stored value to...
2009-09-20 Chris Lattnerupdate an entry, delete an entry which has been fixed.
2009-09-20 Chris Lattnertidy up
2009-09-20 Bill Wendling--- Reverse-merging r82282 into '.':
2009-09-20 Chris Lattnerremove a temporary hack.
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewi...
2009-09-20 Chris Lattnermove target registry stuff to X86ATTAsmPrinter.cpp
2009-09-20 Chris Lattnersimplify this now that createX86CodePrinterPass is...
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter class -> X86AsmPrinter
2009-09-20 Chris Lattnerremove the asmstring, it is now dead. Improve comment.
2009-09-20 Nick LewyckyPeer through zext and sext to eliminate them when it...
2009-09-20 Chris Lattnerkill off printPICLabel now, it's specialness is handled by
2009-09-20 Chris Lattnerdelete X86IntelAsmPrinter! Now -x86-asm-syntax just...
2009-09-20 Nick LewyckyFold 'icmp eq (icmp), true' into an xor(icmp).
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-20 Chris Lattnertidy up
2009-09-20 Chris Lattnereliminate a use of strtoul.
2009-09-20 Chris Lattnersplit random COFF asmprinter state out to X86COFFMachin...
2009-09-20 Nick LewyckyCorrect the comment; this applies to fcmp too.
2009-09-20 Nick LewyckyRemove tab, again.
2009-09-20 Nick LewyckyTeach the constant folder how to not a cmpinst.
next