Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that this...
[oota-llvm.git] / include /
2010-09-21 Chris LattnerRework passing parent pointers into complexpatterns...
2010-09-21 Dan GohmanAdd some utility routines.
2010-09-21 Devang PatelAdd insertAfter. This should have accompanied previous...
2010-09-21 Chris Lattnerjust like they can opt into getting the root of the...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Chris Lattnerfinish pushing MachinePointerInfo through selectiondags...
2010-09-21 Chris Lattnerconvert a couple more places to use the new getStore()
2010-09-21 Chris Lattnereliminate an old SelectionDAG::getTruncStore method...
2010-09-21 Chris Lattnereliminate last SelectionDAG::getLoad old entrypoint...
2010-09-21 Chris Lattnerfix the code that infers SV info to be correct when...
2010-09-21 Jakob Stoklund OlesenAdd LiveInterval::find and use it for most LiveRange...
2010-09-21 Jakob Stoklund OlesenRemove dead method.
2010-09-21 Chris Lattnerpropagate MachinePointerInfo through various uses of...
2010-09-21 Chris Lattnercontinue MachinePointerInfo'izing, eliminating use...
2010-09-21 Benjamin KramerMake CreateComplexVariable independent of SmallVector.
2010-09-21 Mikhail Glushenkovllvmc: Allow multiple output languages.
2010-09-21 Mikhail GlushenkovTrailing whitespace.
2010-09-21 Lang HamesAdded an additional PBQP problem builder which adds...
2010-09-21 Gabor GreifMove the search for the appropriate AND instruction
2010-09-21 Chris Lattneradd some accessors
2010-09-21 Chris Lattnerit's more elegant to put the "getConstantPool" and
2010-09-21 Chris Lattnerugh, missed a file.
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-09-21 Chris Lattneradd some helpful accessors.
2010-09-21 Chris Lattneradd overloads for SelectionDAG::getLoad, getStore,...
2010-09-21 Chris Lattnersimplify interface to SelectionDAG::getMemIntrinsicNode...
2010-09-21 Chris Lattnerchagne interface to SelectionDAG::getAtomic to take...
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-09-21 Chris Lattnerrefactor the Value*/offset pair from MachineMemOperand...
2010-09-20 Dan GohmanRelax this check to silently swallow FE_INEXACT, follow...
2010-09-20 Chris Lattnerfix a bug I introduced back in the hayday of version #2.
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifback out r114279 as some darwin buildbots get errors...
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
2010-09-18 Gabor Greifremove CallSite::get; it is still present (as protected...
2010-09-18 Lang HamesAdded a separate class (PBQPBuilder) for PBQP Problem...
2010-09-17 Jim Grosbachtrailing whitespace
2010-09-17 Dan GohmanAttempt to support platforms which don't have fenv.h.
2010-09-17 Gabor Greiffix comments; patch by Edmund Grimley-Evans\!
2010-09-17 Bill WendlingAdd "pointer to x86mmx" type to the intrinsics.
2010-09-16 Owen AndersonDo not expose the locking for the PassRegistry in the...
2010-09-16 Dan GohmanAdd a pass which prints out all the memdep dependencies.
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-09-16 Jim Grosbachmake this non brain dead...
2010-09-16 Jim GrosbachRemove unnecessary by-reference return.
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-16 Jim Grosbachstore MC FP immediates as a double instead of as an...
2010-09-15 Owen AndersonSince PassRegistry is currently a shared global object...
2010-09-15 Michael J. SpencerSystem/Path: Add isObjectFile().
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-15 Jim GrosbachAdd support for floating point immediates to MC instruc...
2010-09-15 Bob WilsonSpelling fix.
2010-09-15 Jim Grosbachtrailing whitespace and 80 column cleanup
2010-09-15 Jim Grosbachtrailing whitespace
2010-09-15 Duncan SandsRemove LLVM_GLOBAL_VISIBILITY, which is unused, and...
2010-09-15 Dale JohannesenAdd x86MMX a few more places.
2010-09-14 Benjamin KramerAdd missing include.
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-09-14 Benjamin KramerPrune includes.
2010-09-14 Devang PatelAfter Dan's recent commit this is no longer true.
2010-09-14 Eric ChristopherRemove apparently unnecessary forward declaration.
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 Owen AndersonAttempt to fix the Linux build.
2010-09-13 Owen AndersonMinimize #includes in a top-level header.
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-09-12 Dale JohannesenFix comment typo.
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Gabor Greiftypoes
2010-09-10 Dale JohannesenAdd missing X86 MMX declarations. Hopefully fixes...
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-10 Bill WendlingAuto-upgrade the magic ".llvm.eh.catch.all.value" global to
2010-09-10 Dale Johannesenx86mmx is 64 bits.
2010-09-10 Jim Grosbachadd a comment explicitly calling out that allocation...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-09 Owen AndersonWhat the loop unroller cares about, rather than just...
2010-09-09 Dan GohmanExtend the getDependence query with support for PHI...
2010-09-09 Dan GohmanAdd a getPointerOperand() helper function to VAArgInst...
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-09 Dan GohmanFix this comment.
2010-09-09 Roman DivackyMake ELF OS ABI dependent on the OS from target triple.
2010-09-09 Owen AndersonRefactor code-size reduction estimation methods out...
2010-09-08 Jakob Stoklund OlesenRearrange for better alignment and less padding
2010-09-08 Jakob Stoklund OlesenRemove dead code and data.
2010-09-08 Jakob Stoklund OlesenRemove dead code.
2010-09-08 Owen AndersonMove private member functions to the end of the class...
2010-09-08 Owen AndersonMake module ownership methods on LLVMContext private...
2010-09-08 Owen AndersonClarify the ownership model of LLVMContext and Module...
2010-09-08 Dan GohmanAdd a new experimental generalized dependence query...
2010-09-07 Bill WendlingRemove untrue comments.
2010-09-07 Owen AndersonRemove dead code. ManagedCleanup is unused, and contai...
2010-09-07 Owen AndersonFix PR7972, in which the PassRegistry was being leaked...
2010-09-07 Dan GohmanTidy up the getModRefInfo declarations.
2010-09-07 Owen AndersonProperly initialize the pImpl member of PassRegistry...
2010-09-07 Owen AndersonAdd doxygen comments for PassRegistry.
next