aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-02-03Allow all types of callee's to be tail called. But avoid automatic tailcall i...Evan Cheng
2010-02-03don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,Chris Lattner
2010-02-03privatize a bunch of methods and move \n printing into them.Chris Lattner
2010-02-03Reapply 95050 with a tweak to check the register class.Dale Johannesen
2010-02-03rejigger the world so that EmitInstruction prints the \n atChris Lattner
2010-02-03sink handling of target-independent machine instrs (otherChris Lattner
2010-02-03pass an instprinter into the AsmPrinter if it is available.Chris Lattner
2010-02-03make any use of the "O" stream in asmprinter print toChris Lattner
2010-02-02Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner
2010-02-02Revert 95130.Evan Cheng
2010-02-02use OwningPtr and factor code better.Chris Lattner
2010-02-02refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner
2010-02-02simplify getVerboseAsmChris Lattner
2010-02-02move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...Chris Lattner
2010-02-02remove dead #include, stupid symlinks.Chris Lattner
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner
2010-02-02Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng
2010-02-02eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner
2010-02-02eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner
2010-02-02Test revert 95050; there's a good chance it's causingDale Johannesen
2010-02-02Inline addAssemblyEmitter into its one real caller and deleteChris Lattner
2010-02-02Apparently gdb is not amused by empty lines in pubtypes section.Devang Patel
2010-02-02NULL terminate name in pubtypes sections.Devang Patel
2010-02-02Make local RA smarter about reusing input register of a copyDale Johannesen
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