aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
...
* Implement support for the unwind intrinsic in the CBEChris Lattner2003-08-242-0/+26
* Add support for the sig(set|long)jmp intrinsicsChris Lattner2003-08-182-2/+8
* Spell `necessary' correctly.Misha Brukman2003-08-182-4/+4
* Stop annoying warnings about mismatched types with the argument of a freeChris Lattner2003-08-142-16/+48
* The HAVE_JUMP code is dead, these intrinsics should _never_ be expandedChris Lattner2003-08-062-46/+12
* Unbreak the CBE outputChris Lattner2003-07-312-4/+0
* Modified the code so that it generates (0) for setjmp() and abort() forJohn Criswell2003-07-312-0/+36
* Don't include llvm/SlotCalculator.h, or <set>.Brian Gaeke2003-07-252-6/+2
* Use unified CWriter-X86/Printer name mangler. Do not bother usingBrian Gaeke2003-07-242-142/+42
* Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBEChris Lattner2003-07-232-2/+4
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-232-6/+2
* Eliminated dead code.Misha Brukman2003-07-212-2/+2
* Some beautification changes (tabs to spaces, removed extra blank lines);Misha Brukman2003-07-092-12/+8
* Removed size_t from the parameter list of the malloc() prototype in generated CJohn Criswell2003-07-082-2/+2
* jmp_buf is really a pointer type that is passed around...Chris Lattner2003-06-282-4/+4
* Add support for the Invoke instruction!Chris Lattner2003-06-282-18/+96
* Preserve compatibility with non-gcc compilersChris Lattner2003-06-282-8/+28
* Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llxChris Lattner2003-06-282-0/+4
* - Fixed name mangling conditions to handle 'linkonce' linkage type. InJoel Stanley2003-06-252-60/+88
* It seems likely that floats would need a cast too, because they areBrian Gaeke2003-06-252-2/+4
* Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we betterBrian Gaeke2003-06-232-0/+28
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-172-8/+60
* Fairly major change: emit fixed sized allocas in the entry block as a variable,Chris Lattner2003-06-172-12/+52
* Don't include alloca.h on FreeBSD.Brian Gaeke2003-06-162-0/+4
* Fix typeoChris Lattner2003-06-162-4/+4
* Fix bug: CBackend/2003-06-11-HexConstant.llChris Lattner2003-06-162-10/+34
* Don't output explicit initializers for globals that are zero initializedChris Lattner2003-06-062-8/+8
* Fix bug: CBackend/2003-06-01-NullPointerType.llChris Lattner2003-06-022-8/+10
* Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...Chris Lattner2003-06-012-2/+14
* Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner2003-05-292-4/+4
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-172-2/+28
* Casts are now unnecessaryChris Lattner2003-05-142-12/+12
* Fix bug: CBackend/2003-05-13-VarArgFunction.llChris Lattner2003-05-132-4/+6
* Fix bug: CWriter/2003-05-12-IntegerSizeWarning.cChris Lattner2003-05-122-2/+14
* Add support for variable argument functions!Chris Lattner2003-05-082-10/+88
* Fix bug: UnitTests/2003-05-02-DependantPHI.cChris Lattner2003-05-032-6/+36
* * Eliminate using declsChris Lattner2003-05-032-74/+68
* Fix problem where labels were being incorrectly elided, and fix problemChris Lattner2003-04-232-6/+8
* Fix the super obnoxious "cast to pointer from integer of different size" warn...Chris Lattner2003-04-232-16/+18
* Remove unneccesary &*Chris Lattner2003-04-232-2/+2
* Add support for the switch instruction to the CWriterChris Lattner2003-04-222-14/+46
* Fixed alloca declaration problem on sun.Joel Stanley2003-02-122-16/+38
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-202-14/+12
* *** empty log message ***Nick Hildenbrandt2002-11-182-8/+16
* *** empty log message ***Nick Hildenbrandt2002-11-182-84/+92
* _REALLY_ fix the float constant problemChris Lattner2002-11-072-6/+8
* Print out 'float' constants correctlyChris Lattner2002-11-072-6/+24
* Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/200...Nick Hildenbrandt2002-11-062-4/+4
* Loads and stores can't be inlined. This fixes test/Singlesource/matrixTransposeNick Hildenbrandt2002-11-062-2/+4
* Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.llNick Hildenbrandt2002-11-012-2/+2