- 102e2d3 Remove dead methods by Chris Lattner · 19 years ago
- 9dec3a2 These should be rewritten to fold without using the 'Rules' mechanism, but by Chris Lattner · 19 years ago
- 63edf03 test1 is miscompiled by Chris Lattner · 19 years ago
- d52bbdc wrong spot by Jim Laskey · 19 years ago
- 255b47b Test for float varargs. by Jim Laskey · 19 years ago
- 5be6625 this logic is broken for trunc to bool, replace the folding logic for trunc by Chris Lattner · 19 years ago
- 68329b2 add a new ConstantIntegral::get method. Simplify the implementation of by Chris Lattner · 19 years ago
- f0d6dd6 new 'cast' miscompilation, reduced from perlbmk by Evan by Chris Lattner · 19 years ago
- d28442e enable this now that codegen support is in place by Chris Lattner · 19 years ago
- 9382e29 Copy and paste error. An initialized global cannot be a weak reference. by Evan Cheng · 19 years ago
- fbb74e6 1. In ppc64 mode we need only use one GPR. by Jim Laskey · 19 years ago
- 45e507c ExternalWeak case in wrong location. by Jim Laskey · 19 years ago
- 2c0fbb1 This test is meant for X86 CPU which does not support SSE2. by Evan Cheng · 19 years ago
- 32644ac Fix 2005-05-08-FPStackifierPHI.ll failure. by Evan Cheng · 19 years ago
- 0eb5f94 Add a extern weak test case. by Evan Cheng · 19 years ago
- 81cf60f A initialized global variable cannot be extern weak. However, if a global value's initializer is itself a external weak symbol, emit the weak reference. by Evan Cheng · 19 years ago
- 1c45a66 Darwin PPC external weak linkage support. by Evan Cheng · 19 years ago
- 6d7d310 Minor code clean up. by Evan Cheng · 19 years ago
- de97f9c Fix indentation. by Evan Cheng · 19 years ago
- f532c4f Darwin X86 external weak linkage support. by Evan Cheng · 19 years ago
- be737bb new testcase to verify external weak continues to work by Chris Lattner · 19 years ago
- 772aa15 new testcase for PR1027 by Chris Lattner · 19 years ago
- 7da3bde Fix a typo introduced by the cast patch that horribly broke a lot of vector by Chris Lattner · 19 years ago
- a2f99b6 new testcase by Chris Lattner · 19 years ago
- b8611ec Don't fold "ptrtoint GV to bool" since this should be doing a truncate not by Reid Spencer · 19 years ago
- 1a3d05d Define the HAVE_PTHREAD symbol. by Reid Spencer · 19 years ago
- 5bab386 The InstCombine hack has been removed, no need to XFAIL this any more. by Reid Spencer · 19 years ago
- 70fa493 Fix the CodeGen/PowerPC/vec_constants.ll regression. by Chris Lattner · 19 years ago
- 1a7f6ff Remove extra header. by Nick Lewycky · 19 years ago
- 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 19 years ago
- 1000b73 For PR1019: by Reid Spencer · 19 years ago
- 481169e Regenerate. by Reid Spencer · 19 years ago
- 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
- 44c030a Remove 4 FIXMEs to hack around cast-to-bool problems which no longer exist. by Reid Spencer · 19 years ago
- 7784ebc Factor out GVRequiresExtraLoad() from .h to .cpp by Anton Korobeynikov · 19 years ago
- a5cb564 Add X86-64 load / store codegen tests. by Evan Cheng · 19 years ago
- 0085a28 - Use a different wrapper node for RIP-relative GV, etc. by Evan Cheng · 19 years ago
- 2bbff6d better check for version by Jim Laskey · 19 years ago
- d0a6a7a make it clear that this is always a zext by Chris Lattner · 19 years ago
- 6e8fbad One more bugfix, 3 cases of making casts explicit. by Chris Lattner · 19 years ago
- 9a989f0 Fix a bug in globalopt due to the recent cast patch. by Chris Lattner · 19 years ago
- 96839be Allow llvm-upgrade to read from stdin. Configure the lexer for reading by Reid Spencer · 19 years ago
- 56918c8 Add compile unit size test by Jim Laskey · 19 years ago
- ef45529 Correct comment by Jim Laskey · 19 years ago
- dd347eb Pubnames test by Jim Laskey · 19 years ago
- fe79381 Update docs by Jim Laskey · 19 years ago
- 2172f96 Change global descriptor names to provide name, full name and linkage name. by Jim Laskey · 19 years ago
- 749b01d Temp fix to deal gdb issue. by Jim Laskey · 19 years ago
- 12a4478 MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor by Evan Cheng · 19 years ago
- 6430bf0 Remove the ugly SPARCV9 TargetInstrDescriptors hack. by Evan Cheng · 19 years ago
- 67f660c - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode. by Evan Cheng · 19 years ago
- e8776d8 Ignore generated files. by Reid Spencer · 19 years ago
- e7c3c60 Initial, non-functional, version of llvm-upgrade. This version just echos by Reid Spencer · 19 years ago
- 20833e3 New LSR test case. by Evan Cheng · 19 years ago
- c8306bd In PIC mode, GV not requiring an extra load can be used as address immediate. by Evan Cheng · 19 years ago
- 4946399 Clean up. by Evan Cheng · 19 years ago
- d0ff02c Fix for PR1018 - Better support for X86-64 Linux in small code model. by Evan Cheng · 19 years ago
- 95e6eff Get the delegation right for InstVisitor. by Reid Spencer · 19 years ago
- 15eb329 Fix bug codegen'ing FP constant vectors with integer splats. Make sure the by Chris Lattner · 19 years ago
- 7e68724 new testcase by Chris Lattner · 19 years ago
- 6a16c5a Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered. by Evan Cheng · 19 years ago
- 36729dd Eliminate unnecessary scopes. by Jim Laskey · 19 years ago
- 619965d Offset for load of 32-bit arg in 64-bit world was incorrect. by Jim Laskey · 19 years ago
- cdc70ce Add x86-64 llvm.readcyclecounter test. by Evan Cheng · 19 years ago
- 3fa9dff Custom lower READCYCLECOUNTER for x86-64. by Evan Cheng · 19 years ago
- f0b3ba6 Allow target to custom lower READCYCLECOUNTER (when it doesn't have to be expanded). by Evan Cheng · 19 years ago
- b27c480 Fix test. by Evan Cheng · 19 years ago
- a90ba6c Oops! didn't mean to put this in there yet. by Bill Wendling · 19 years ago
- 641c523 done by Chris Lattner · 19 years ago
- 71d8f4d new bswap idiom by Chris Lattner · 19 years ago
- 46b9605 implement cast.ll:test35. With this, we recognize: by Chris Lattner · 19 years ago
- 6478b2f new testcase by Chris Lattner · 19 years ago
- 6aa5eb1 Teach instcombine to turn trunc(srl x, c) -> srl (trunc(x), c) when safe. by Chris Lattner · 19 years ago
- 41e2103 new testcase by Chris Lattner · 19 years ago
- f4d4d9a This fails on mainline. by Chris Lattner · 19 years ago
- 458cf46 Implement Regression/Transforms/InstCombine/bswap-fold.ll, by Chris Lattner · 19 years ago
- 5b4c958 new testcase, bswaps should be eliminated. by Chris Lattner · 19 years ago
- b4809b2 16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman. by Evan Cheng · 19 years ago
- f3e486e Fix for PR1023 by Dan Gohman. by Evan Cheng · 19 years ago
- 901bf34 Add test cases for PR1022, 1023. by Evan Cheng · 19 years ago
- 5d52135 Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx / by Chris Lattner · 19 years ago
- a5a57d6 Fix for PR1022 (folding loads of static initializers) by Dan Gohman. by Evan Cheng · 19 years ago
- 625bd05 Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the by Chris Lattner · 19 years ago
- 8d89281 WTF? These weird newlines got in there... by Bill Wendling · 19 years ago
- 3f7927c add a hook to allow targets to hack on inline asms to lower them to llvm by Chris Lattner · 19 years ago
- de33124 Join a split line. by Reid Spencer · 19 years ago
- bdc679d Converted to using llvm streams instead of <iostream>s by Bill Wendling · 19 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
- a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
- d966623 Support for llvm_ostreams. by Bill Wendling · 19 years ago
- f45148e gcc doesn't like an empty colbber list by Andrew Lenharth · 19 years ago
- a21900d Use ostream instead of iostream by Bill Wendling · 19 years ago
- a09362e Use llvm streams instead of <iostream> by Bill Wendling · 19 years ago
- 3e3bcbf Removed #include <iostream> and used llvm streams by Bill Wendling · 19 years ago
- 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
- c0ac317 Support for llvm streams. by Bill Wendling · 19 years ago
- d5b58c2 Add a helper function by Chris Lattner · 19 years ago
- 3057979 Identities are default now by Andrew Lenharth · 19 years ago
- 85f2228 Make identity default, and fix PR1020 by Andrew Lenharth · 19 years ago
- b5ebf15 Added a temporary hack to get the llvm-streams to work for future checkins. by Bill Wendling · 19 years ago