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