oota-llvm.git
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-23 Dan GohmanAPInt-ify the gep scaling code, so that it correctly...
2009-10-23 Dan GohmanMake LoopDeletion check the maximum backedge taken...
2009-10-23 Chris Lattnersome stuff is done, we still have constantexpr simplifi...
2009-10-23 Chris Lattnerteach libanalysis to simplify vector loads with bitcast...
2009-10-23 Chris Lattnerenhance FoldReinterpretLoadFromConstPtr to handle loads...
2009-10-23 Chris Lattnerteach libanalysis to fold int and fp loads from almost...
2009-10-23 Tanya LattnerAdd 2.6 release note.
2009-10-23 Evan ChengUpdate tests for 84931.
2009-10-23 Evan ChengX86 needs critical path anti-dependency breaking.
2009-10-23 Dale JohannesenCommit fixes for half precision I noted in review, so
2009-10-23 Bill WendlingThis is passing on Darwin PPC.
2009-10-23 Victor HernandezMinor code cleanup.
2009-10-23 Bill WendlingNeuter stack protectors by only checking character...
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Ted KremenekUse 'waitpid' instead of 'wait'. Basing Program::Wait...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Eric Christophersize_t, not unsigned here to silence a warning.
2009-10-22 Benjamin KramerRandom include cleanup.
2009-10-22 Jeffrey YasskinFix OProfileJITEventListener after r84054 renamed Compi...
2009-10-22 Bill WendlingTidying up some code and comments. No functionality...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-22 Devang PatelHide MetadataContext implementation details.
2009-10-22 Devang PatelFix getMDs() interface such that it does not expose...
2009-10-22 Devang PatelUsing TrackingVH instead of WeakVH or WeakMetadataVH.
2009-10-22 Devang PatelSort handler names to ensure deterministic behavior.
2009-10-22 Stuart HastingsTrying again to tweak the top-level Makefile to facilit...
2009-10-22 Bob WilsonRevert 84843. Evan, this was breaking some of the...
2009-10-22 Duncan SandsInclude config.h in order to have HAVE_STDINT_H be...
2009-10-22 Nicolas GeoffrayVerify that the function and exception table have been...
2009-10-22 Duncan SandsCheck that accessing a struct field that occurs before...
2009-10-22 Duncan SandsTest handling of record fields with negative offsets.
2009-10-22 Benjamin KramerShift art to the right to keep GCC from complaining...
2009-10-22 Evan ChengMove if-conversion before post-regalloc scheduling...
2009-10-22 Evan ChengLoad / store multiple was missing opportunites when...
2009-10-22 Chris Lattnermove another load optimization from instcombine ->...
2009-10-22 Chris Lattnermove 'loading i32 from string' optimization from instco...
2009-10-22 Chris LattnerMove some constant folding logic for loads out of instc...
2009-10-22 Evan ChengTrim more includes.
2009-10-22 Evan ChengTrim include.
2009-10-22 Chris Lattnertestcase for PR4678 & rdar://7309675
2009-10-22 Mikhail GlushenkovForgot a declaration.
2009-10-22 Mikhail GlushenkovMake 'unset_option' work on list options.
2009-10-22 Chris Lattnerfix warning.
2009-10-22 Devang PatelFix getHandlerNames() interface. Now it populate clinet...
2009-10-22 Chris Lattnerllvm-ld doesn't throw.
2009-10-22 Chris Lattnerthis doesn't use EH either.
2009-10-22 Chris Lattnernothing opt uses can throw, remove the try block and...
2009-10-22 Chris LattnerAdd some command line options for twiddling the default...
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-22 Devang PatelUse StringRef to construct MDString.
2009-10-22 Chris Lattnerfix PR5262.
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-22 Anton KorobeynikovFix null pointer dereference.
2009-10-22 Devang PatelRemove meaningless const.
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
2009-10-21 Chris Lattnerrevert r84754, it isn't the right approach. Edwin...
2009-10-21 Jim GrosbachMissing piece of the ARM frame index post-scavenging...
2009-10-21 Benjamin KramerFix thinko noticed by Chris.
2009-10-21 Dale JohannesenAdjust testcases for msasm -> alignstack.
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-21 Benjamin KramerRemove pointless return; at end of function.
2009-10-21 Jim GrosbachThe spill restore needs to be resolved to the SP/FP...
2009-10-21 Jim GrosbachConditionalize ARM/T2 frame index post-scavenging while...
2009-10-21 Benjamin KramerSimplify code. No intended functionality change.
2009-10-21 Devang PatelUse StringRef.
2009-10-21 Bob WilsonMost of the NEON shuffle instructions do not support...
2009-10-21 Devang PatelDo not use SmallVector to store MDNode elements.
2009-10-21 Anton KorobeynikovRevert r84764, it breaks mingw build
2009-10-21 Bill WendlingXFAIL this test for PPC.
2009-10-21 Jim GrosbachImprove handling of immediates by splitting 32-bit...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-21 Anton KorobeynikovImplement branch folding
2009-10-21 Anton KorobeynikovCosmetic changes, no functionality changes
2009-10-21 Victor HernandezMake changes to rev 84292 as requested by Chris Lattner.
2009-10-21 Bob WilsonFix NEON VST2LN instruction encoding.
2009-10-21 Bob WilsonRevert 84732. It was the wrong fix.
2009-10-21 Devang PatelIncorporate various suggestions Chris gave during metad...
2009-10-21 Sanjiv GuptaBuild shared lib instead of an archive.
2009-10-21 Jim GrosbachCleanup of frame index scavenging. Better code flow...
2009-10-21 Oscar FuentesTwo corrections for docs/CMake.html.
2009-10-21 Torok EdwinFix PR5262: when folding select into PHI, make sure...
2009-10-21 Sanjiv GuptaAdd a pass to overlay pic16 data sections for function...
2009-10-21 Sanjiv GuptaAdded more options to mcc16 driver.
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-21 Evan ChengNeed a comma after imp-use.
2009-10-21 Douglas GregorDe-bork CMake build
2009-10-21 Chris LattnerSet comment string, patch by Johnny Chen!
2009-10-21 Chris Lattnermake GVN work better when TD is not around:
2009-10-21 Chris Lattnertidy
2009-10-21 Bob WilsonFix some more NEON instruction encoding problems.
2009-10-21 Devang PatelDo not remove dead metadata for now.
2009-10-21 Bob WilsonLeave some NEON instruction encoding bits unspecified...
2009-10-21 Mikhail GlushenkovClarify documentation on multi_val options.
2009-10-21 Mikhail GlushenkovImplement any_[not_]empty and list versions of switch_o...
2009-10-21 Dan GohmanRevert r84658 and r84691. They were causing llvm-gcc...
next