aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-02-09Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen
2010-02-09Add declaration attribute to a variable DIE, if there is a separate DIE for t...Devang Patel
2010-02-09Fixed a bug in the PBQP allocator's findCoalesces method.Lang Hames
2010-02-09Added copy sensible construction & assignment to PBQP graphs and fixed a memo...Lang Hames
2010-02-09Implement AsmPrinter support for several more operators which haveDan Gohman
2010-02-08now that @GOTOFF is no longer represented as a suffix on aChris Lattner
2010-02-08ConstantFoldConstantExpression can theoretically return the originalDan Gohman
2010-02-08When CodeGen'ing unoptimized code, there may be unfolded constant expressionsDan Gohman
2010-02-08Apply the 95471 fix to SelectionDAGBuilder as well;Dale Johannesen
2010-02-08In guaranteed tailcall mode, don't decline the tailcall optimizationDan Gohman
2010-02-07Give DwarfPrinter a protected (but not virtual) destructor. CppcheckDuncan Sands
2010-02-06Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng
2010-02-06Fix an uninitialized value. Radar 7609421.Bob Wilson
2010-02-06After Victor's latest commits I am seeing nullDale Johannesen
2010-02-06Set DW_AT_artificial only if argument is marked as artificial.Devang Patel
2010-02-05Do not generate specification DIE for nested functions.Devang Patel
2010-02-05When the scheduler unfold a load folding instruction it move some of the pred...Evan Cheng
2010-02-05An empty global constant (one of size 0) may have a section immediatelyBill Wendling
2010-02-04Fix typo Duncan noticed.Evan Cheng
2010-02-04Fix small bug in handling instructions with more than one implicitly defined ...Jakob Stoklund Olesen
2010-02-04It's too risky to eliminate sext / zext of call results for tail call optimiz...Evan Cheng
2010-02-03Emit appropriate expression to find virtual base offset.Devang Patel
2010-02-03Provide interface to identifiy artificial methods.Devang Patel
2010-02-03make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner
2010-02-03change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner
2010-02-03Revert 94937 and move the noreturn check to codegen.Evan Cheng
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