aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSIL
Commit message (Expand)AuthorAgeFilesLines
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-1/+7
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-10/+10
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-2/+2
* Second attempt:Bill Wendling2009-04-291-2/+4
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-4/+2
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-2/+4
* Fix some failures in targets on available_externally functions,Chris Lattner2009-04-171-0/+6
* Remove strange extra semicolons.Nick Lewycky2009-03-191-1/+1
* Add the private linkage.Rafael Espindola2009-01-151-3/+3
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-10/+11
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+7
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-091-4/+4
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+3
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-1/+0
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-2/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-212-7/+8
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-1/+1
* Remove another tab.Bill Wendling2008-07-221-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-1/+1
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-301-0/+5
* De-tabifyBill Wendling2008-02-261-2/+2
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-201-1/+1
* Enabling the target-independent garbage collection infrastructure by hooking itGordon Henriksen2008-01-071-1/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-292-4/+4
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-3/+4
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-3/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-2/+1
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-10/+10
* Revise previous patch per review comments.Dale Johannesen2007-09-121-4/+4
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-4/+4
* Next round of APFloat changes.Dale Johannesen2007-09-061-4/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-184-0/+1952