- ce4e1e4 Fixed PR#596: by John Criswell · 20 years ago
- 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
- 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
- 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
- 50a8a17 clean up the CBE output a bit by Chris Lattner · 20 years ago
- fe673d9 add tail marker as a comment by Chris Lattner · 20 years ago
- d6a29a5 Remove trailing whitespace, patch by Markus Oberhumer. by Misha Brukman · 20 years ago
- efd02c7 Fix the 3 regressions last night, due to my buggy patch from yesterday. by Chris Lattner · 20 years ago
- 67c2d18 remove use of getPrev() and getNext() on ilist nodes. by Chris Lattner · 20 years ago
- 39220de stop using arg_front by Chris Lattner · 20 years ago
- c5e7df1 stop using arg_back by Chris Lattner · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- dbf69f1 Make sure to remove all dead type names from the symbol table, not just by Chris Lattner · 20 years ago
- 23ba0c5 Single characters should be printed out as chars, not strings. by Misha Brukman · 20 years ago
- b15fde2 simplify some code. by Chris Lattner · 20 years ago
- 6d9b69f Print -X like this: by Chris Lattner · 20 years ago
- f7fe494 Do not lower malloc's to pass "sizeof" expressions like this: by Chris Lattner · 20 years ago
- ca76f35 Remove tabs from file. by Chris Lattner · 20 years ago
- 33e9d29 Add support to the C backend for llvm.prefetch. Patch contributed by by Chris Lattner · 20 years ago
- 8399e02 Fix volatile load/store of pointers. Consider this testcase: by Chris Lattner · 20 years ago
- b70aaa6 Write out single characters as chars, not strings. by Misha Brukman · 20 years ago
- 9d30e22 Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll by Chris Lattner · 20 years ago
- 41ce39c Fix hyphenation in output comment by Misha Brukman · 20 years ago
- a8411a6 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 20 years ago
- d01f65a Fix CBE code so that it compiles with VC++. by Jeff Cohen · 20 years ago
- f376e5e Fix PR490 Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll by Chris Lattner · 20 years ago
- 3e3b6f7 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 20 years ago
- 395fd59 When generating code for X86 targets, make sure the fp control word is set by Chris Lattner · 20 years ago
- ce63005 Emit correct prototype for __builtin_alloca on V8. by Brian Gaeke · 20 years ago
- 3150e2d Move lower intrinsics before FP constant emission, in case by Chris Lattner · 20 years ago
- cc16a8e Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and PR472 by Chris Lattner · 20 years ago
- ced06b7 Reverting revision 1.209. by John Criswell · 20 years ago
- 40e7c35 Do not let GCC emit a warning for INT64_MIN by Chris Lattner · 20 years ago
- 33ce43e Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_alloca. by Brian Gaeke · 20 years ago
- 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
- 408f999 Removed dead method, printPHICopiesForSuccessors(). by John Criswell · 21 years ago
- 30cc227 Modified switch generation so that only the phi values associated with the by John Criswell · 21 years ago
- 57bbfce Small performance improvement in generated C code: by John Criswell · 21 years ago
- 963869e Print a semicolon for the unreacahble instruction. This fixes problems by Chris Lattner · 21 years ago
- 665825e The first hunk corrects a bug when printing undef null values. We would print by Chris Lattner · 21 years ago
- a9d12c0 Add support for unreachable and undef by Chris Lattner · 21 years ago
- c71ff4c Fix a warning that is emitted on the suns by Chris Lattner · 21 years ago
- 60e6674 Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 21 years ago
- 523001f FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 21 years ago
- 200a360 Pull assignment out of for loop conditional in order for this to by Alkis Evlogimenos · 21 years ago
- b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 07b52b3 Previous checkin broke printf(%a) support for fp constants-- re-fix it. by Brian Gaeke · 21 years ago
- 8a702e8 New version of Bill Wendling's PR33 patch. by Brian Gaeke · 21 years ago
- f8e6f4f Paper over CBackend/2004-08-09-va-end-null.ll by Chris Lattner · 21 years ago
- a9d790c Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the by Chris Lattner · 21 years ago
- 043c0bb Emit NaNs and INFs bit-identically to the bytecode file, if the system has by Brian Gaeke · 21 years ago
- 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
- 76e2df2 Patches towards fixing PR341 by Chris Lattner · 21 years ago
- f028f82 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
- 4e547ec Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
- 71d24aa Make these format a bit nicer by Chris Lattner · 21 years ago
- d36c970 Auto-registrate target by Chris Lattner · 21 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
- f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 8fcf797 <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) by Chris Lattner · 21 years ago
- 9d1af97 Fix the big regression that has been killing the nightly tester these last by Chris Lattner · 21 years ago
- d06a549 Minor changes. Switch to a SymbolTable remove that does not take linear time by Chris Lattner · 21 years ago
- 85acba6 Fix PR344: the incorrect remove was being used. by Chris Lattner · 21 years ago
- 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
- 99c59e8 Add support for accurate garbage collection to the LLVM code generators by Chris Lattner · 21 years ago
- 433e25a Fix to make the CBE always emit comparisons inline. Hopefully this will by Chris Lattner · 21 years ago
- cb3ad01 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
- 4589ed9 Do not emit prototypes for setjmp/longjmp, as they are handled specially by Chris Lattner · 21 years ago
- 6875807 Make the floating point constant pools local to each function, split the by Chris Lattner · 21 years ago
- c242143 Get this looking more like a function pass. by Chris Lattner · 21 years ago
- a05e0ec Print all PHI copies for successor blocks before the terminator, whether it be a conditional branch or switch. by Chris Lattner · 21 years ago
- 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
- 6683dbf Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 21 years ago
- 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
- 9f24a07 ADd support for select instructions by Chris Lattner · 21 years ago
- 3799eec Fixes for PR258 and PR259. by John Criswell · 21 years ago
- 2bcab1f Fix some unexpected fallout from the config.h changes. Because the CBE no by Chris Lattner · 21 years ago
- f358c5a It is totally unacceptable to print out (literally) millions of zeros when by Chris Lattner · 21 years ago
- e42cde2 Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some by Chris Lattner · 21 years ago
- cfb0fd2 Add support for the new ConstantAggregateZero class by Chris Lattner · 21 years ago
- fe1554a Add support for the returnaddress and frameaddress intrinsics by Chris Lattner · 21 years ago
- 4ef5137 Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky by Chris Lattner · 21 years ago
- f31182a Convert the C backend into a target, for use with LLC. This allows us to use by Chris Lattner · 21 years ago
- 94f4f8e Make the cwriter use the lowerinvoke pass so that it can either use "disabled exceptions" or by Chris Lattner · 21 years ago
- 897bf0d Fine grainify namespacification, prune #includes by Chris Lattner · 21 years ago
- f8cd914 Add support for memcpy and memmove intrinsics. Why isn't the cwriter using by Chris Lattner · 21 years ago
- d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
- d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
- aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
- 27f7a71 Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a by Brian Gaeke · 21 years ago
- 0284a42 Upon Chris's suggestion, moved the #ifdef's to the generated C code. by John Criswell · 21 years ago
- 01b2d61 Fixed the CBE on Solaris/Sparc. We need to define the return value of by John Criswell · 21 years ago
- 4f7e173 output foo(void) as appropriate by Chris Lattner · 21 years ago
- bc771c5 Fix bug in previous checkin by Chris Lattner · 21 years ago
- 23e9070 Do not depend on the gep index types to determine what flavor of index it is by Chris Lattner · 21 years ago
- 0415b6c Fix PR149 - support constant shift expressions. by Brian Gaeke · 21 years ago
- c59c118 ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic by Chris Lattner · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago