aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2012-01-23An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-17Add 148175 back. I am unable to reproduce any non determinism in a dragoneggRafael Espindola
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie
2012-01-14Speculatively revert commit 148175 (rafael), to see if this fixesDuncan Sands
2012-01-14Only emit the Leh_func_endN symbol when needed.Rafael Espindola
2012-01-13Remove previous commit while I debug the bot failures.Rafael Espindola
2012-01-13Remove label that is not used anymore.Rafael Espindola
2012-01-12Revert accidental commit.Bill Wendling
2012-01-12Fix the code that was WRONG.Bill Wendling
2012-01-06Add a comment and ensure that anyone else looking at this code doesn't startEric Christopher
2012-01-06Use const vector references instead of a vector copy. Spotted by Devang.Eric Christopher
2012-01-06Use -> instead of (*iter).Eric Christopher
2012-01-06Fix a leak I noticed while reviewing the accelerator table changes. PassesEric Christopher
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-20Add basic generic CodeGen support for half.Dan Gohman
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola
2011-12-16Resolve part of a fixme and add a new one.Eric Christopher
2011-12-16Add a fixme here.Eric Christopher
2011-12-16Extraneous whitespace and 80-col.Eric Christopher
2011-12-14DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky
2011-12-13DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-07Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman
2011-12-06Use logarithmic units for basic block alignment.Jakob Stoklund Olesen
2011-12-04Add inline subprogram names to the name lookup table since they mayEric Christopher
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-17DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel
2011-11-15Stabilize the output of the dwarf accelerator tables. Fixes a comparisonEric Christopher
2011-11-15We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola
2011-11-12The dwarf standard says that the only differences between a out-of-lineRafael Espindola
2011-11-11Initialize variable.Eric Christopher
2011-11-11If we have a DIE with an AT_specification use that instead of the normalEric Christopher
2011-11-10Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola
2011-11-10Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher
2011-11-10Move type handling to make sure we get all created types that aren'tEric Christopher
2011-11-10Rework adding function names to the dwarf accelerator tables, allowEric Christopher
2011-11-09Add comments.Benjamin Kramer
2011-11-09Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...Benjamin Kramer
2011-11-09Remove extra ';'Devang Patel
2011-11-09Remove the pubnames section, no one consumes it.Eric Christopher
2011-11-08Also add the linkage name to the name accelerator tables if it existsEric Christopher
2011-11-08Add the base ObjC method name to the names lookup table as well.Eric Christopher
2011-11-08A few more places where we can avoid multiple size queries.Eric Christopher
2011-11-08Don't evaluate Data.size() on every iteration.Eric Christopher
2011-11-07Add all completed and named types to the dwarf type accelerator tables.Eric Christopher