- d2d174d Another hack due to allowing multiple symbols with the same name. by Chris Lattner · 20 years ago
- 4b41c8e Make the C writer work with packed types. printContainedStructs is by Robert Bocchino · 20 years ago
- eca8734 Simplify CWriter::printContainedStructs, also allowing it to work with by Chris Lattner · 20 years ago
- 3f5aaf5 yet more C++ standards-compliance stuff. by Duraid Madina · 20 years ago
- 4b3b919 do not allow '.' in symbol names by Chris Lattner · 20 years ago
- 369b61f Call this method with the object we have by Chris Lattner · 20 years ago
- b28f214 Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. by Chris Lattner · 20 years ago
- 9b9a839 Fix a QOI issue noticed by Markus F.X.J. Oberhumer. This fixes PR641 by Chris Lattner · 20 years ago
- 5635cc0 fix CBackend/2005-09-27-VolatileFuncPtr.ll by Chris Lattner · 20 years ago
- 9c0a243 Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emitting by Chris Lattner · 20 years ago
- b74c666 Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
- 3870f9d Fixed PR#596: by John Criswell · 20 years ago
- f11f48b Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
- 2531452 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
- 9144ec4 core changes for varargs by Andrew Lenharth · 20 years ago
- 18335f8 clean up the CBE output a bit by Chris Lattner · 21 years ago
- 561b7eb add tail marker as a comment by Chris Lattner · 21 years ago
- ea548c0 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 21 years ago
- 484bfc4 Fix the 3 regressions last night, due to my buggy patch from yesterday. by Chris Lattner · 21 years ago
- bed9657 remove use of getPrev() and getNext() on ilist nodes. by Chris Lattner · 21 years ago
- fb972ad stop using arg_front by Chris Lattner · 21 years ago
- 31c8a9d stop using arg_back by Chris Lattner · 21 years ago
- 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
- ea50620 Make sure to remove all dead type names from the symbol table, not just by Chris Lattner · 21 years ago
- 20238eb Single characters should be printed out as chars, not strings. by Misha Brukman · 21 years ago
- c9b0984 simplify some code. by Chris Lattner · 21 years ago
- 00ee68c Print -X like this: by Chris Lattner · 21 years ago
- 1a678c6 Do not lower malloc's to pass "sizeof" expressions like this: by Chris Lattner · 21 years ago
- 12328e9 Remove tabs from file. by Chris Lattner · 21 years ago
- 8111073 Add support to the C backend for llvm.prefetch. Patch contributed by by Chris Lattner · 21 years ago
- 3bef66f Fix volatile load/store of pointers. Consider this testcase: by Chris Lattner · 21 years ago
- 2b1e100 Write out single characters as chars, not strings. by Misha Brukman · 21 years ago
- 7afbdca Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll by Chris Lattner · 21 years ago
- 8dfa2e4 Fix hyphenation in output comment by Misha Brukman · 21 years ago
- d5d45b8 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 21 years ago
- b56965b Fix CBE code so that it compiles with VC++. by Jeff Cohen · 21 years ago
- 93feeb1 Fix PR490 Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll by Chris Lattner · 21 years ago
- 298a7f8 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 21 years ago
- b3b1c27 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 21 years ago
- 81c7fd2 Emit correct prototype for __builtin_alloca on V8. by Brian Gaeke · 21 years ago
- f878f75 Move lower intrinsics before FP constant emission, in case by Chris Lattner · 21 years ago
- 26d9c22 Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and PR472 by Chris Lattner · 21 years ago
- 335c342 Reverting revision 1.209. by John Criswell · 21 years ago
- 798e034 Do not let GCC emit a warning for INT64_MIN by Chris Lattner · 21 years ago
- 86deaf2 Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_alloca. by Brian Gaeke · 21 years ago
- 073f6ca Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
- 7eeed93 Removed dead method, printPHICopiesForSuccessors(). by John Criswell · 21 years ago
- a564e9e Modified switch generation so that only the phi values associated with the by John Criswell · 21 years ago
- 85b3805 Small performance improvement in generated C code: by John Criswell · 21 years ago
- 5305866 Print a semicolon for the unreacahble instruction. This fixes problems by Chris Lattner · 21 years ago
- 621c413 The first hunk corrects a bug when printing undef null values. We would print by Chris Lattner · 21 years ago
- 583dfdc Add support for unreachable and undef by Chris Lattner · 21 years ago
- 58043a1 Fix a warning that is emitted on the suns by Chris Lattner · 21 years ago
- e4c60eb Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 21 years ago
- 32ed828 FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 21 years ago
- 3ce42ec Pull assignment out of for loop conditional in order for this to by Alkis Evlogimenos · 21 years ago
- 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 7f00753 Previous checkin broke printf(%a) support for fp constants-- re-fix it. by Brian Gaeke · 21 years ago
- 35eb7ae New version of Bill Wendling's PR33 patch. by Brian Gaeke · 21 years ago
- 1d78735 Paper over CBackend/2004-08-09-va-end-null.ll by Chris Lattner · 21 years ago
- 21a015c Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the by Chris Lattner · 21 years ago
- 1dde3fa Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 21 years ago
- cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
- 7dc9de5 Patches towards fixing PR341 by Chris Lattner · 21 years ago
- 9dacda6 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
- 2beb439 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
- 73eb943 Make these format a bit nicer by Chris Lattner · 21 years ago
- 4266f80 Auto-registrate target by Chris Lattner · 21 years ago
- eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- bcdadf3 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
- 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 4f816d2 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) by Chris Lattner · 21 years ago
- c53c2a3 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
- c7e2ff2 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
- 83d067a Fix PR344: the incorrect remove was being used. by Chris Lattner · 21 years ago
- e7e9671 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
- 6e4edd6 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 21 years ago
- 83c139d Fix to make the CBE always emit comparisons inline. Hopefully this will by Chris Lattner · 21 years ago
- f719a52 syntactically loopify natural loops so that the GCC loop optimizer can find them. This should *dramatically* improve the performance of CBE compiled code on targets that depend on GCC's loop optimizations (like PPC) by Chris Lattner · 21 years ago
- 87d036c Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 21 years ago
- 9c29991 Make the floating point constant pools local to each function, split the by Chris Lattner · 21 years ago
- 14d328e Get this looking more like a function pass. by Chris Lattner · 21 years ago
- 2484a63 Print all PHI copies for successor blocks before the terminator, whether it be a conditional branch or switch. by Chris Lattner · 21 years ago
- 2d3a7a6 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 22 years ago
- b28dd11 Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 22 years ago
- 071a5e5 Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 22 years ago
- 65a64e1 ADd support for select instructions by Chris Lattner · 22 years ago
- feb7c49c Fixes for PR258 and PR259. by John Criswell · 22 years ago
- b471f01 Fix some unexpected fallout from the config.h changes. Because the CBE no by Chris Lattner · 22 years ago
- 73ffc88 It is totally unacceptable to print out (literally) millions of zeros when by Chris Lattner · 22 years ago
- a95bd44 Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some by Chris Lattner · 22 years ago
- 7bea808 Add support for the new ConstantAggregateZero class by Chris Lattner · 22 years ago
- f7c1088 Add support for the returnaddress and frameaddress intrinsics by Chris Lattner · 22 years ago
- 0997f20 Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky by Chris Lattner · 22 years ago
- 1f9c6eb CBackend now lives here by Chris Lattner · 22 years ago[Renamed from llvm/lib/CWriter/Writer.cpp]
- 0591bb5 Convert the C backend into a target, for use with LLC. This allows us to use by Chris Lattner · 22 years ago
- d2b6e18 Make the cwriter use the lowerinvoke pass so that it can either use "disabled exceptions" or by Chris Lattner · 22 years ago
- 337df9b Fine grainify namespacification, prune #includes by Chris Lattner · 22 years ago
- bb68a22 Add support for memcpy and memmove intrinsics. Why isn't the cwriter using by Chris Lattner · 22 years ago