summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CWriter/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBEChris Lattner2003-07-231-1/+2
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-3/+1
* Eliminated dead code.Misha Brukman2003-07-211-1/+1
* Some beautification changes (tabs to spaces, removed extra blank lines);Misha Brukman2003-07-091-6/+4
* Removed size_t from the parameter list of the malloc() prototype in generated CJohn Criswell2003-07-081-1/+1
* jmp_buf is really a pointer type that is passed around...Chris Lattner2003-06-281-2/+2
* Add support for the Invoke instruction!Chris Lattner2003-06-281-9/+48
* Preserve compatibility with non-gcc compilersChris Lattner2003-06-281-4/+14
* Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llxChris Lattner2003-06-281-0/+2
* - Fixed name mangling conditions to handle 'linkonce' linkage type. InJoel Stanley2003-06-251-30/+44
* It seems likely that floats would need a cast too, because they areBrian Gaeke2003-06-251-1/+2
* Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we betterBrian Gaeke2003-06-231-0/+14
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-171-4/+30
* Fairly major change: emit fixed sized allocas in the entry block as a variable,Chris Lattner2003-06-171-6/+26
* Don't include alloca.h on FreeBSD.Brian Gaeke2003-06-161-0/+2
* Fix typeoChris Lattner2003-06-161-2/+2
* Fix bug: CBackend/2003-06-11-HexConstant.llChris Lattner2003-06-161-5/+17
* Don't output explicit initializers for globals that are zero initializedChris Lattner2003-06-061-4/+4
* Fix bug: CBackend/2003-06-01-NullPointerType.llChris Lattner2003-06-021-4/+5
* Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...Chris Lattner2003-06-011-1/+7
* Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner2003-05-291-2/+2
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-171-1/+14
* Casts are now unnecessaryChris Lattner2003-05-141-6/+6
* Fix bug: CBackend/2003-05-13-VarArgFunction.llChris Lattner2003-05-131-2/+3
* Fix bug: CWriter/2003-05-12-IntegerSizeWarning.cChris Lattner2003-05-121-1/+7
* Add support for variable argument functions!Chris Lattner2003-05-081-5/+44
* Fix bug: UnitTests/2003-05-02-DependantPHI.cChris Lattner2003-05-031-3/+18
* * Eliminate using declsChris Lattner2003-05-031-37/+34
* Fix problem where labels were being incorrectly elided, and fix problemChris Lattner2003-04-231-3/+4
* Fix the super obnoxious "cast to pointer from integer of different size" warn...Chris Lattner2003-04-231-8/+9
* Remove unneccesary &*Chris Lattner2003-04-231-1/+1
* Add support for the switch instruction to the CWriterChris Lattner2003-04-221-7/+23
* Fixed alloca declaration problem on sun.Joel Stanley2003-02-121-8/+19
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-7/+6
* *** empty log message ***Nick Hildenbrandt2002-11-181-4/+8
* *** empty log message ***Nick Hildenbrandt2002-11-181-42/+46
* _REALLY_ fix the float constant problemChris Lattner2002-11-071-3/+4
* Print out 'float' constants correctlyChris Lattner2002-11-071-3/+12
* Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/200...Nick Hildenbrandt2002-11-061-2/+2
* Loads and stores can't be inlined. This fixes test/Singlesource/matrixTransposeNick Hildenbrandt2002-11-061-1/+2
* Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.llNick Hildenbrandt2002-11-011-1/+1
* Casting NULL can cause problems so lets just not cast NULL to anything.Nick Hildenbrandt2002-10-281-3/+1
* *** empty log message ***Nick Hildenbrandt2002-10-281-1/+14
* Malloc prototyping now works even if the original file had its own prototype ...Nick Hildenbrandt2002-10-231-3/+13
* Fix bug: CBackend/2002-10-16-External.llChris Lattner2002-10-161-7/+6
* Fix bug: test/Regression/CBackend/2002-10-15-OpaqueTypeProblem.llChris Lattner2002-10-161-2/+10
* Instead of adding stdlib we just prototype malloc correctly.Nick Hildenbrandt2002-10-111-1/+3
* Sun requires you to include stdlib to use mallocNick Hildenbrandt2002-10-111-1/+1
* Bug fix: In preventing static global variables from being printed twice,Vikram S. Adve2002-10-051-3/+2
* Add parens around constant calls to getelemptr to properly associate the refe...Nick Hildenbrandt2002-10-031-2/+2
OpenPOWER on IntegriCloud