aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a bunch of complex logic that is completely dead: duplicates canChris Lattner2007-01-091-57/+1
* Split CreateSlot into two versions, one for globals and one for function-localChris Lattner2007-01-091-61/+68
* Remove extraneous return value from insertValue and getOrCreateSlot. SinceChris Lattner2007-01-091-53/+34
* And asm writing for packed struct initializersAndrew Lenharth2007-01-081-0/+4
* For PR411:Reid Spencer2007-01-061-12/+16
* Change the syntax for parameter attributes:Reid Spencer2007-01-051-14/+14
* Fix a cut-and-paste bug for processing of InvokeInst parameter attributes.Reid Spencer2006-12-311-2/+2
* For PR950:Reid Spencer2006-12-311-16/+49
* For PR950:Reid Spencer2006-12-291-1/+3
* Now that ConstantInt::isValueValidForType can handle signed and unsignedReid Spencer2006-12-191-4/+1
* Packed StructuresAndrew Lenharth2006-12-081-0/+8
* Removing even more <iostream> includes.Bill Wendling2006-12-071-3/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-5/+5
* Remove the dead CachedWriter class.Chris Lattner2006-12-061-57/+11
* printName is almost always true. In the cases that mattered where it was false,Chris Lattner2006-12-061-35/+25
* The hasSlot methods are gone.Chris Lattner2006-12-061-25/+20
* remove unused api, simplify some codeChris Lattner2006-12-061-20/+2
* remove more code that was only used by the bc writerChris Lattner2006-12-061-90/+2
* remove dead code left over from when this functionality was shared with theChris Lattner2006-12-061-68/+5
* rename createSlot -> getOrCreateSlot.Chris Lattner2006-12-061-21/+19