aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/CBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hack around stupidity in GCC, fixing Burg with the CBE andChris Lattner2004-11-131-9/+56
* Removed dead method, printPHICopiesForSuccessors().John Criswell2004-10-251-21/+0
* Modified switch generation so that only the phi values associated with theJohn Criswell2004-10-251-1/+2
* Small performance improvement in generated C code:John Criswell2004-10-201-1/+23
* Print a semicolon for the unreacahble instruction. This fixes problemsChris Lattner2004-10-171-1/+1
* The first hunk corrects a bug when printing undef null values. We would printChris Lattner2004-10-171-6/+11
* Add support for unreachable and undefChris Lattner2004-10-161-2/+10
* Fix a warning that is emitted on the sunsChris Lattner2004-10-111-1/+1
* Really fix FreeBSD, which apparently doesn't tolerate the extern.Chris Lattner2004-10-061-2/+3
* FreeBSD uses GCC. Patch contributed by Jeff Cohen!Chris Lattner2004-10-061-3/+2
* Pull assignment out of for loop conditional in order for this toAlkis Evlogimenos2004-09-281-2/+2
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-3/+3
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* 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