aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Previous checkin broke printf(%a) support for fp constants-- re-fix it.Brian Gaeke2004-08-251-1/+9
* New version of Bill Wendling's PR33 patch.Brian Gaeke2004-08-251-24/+38
* Paper over CBackend/2004-08-09-va-end-null.llChris Lattner2004-08-101-3/+7
* Temporarily disable this code, as it is emitting LLVM_NAN("nan") which result...Chris Lattner2004-07-251-2/+2
* Emit NaNs and INFs bit-identically to the bytecode file, if the system hasBrian Gaeke2004-07-211-2/+64
* bug 122:Reid Spencer2004-07-181-6/+4
* Patches towards fixing PR341Chris Lattner2004-07-151-3/+3
* Apple's MacOS X is another OS which does not provide alloca() via <alloca.h>Misha Brukman2004-07-121-1/+1
* Delete the allocate*TargetMachine function, which is now dead .Chris Lattner2004-07-111-6/+0
* Make these format a bit nicerChris Lattner2004-07-111-1/+1
* Auto-registrate targetChris Lattner2004-07-111-0/+4
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-1/+2
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-3/+3
* <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos)Chris Lattner2004-06-021-1/+1
* Fix the big regression that has been killing the nightly tester these lastChris Lattner2004-05-281-1/+3
* Minor changes. Switch to a SymbolTable remove that does not take linear timeChris Lattner2004-05-281-2/+2
* Fix PR344: the incorrect remove was being used.Chris Lattner2004-05-261-1/+1
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-19/+20
* Add support for accurate garbage collection to the LLVM code generatorsChris Lattner2004-05-231-0/+1
* Fix to make the CBE always emit comparisons inline. Hopefully this willChris Lattner2004-05-201-0/+4
* syntactically loopify natural loops so that the GCC loop optimizer can find t...Chris Lattner2004-05-091-52/+85
* Do not emit prototypes for setjmp/longjmp, as they are handled speciallyChris Lattner2004-05-091-1/+2
* Make the floating point constant pools local to each function, split theChris Lattner2004-05-091-99/+112
* Get this looking more like a function pass.Chris Lattner2004-05-091-32/+33
* Print all PHI copies for successor blocks before the terminator, whether it b...Chris Lattner2004-05-091-10/+23
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-5/+5
* Add support for select constant expressions to the CBE, fixing SIODChris Lattner2004-04-011-0/+9
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-131-6/+6
* ADd support for select instructionsChris Lattner2004-03-121-0/+12
* Fixes for PR258 and PR259.John Criswell2004-02-261-3/+3
* Fix some unexpected fallout from the config.h changes. Because the CBE noChris Lattner2004-02-241-0/+1
* It is totally unacceptable to print out (literally) millions of zeros whenChris Lattner2004-02-201-2/+13
* Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, someChris Lattner2004-02-151-2/+15
* Add support for the new ConstantAggregateZero classChris Lattner2004-02-151-11/+39
* Add support for the returnaddress and frameaddress intrinsicsChris Lattner2004-02-141-0/+12
* Use intrinsic lowering like the rest of the backends. Get rid of crufty hackyChris Lattner2004-02-141-63/+40
* Convert the C backend into a target, for use with LLC. This allows us to useChris Lattner2004-02-131-30/+12
* Make the cwriter use the lowerinvoke pass so that it can either use "disabled...Chris Lattner2004-02-131-123/+48
* Fine grainify namespacification, prune #includesChris Lattner2004-02-131-9/+4
* Add support for memcpy and memmove intrinsics. Why isn't the cwriter usingChris Lattner2004-02-121-0/+18
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-091-6/+4
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-091-13/+11
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-081-1/+1
* Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints aBrian Gaeke2003-12-111-4/+25
* Upon Chris's suggestion, moved the #ifdef's to the generated C code.John Criswell2003-12-101-8/+5
* Fixed the CBE on Solaris/Sparc. We need to define the return value ofJohn Criswell2003-12-101-1/+8
* output foo(void) as appropriateChris Lattner2003-11-261-0/+2
* Fix bug in previous checkinChris Lattner2003-11-251-1/+1
* Do not depend on the gep index types to determine what flavor of index it isChris Lattner2003-11-251-18/+22