summaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-29
* Implement review feedbackAnton Korobeynikov2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* print aliases before functionsChris Lattner2007-04-26
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-22
* For PR1146:Reid Spencer2007-04-22
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-21
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-21
* don't access argument list of prototypesChris Lattner2007-04-18
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* For PR1146:Reid Spencer2007-04-11
* For PR1146:Reid Spencer2007-04-09
* No need to generate the implementation keyword any more. Its frivolous.Reid Spencer2007-03-28
* Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman2007-03-22
* For PR1258:Reid Spencer2007-03-19
* Adjust to changes in the APInt interface.Reid Spencer2007-02-27
* Allow the AsmWriter to print out arbitrary precision integers.Reid Spencer2007-02-27
* For PR1195:Reid Spencer2007-02-15
* For PR411:Reid Spencer2007-02-05
* Fix a comment that needed to change after SHIFT patch landed.Reid Spencer2007-02-02
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* For PR645:Reid Spencer2007-01-26
* make this more efficient in release builds (time and space)Chris Lattner2007-01-15
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* Always write 1 bit integers as i1 not "bool".Reid Spencer2007-01-12
* For PR1064:Reid Spencer2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* Shut up a warning about signed/unsigned.Reid Spencer2007-01-11
* simplify some logic furtherChris Lattner2007-01-11
* Recommit my previous patch with a bugfix: printInfoComment works on bothChris Lattner2007-01-11
* Back out the last patch which is a nightly test killer. The assertionReid Spencer2007-01-10
* Last refactoring before PR645: split up getSlot into getLocalSlot and getGlob...Chris Lattner2007-01-10
* eliminate some iterator gymnastics.Chris Lattner2007-01-10
* Inline insertValue into CreateModuleSlot/CreateFunctionSlotChris Lattner2007-01-09
* Remove a bunch of complex logic that is completely dead: duplicates canChris Lattner2007-01-09
* Split CreateSlot into two versions, one for globals and one for function-localChris Lattner2007-01-09
* Remove extraneous return value from insertValue and getOrCreateSlot. SinceChris Lattner2007-01-09
* And asm writing for packed struct initializersAndrew Lenharth2007-01-08
* For PR411:Reid Spencer2007-01-06
* Change the syntax for parameter attributes:Reid Spencer2007-01-05
* Fix a cut-and-paste bug for processing of InvokeInst parameter attributes.Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31