- 5cbb426 Update comment. by Jim Laskey · 19 years ago
- 46dbe12 Remove assertion. by Jim Laskey · 19 years ago
- 4b37a4c Selection and lowering for exception handling. by Jim Laskey · 19 years ago
- 6ea07f1 eliminate vector-related allocations by Chris Lattner · 19 years ago
- dc0a9a7 Two fixes: by Chris Lattner · 19 years ago
- 1b4b054 Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll by Chris Lattner · 19 years ago
- 5dc84cd Use short form of BinaryOperator create function. by Reid Spencer · 19 years ago
- 2341c22 Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
- 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
- d7035b6 Use TargetData to obtain the correct size of the "size_t" argument for by Reid Spencer · 19 years ago
- c776561 For PR1138: by Reid Spencer · 19 years ago
- 03c4953 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
- c69c6c4 eliminate calls to Type::isInteger, preferring isIntegral instead. by Chris Lattner · 19 years ago
- 2a116ab llvm 2.0 doesn't support llvm.isunordered.* by Chris Lattner · 19 years ago
- 34acba4 Change the interface to Module::getOrInsertFunction to be easier to use,to resolve PR1088, and to help PR411. by Chris Lattner · 19 years ago
- e63b651 For PR950: by Reid Spencer · 19 years ago
- 266e42b For PR950: by Reid Spencer · 19 years ago
- 6156b02 Simplify all the casting business and get rid of isSigned(). by Reid Spencer · 19 years ago
- 668d90f Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 19 years ago
- 6801f02 This case isn't needed with recent changes to ConstantInt::get by Chris Lattner · 19 years ago
- 3c49edc Change inferred cast creation calls to more specific cast creations. by Reid Spencer · 19 years ago
- f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- 3f6f0fd Changed to using llvm streams. by Bill Wendling · 19 years ago
- 6c38f0b For PR950: by Reid Spencer · 19 years ago
- 2775aba Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 19 years ago
- fdff938 For PR950: by Reid Spencer · 19 years ago
- e0fc4df For PR950: by Reid Spencer · 19 years ago
- a8bdac8 Handle new forms of llvm.dbg intrinsics. by Jim Laskey · 20 years ago
- acb6e34 Handle the removal of the debug chain. by Jim Laskey · 20 years ago
- 213209a remove dbg_declare, it's not used yet. by Chris Lattner · 20 years ago
- 093c159 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 20 years ago
- b4f9a6f For PR411: by Reid Spencer · 20 years ago
- 7d831fa Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 20 years ago
- 3b2b0af Add "support" for the llvm.stacksave/stackrestore intrinsics, this is by Chris Lattner · 20 years ago
- 01aa563 continued readcyclecounter support by Andrew Lenharth · 20 years ago
- 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
- 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
- 991ce36 Fix lowering of ctlz, so now UnitTests/2005-05-11-Popcount-ffs-fls passes by Chris Lattner · 21 years ago
- fe5759b Fix lowering of cttz to work with signed values by Chris Lattner · 21 years ago
- 9ec975a fix and concisify intinsic lowering for ctpop. Unfortunately, this code by Chris Lattner · 21 years ago
- 9acd314 Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'" by Chris Lattner · 21 years ago
- 5e17782 Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 21 years ago
- d7e534b Do not use deprecated APIs by Alkis Evlogimenos · 21 years ago
- 30fe4ac2 Lower llvm.sqrt -> fsqrt/sqrt by Chris Lattner · 21 years ago
- 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
- b442791 First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 21 years ago
- 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
- b3846f4 Lower llvm.isunordered(a, b) into a != a | b != b. by Alkis Evlogimenos · 21 years ago
- c87e03a Lower prefetch to a noop, patch contributed by Justin Wick! by Chris Lattner · 21 years ago
- 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 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
- 24650d2 Move into the VMCore library by Chris Lattner · 22 years ago
- 08c196d Implement the default implementation of the intrinsic lowering class by Chris Lattner · 22 years ago