aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-02-02Update CMake.Daniel Dunbar
2010-02-01Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman
2010-02-01Improve EXTRACT_VECTOR_ELT patch based on comments from DuncanMon P Wang
2010-02-01eliminate a bunch of pointless LLVMContext arguments.Chris Lattner
2010-02-01fix PR 6157. Testcase pending.Dale Johannesen
2010-02-01Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the resultMon P Wang
2010-01-30Emit declaration DIE for the class static variables.Devang Patel
2010-01-30Fix a case where debug_value could affect codegen.Dale Johannesen
2010-01-29Add size and location info in DW_TAG_class_type descriptor.Devang Patel
2010-01-29Change the SREM case to match the logic in the IR version ComputeMaskedBits.Duncan Sands
2010-01-28Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling
2010-01-28add target hooks for emitting random gunk before and after the function body.Chris Lattner
2010-01-28Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach
2010-01-28Give AsmPrinter the most common expected implementation of Chris Lattner
2010-01-28emit a 0 byte instead of a noop if a function is empty on darwin.Chris Lattner
2010-01-28Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner
2010-01-28Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner
2010-01-28rename printVisibility to EmitVisibility and make it private,Chris Lattner
2010-01-27If the only use of something is a DEBUG_VALUE, don'tDale Johannesen
2010-01-27Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth
2010-01-27add a new AsmPrinter::EmitFunctionEntryLabel virtual function,Chris Lattner
2010-01-27Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng
2010-01-26mcize label emission for functions.Chris Lattner
2010-01-26use EmitLinkage for functions as well as globals. One outputChris Lattner
2010-01-26pull linkage emission code out to a new EmitLinkage function.Chris Lattner
2010-01-26rearrange some directives, no functionality change.Chris Lattner
2010-01-26remove a noop function.Chris Lattner
2010-01-26now that enough stuff is constified, move function header printingChris Lattner
2010-01-26constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner
2010-01-26Allow some automatic tailcall optimization without changing ABI.Evan Cheng
2010-01-26emit jump table an alias ".set" directives through MCStreamer as Chris Lattner
2010-01-26Use AssertingVH, just to be paranoid.Devang Patel
2010-01-26Emit DW_AT_containing_type attribute for a class if containing type is known.Devang Patel
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-26eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner
2010-01-26eliminate the TargetLowering::UsesGlobalOffsetTable bool, which isChris Lattner
2010-01-26Now that printPICJumpTableSetLabel is not overloaded,Chris Lattner
2010-01-26Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner
2010-01-26add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner
2010-01-26stub out a new target hook, need some refactoring before I canChris Lattner
2010-01-26simplify asmprinter: only emit .set directives when entries haveChris Lattner
2010-01-26rename printPICJumpTableEntry -> EmitJumpTableEntry,Chris Lattner
2010-01-26add a new MachineBasicBlock::getSymbol method, replacingChris Lattner
2010-01-26New PBQP solver.Lang Hames
2010-01-26make MachineFunction keep track of its ID and make Chris Lattner
2010-01-26Add support for target-specific 32-bit custom-lowered Chris Lattner
2010-01-26switch jump table entry emission to be based on EntryKindChris Lattner
2010-01-26Implement cond ? -1 : 0 with sbb.Evan Cheng
2010-01-26Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen
2010-01-25Rearrange handling of jump tables. Highlights:Chris Lattner