aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Remove previous commit while I debug the bot failures.Rafael Espindola2012-01-131-0/+3
* Remove label that is not used anymore.Rafael Espindola2012-01-131-3/+0
* Revert accidental commit.Bill Wendling2012-01-121-65/+0
* Fix the code that was WRONG.Bill Wendling2012-01-121-0/+65
* Add a comment and ensure that anyone else looking at this code doesn't startEric Christopher2012-01-061-6/+5
* Use const vector references instead of a vector copy. Spotted by Devang.Eric Christopher2012-01-061-4/+4
* Use -> instead of (*iter).Eric Christopher2012-01-061-10/+10
* Fix a leak I noticed while reviewing the accelerator table changes. PassesEric Christopher2012-01-061-0/+5
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-065-38/+110
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-0/+2
* Add basic generic CodeGen support for half.Dan Gohman2011-12-201-7/+18
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-3/+2
* Resolve part of a fixme and add a new one.Eric Christopher2011-12-161-2/+5
* Add a fixme here.Eric Christopher2011-12-161-0/+1
* Extraneous whitespace and 80-col.Eric Christopher2011-12-161-3/+2
* DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky2011-12-141-2/+2
* DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky2011-12-131-6/+6
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-072-3/+3
* Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman2011-12-071-2/+24
* Use logarithmic units for basic block alignment.Jakob Stoklund Olesen2011-12-061-1/+1
* Add inline subprogram names to the name lookup table since they mayEric Christopher2011-12-041-0/+4
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-031-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-10/+0
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-171-4/+4
* Stabilize the output of the dwarf accelerator tables. Fixes a comparisonEric Christopher2011-11-151-2/+11
* We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola2011-11-151-0/+12
* The dwarf standard says that the only differences between a out-of-lineRafael Espindola2011-11-121-0/+7
* Initialize variable.Eric Christopher2011-11-111-1/+2
* If we have a DIE with an AT_specification use that instead of the normalEric Christopher2011-11-111-7/+10
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-102-13/+12
* Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher2011-11-102-14/+24
* Move type handling to make sure we get all created types that aren'tEric Christopher2011-11-101-7/+5
* Rework adding function names to the dwarf accelerator tables, allowEric Christopher2011-11-103-71/+86
* Add comments.Benjamin Kramer2011-11-091-1/+2
* Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...Benjamin Kramer2011-11-091-2/+3
* Remove extra ';'Devang Patel2011-11-091-2/+2
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-094-75/+3
* Also add the linkage name to the name accelerator tables if it existsEric Christopher2011-11-082-2/+19
* Add the base ObjC method name to the names lookup table as well.Eric Christopher2011-11-081-0/+6
* A few more places where we can avoid multiple size queries.Eric Christopher2011-11-081-7/+7
* Don't evaluate Data.size() on every iteration.Eric Christopher2011-11-081-1/+1
* Add all completed and named types to the dwarf type accelerator tables.Eric Christopher2011-11-072-2/+7
* Move the hash function to using and taking a StringRef.Eric Christopher2011-11-071-4/+4
* Simple destructor to delete the hash data we created earlier.Eric Christopher2011-11-072-0/+6
* Use StringRef::startswith to do some string comparisons.Eric Christopher2011-11-071-5/+2
* Avoid the use of a local temporary for comment twines.Eric Christopher2011-11-071-6/+3
* Allow for the case where the name of the subprogram is "".Eric Christopher2011-11-071-0/+1
* Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher2011-11-073-13/+1