summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clean up some sloppy and inconsistent spacingChris Lattner2006-12-061-46/+46
* wrap long linesChris Lattner2006-12-061-4/+6
* For PR950: Implement ICmp/FCmp predicate printing for constant expressionsReid Spencer2006-12-041-35/+39
* Shorten the FCmp predicate mnemonics.Reid Spencer2006-12-031-12/+12
* Allow the ICmp and FCmp instructions to be written by the AsmWriterReid Spencer2006-12-031-0/+39
* Changed to using LLVM streams.Bill Wendling2006-11-281-6/+7
* For PR950:Reid Spencer2006-11-271-1/+2
* For PR786:Reid Spencer2006-11-021-1/+1
* Make the Value and Type methods print a newline so it prints nicely in gdbReid Spencer2006-10-271-2/+2
* Change keyword to datalayoutChris Lattner2006-10-221-1/+1
* For PR950:Reid Spencer2006-10-201-4/+5
* Add support for the new "target data" information in .ll files. This providesOwen Anderson2006-10-181-0/+3
* simplify codeChris Lattner2006-09-281-1/+1
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-201-3/+9
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-11/+25
OpenPOWER on IntegriCloud