oota-llvm.git
2009-08-19 Daniel DunbarFix typo
2009-08-19 Dan GohmanRemove temporary testing code.
2009-08-19 Dan GohmanMake SROA and PredicateSimplifier cope if TargetData...
2009-08-19 Dan GohmanUse hasDefinitiveInitializer() instead of testing the...
2009-08-19 Dan GohmanCanonicalize indices in a constantexpr GEP. If Indices...
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Daniel DunbarSwitch Twine::str() to use toVector(), which is now...
2009-08-19 David GoodwinUpdate Cortex-A8 instruction itineraries for integer...
2009-08-19 Owen AndersonAdd a first stab at describing LLVMContext.
2009-08-19 Daniel DunbarSwitch raw_svector_ostream to use the vector as the...
2009-08-19 Daniel DunbarAdd SmallVector::{capacity,set_size}.
2009-08-19 Erick TryzelaarBasicBlock::getContext can no longer return a NULL...
2009-08-19 Erick TryzelaarUpdate the ocaml docs to work with LLVMContext.
2009-08-19 Erick TryzelaarConvert the rest of the ocaml types and functions to...
2009-08-19 Owen AndersonReapply my less-lock-contention-in-leak-detector patch...
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-19 Daniel DunbarFix a commento.
2009-08-19 Daniel DunbarSpeculatively revert r79375, which may be breaking...
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-08-19 Sandeep PatelTest commit access with a first act of vanity.
2009-08-19 Duncan SandsFix cmake build on non-x86 targets. Patch by
2009-08-19 Benjamin KramerProper MSVC build fix (and remove my hack again). Patch...
2009-08-19 Benjamin KramerAdd a hack to unbreak MSVC builds. str(n)casecmp are...
2009-08-19 Eli FriedmanPR4737: Fix a nasty bug in load narrowing with non...
2009-08-19 Erick TryzelaarAdd the ocaml binding to LLVMBuildAggregateRet.
2009-08-19 Erick TryzelaarExpose some extra functions to llvm-c
2009-08-19 Nick LewyckyFix up PHI nodes correctly in the presence of unreachab...
2009-08-19 Erick TryzelaarAllow passing around LLVMContext in ocaml.
2009-08-19 Chris LattnerExuberantAsm is no more.
2009-08-19 Chris Lattnerfix asmstreaming of 2/4 byte elements with pow-2 alignm...
2009-08-19 Nick LewyckyBe more careful when modifying PHI nodes. Patch by...
2009-08-19 Chris Lattnerswitch asmprinter to emit alignments through OutStreamer.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-19 Andreas NeustifterBroke line before break.
2009-08-19 Daniel DunbarMake a SmallVector size more reasonable.
2009-08-19 Erick TryzelaarFix gcc-4.4/fedora 11 by adding a sentinel value to...
2009-08-19 Lang HamesAdded an option to have the PBQP allocator attempt...
2009-08-19 Owen AndersonRevert my last patch temporarily.
2009-08-19 Owen AndersonPrivatize part of the leak detector mechanism, which...
2009-08-19 Daniel Dunbarraw_ostream: Simplify write(unsigned char) to match...
2009-08-19 Daniel Dunbarraw_ostream: Remove pointless redefinitions of tell().
2009-08-19 Dan GohmanFix SimplifyLibcalls and ValueTracking to check mayBeOv...
2009-08-18 Dan GohmanBe tidy and use a break to exit from a switch block...
2009-08-18 Daniel Dunbarraw_ostream: Add the capability for subclasses to manua...
2009-08-18 Dan GohmanLegalize the shift amount operand of SRL_PARTS, SHL_PAR...
2009-08-18 Daniel Dunbarraw_ostream: Reduce FormattedStream's reliance on raw_o...
2009-08-18 Lang HamesChanges DOUT references in the PBQP allocator to use...
2009-08-18 Eric ChristopherImplement sse4.2 string/text processing instructions:
2009-08-18 Tanya LattnerFirst steps to document new release plan.
2009-08-18 Daniel DunbarSpeed up raw_ostream::<<(unsigned long long) for 32...
2009-08-18 Jakob Stoklund... Simplify RegScavenger::FindUnusedReg.
2009-08-18 Richard OsborneAdd support for mergeable sections back into the XCore...
2009-08-18 Dan GohmanFix a bug in raw_ostream::write(char) introduced by...
2009-08-18 Daniel DunbarRevert r78924, disabling buffering defeats all the...
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-18 Misha BrukmanSurrounded variable in <tt> tags for consistency.
2009-08-18 Daniel DunbarFix pasto in StringRef::count(char)
2009-08-18 Owen AndersonPrivatize the ValueHandle global map. Because this...
2009-08-18 Daniel DunbarAdd StringRef::count({char,StringRef})
2009-08-18 Erick TryzelaarFix an uninitialized value warning in APFloat.
2009-08-18 Eric ChristopherAdd CXXFLAGS to the Link lines as well in case someone...
2009-08-18 Richard OsbornePut data with relocations in the same sections as data...
2009-08-18 Daniel DunbarAttempt to normalize test results.
2009-08-18 Dan GohmanMake this test less sensitive to assembler differences.
2009-08-18 Chris Lattneralphabeticalize
2009-08-18 Chris Lattnerfix COFF targets (mingw/cygwin) to provide ehframe...
2009-08-18 Chris Lattnerforce a triple so this passes on darwin
2009-08-18 Dan GohmanGeneralize ScalarEvolution to be able to analyze GEPs...
2009-08-18 Chris Lattnernull streamer needs to maintain the current section...
2009-08-18 Oscar FuentesCMake: LLVM_ENABLE_PIC now defaults to ON, as in `confi...
2009-08-18 Dan GohmanMake tail merging handle blocks with repeated predecess...
2009-08-18 Dan GohmanFix a bug that caused globalopt to miscompile tramp3d...
2009-08-18 Anton KorobeynikovText sections should have 'exec' flag set. This seems...
2009-08-18 Misha BrukmanFixed spelling of MSP430.
2009-08-18 Daniel DunbarFix Triple to recognize the 'bfin' arch.
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-18 Chris Lattneradd a horrible hack to the dwarf printer. It looks...
2009-08-18 Nick LewyckyInclude valgrind in the steps to reproduce if valgrind...
2009-08-18 Chris Lattnerremove some pointless null switchtosections. The Intel...
2009-08-18 Evan ChengFix revsh pattern.
2009-08-18 Chris Lattneradd support for some targetflags on GV operands. This...
2009-08-18 Daniel DunbarRecognize xscale as an ARM arch.
2009-08-18 Daniel DunbarAdd Triple matching for pic16 arch and solaris OS.
2009-08-18 Chris Lattnerfix another bozo bug
2009-08-18 Chris Lattnerfix accidentally inverted conditional and add comment.
2009-08-18 Chris Lattnerturn this conditional into something humans might actually
2009-08-18 Chris Lattner"-" should write to stdout, not stderr.
2009-08-18 Daniel DunbarChange bugpoint to use Triple to make runtime decisions.
2009-08-18 Eric ChristopherSeparate out Makefile defines so that we can keep the...
2009-08-18 Daniel DunbarAdd LLVMInitializeAllTargetInfos for C api, and update
2009-08-18 Dan GohmanMake TargetData optional in MemCpyOptimizer.
2009-08-18 Evan ChengEven more Apple style build horribleness.
2009-08-18 Dan GohmanMake TargetData optional in SimplifyLibCalls.
2009-08-18 Anton KorobeynikovRegenerate
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-08-18 Edward O'CallaghanLLVM Ada language bindings. Credit to Rod Kay and the...
2009-08-18 Dan GohmanFix function alignment at -Os on x86 to be 1, not 2...
2009-08-18 Dale JohannesenPowerPC inline asm was emitting two output operands
2009-08-17 Devang PatelAdd prefix only if it is needed.
next