summaryrefslogtreecommitdiff
path: root/lib/Target/MSIL
Commit message (Expand)AuthorAge
* Add the private linkage.Rafael Espindola2009-01-15
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-15
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-09
* CMake: Builds all targets.Oscar Fuentes2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Remove another tab.Bill Wendling2008-07-22
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-30
* De-tabifyBill Wendling2008-02-26
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-20
* Enabling the target-independent garbage collection infrastructure by hooking itGordon Henriksen2008-01-07
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-28
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-05
* Revise previous patch per review comments.Dale Johannesen2007-09-12
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-11
* Next round of APFloat changes.Dale Johannesen2007-09-06
* add this backChris Lattner2007-05-06
* Update MSIL BE. This patch fixes most weird glitches outlined inAnton Korobeynikov2007-05-06
* Drop 'const'Devang Patel2007-05-03
* 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
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* For PR1146:Reid Spencer2007-04-11
* For PR1146:Reid Spencer2007-04-09
* Fix authorshipAnton Korobeynikov2007-03-25
* Add TODO list for MSIL backendAnton Korobeynikov2007-03-21
* Let the new backend begin!Anton Korobeynikov2007-03-21