aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
* Second attempt:Bill Wendling2009-04-292-2/+3
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-282-3/+2
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-282-2/+3
* Match C backend only if it explicitly requested.Devang Patel2009-04-201-2/+3
* Fix some failures in targets on available_externally functions,Chris Lattner2009-04-171-0/+5
* Fix internal representation of fp80 to be theDale Johannesen2009-03-231-3/+2
* Add the private linkage.Rafael Espindola2009-01-151-3/+3
* fix memleaksNuno Lopes2009-01-131-0/+2
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-2/+2
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* __fastcall and __stdcall are mingw extensions to gcc for windows. Use theNick Lewycky2008-11-261-2/+2
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+8
* Fix PR2907 by digging through constant expressions to find FP constants thatChris Lattner2008-10-221-42/+63
* add some simple hacky long double support for the CBE. ThisChris Lattner2008-10-171-5/+15
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-091-1/+2
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-091-4/+4
* CMake: Builds all examples. Corrected name of CBackend target.Oscar Fuentes2008-09-261-1/+1
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+3
* Large mechanical patch.Devang Patel2008-09-251-24/+24
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-2/+2
* unbreak the CBE on treeadd an many others.Chris Lattner2008-08-211-2/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-212-20/+184
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-1/+1
* Avoid emitting casts in static initializer contexts. This fixesDan Gohman2008-07-241-65/+62
* Use C99 aggregate literal syntax for first-class struct and array values.Dan Gohman2008-07-231-0/+8
* Enable first-class aggregates support.Dan Gohman2008-07-231-13/+0
* In the CBackend, use casts to force integer add, subtract, andDan Gohman2008-07-181-0/+28
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-1/+1
* Switch from generating the int128 typedefs based on targetdata to generatingChris Lattner2008-06-161-6/+4
* Revert r52046. It broke cbe on x86 / Mac OS X.Evan Cheng2008-06-071-21/+6
* Handle assembler identifiers specially in CBE. This fixes PR2418.Anton Korobeynikov2008-06-061-6/+21
* Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner2008-06-041-45/+83
* Implement CBE support for first-class structs and array values,Dan Gohman2008-06-021-18/+77
* Fix the CBE's handling of instructions whose result is an i1. Previously,Chris Lattner2008-05-311-20/+46
* Fix some constructs that gcc-4.4 warns about.Duncan Sands2008-05-271-2/+3
* Tweak how ConstantFP80Ty constants are outputDuncan Sands2008-05-241-1/+1
* Fix another isFirstClassType that now needs to be isSingleValueType.Dan Gohman2008-05-231-1/+1
* fix an off-by-one error in my previous patch, don't treat the callee as a inc...Chris Lattner2008-05-221-10/+9
* Add support for multiple-return values in inline asm. This shouldChris Lattner2008-05-221-34/+42
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-1/+7
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+3
* Initial CBE support for multiple return values.Dan Gohman2008-04-231-0/+30
* Suppress the 128-bit integer typedef on 32-bit targets, becauseDan Gohman2008-04-021-6/+12
* Partial CBackend support for 128-bit integers. This is neededDan Gohman2008-04-021-2/+9
* Add explicit keywords.Dan Gohman2008-03-251-1/+1
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-1/+1
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-20/+19
* gcc likes things spelled correctlyAndrew Lenharth2008-03-051-1/+1
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-031-4/+4