aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revise previous patch per review comments.Dale Johannesen2007-09-121-28/+57
* Next round of APFloat changes.Dale Johannesen2007-09-061-3/+6
* simplify code and print visibility for declarations.Chris Lattner2007-08-191-25/+21
* Reinstate the patch for escaping non-printing characters and allow forReid Spencer2007-05-221-19/+36
* temporarily revert reid's asmwriter patch, it is missing the asmparser pieceChris Lattner2007-05-221-33/+19
* Get the order of the hext digits right!Reid Spencer2007-05-191-2/+2
* Adjust how LLVM names are produced:Reid Spencer2007-05-191-19/+33
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+2
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-0/+3
* Implement review feedbackAnton Korobeynikov2007-04-291-2/+1
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-4/+10
* print aliases before functionsChris Lattner2007-04-261-5/+6
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-9/+65
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-221-0/+7
* For PR1146:Reid Spencer2007-04-221-0/+11
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-211-7/+0
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-211-0/+7
* don't access argument list of prototypesChris Lattner2007-04-181-7/+24
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-1/+2
* For PR1146:Reid Spencer2007-04-111-11/+11
* For PR1146:Reid Spencer2007-04-091-30/+36
* No need to generate the implementation keyword any more. Its frivolous.Reid Spencer2007-03-281-2/+0
* Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman2007-03-221-1/+1
* For PR1258:Reid Spencer2007-03-191-39/+20
* Adjust to changes in the APInt interface.Reid Spencer2007-02-271-1/+1
* Allow the AsmWriter to print out arbitrary precision integers.Reid Spencer2007-02-271-1/+1
* For PR1195:Reid Spencer2007-02-151-4/+4
* For PR411:Reid Spencer2007-02-051-1/+1
* Fix a comment that needed to change after SHIFT patch landed.Reid Spencer2007-02-021-2/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-2/+1
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-3/+0
* For PR645:Reid Spencer2007-01-261-93/+53
* make this more efficient in release builds (time and space)Chris Lattner2007-01-151-6/+2
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-3/+3
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-3/+17
* Always write 1 bit integers as i1 not "bool".Reid Spencer2007-01-121-5/+1
* For PR1064:Reid Spencer2007-01-121-3/+15
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-2/+3
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR1043:Zhou Sheng2007-01-111-4/+4
* Shut up a warning about signed/unsigned.Reid Spencer2007-01-111-1/+1
* simplify some logic furtherChris Lattner2007-01-111-11/+2
* Recommit my previous patch with a bugfix: printInfoComment works on bothChris Lattner2007-01-111-63/+67
* Back out the last patch which is a nightly test killer. The assertionReid Spencer2007-01-101-63/+63
* Last refactoring before PR645: split up getSlot into getLocalSlot and getGlob...Chris Lattner2007-01-101-63/+63
* eliminate some iterator gymnastics.Chris Lattner2007-01-101-8/+4
* Inline insertValue into CreateModuleSlot/CreateFunctionSlotChris Lattner2007-01-091-35/+24