- 360e820 Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K by Chris Lattner · 19 years ago
- f190d38 Use hidden visibility to reduce the sizes of some .o files. This chops 60K off a release llvm-dis. by Chris Lattner · 19 years ago
- c521409 Add support for hidden visibility by Chris Lattner · 19 years ago
- b916ba1 not really XFailing these, as only incompleteness is wrong in the graph by Andrew Lenharth · 19 years ago
- e2339af change I flag on test by Andrew Lenharth · 19 years ago
- 883a52d Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll by Chris Lattner · 19 years ago
- 7aeeac7 Testcase that crashes the ppc backend. by Chris Lattner · 19 years ago
- 33c36f30 Doh. by Evan Cheng · 19 years ago
- 372994b Switch to a very conservative heuristic for determining when loop-unswitching by Owen Anderson · 19 years ago
- d228018 Fix Transforms/InstCombine/2006-06-28-infloop.ll by Chris Lattner · 19 years ago
- f363ce2 Infinite loop in instcombine that nate hit. by Chris Lattner · 19 years ago
- daa2bf9 Don't unswitch really large loops even if they are mostly filled with empty by Chris Lattner · 19 years ago
- ee12e8f Oops. Need to keep CP index. by Evan Cheng · 19 years ago
- 07103d3 Darwin puts float and double literal constants into literal4 and literal8 sections. by Evan Cheng · 19 years ago
- cc131c4 add some missing externals by Andrew Lenharth · 19 years ago
- b8e604c Catch more function pointer casting problems by Andrew Lenharth · 19 years ago
- c9094db Allow EmitConstantPool to be redefined by derived classes. by Evan Cheng · 19 years ago
- 356d8c2 Handle alias sets that have been unified, and thus can have other references by Chris Lattner · 19 years ago
- f299857 Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue by Chris Lattner · 19 years ago
- 4ba6bf7 New testcase, reduced by nate, which crashes DSE by Chris Lattner · 19 years ago
- 7794bd3 this case isn't handled by Andrew Lenharth · 19 years ago
- bef8508 Fix for 2006-06-27-DeadSwitchCase.ll by Owen Anderson · 19 years ago
- 2f62a9e Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case by Owen Anderson · 19 years ago
- 49e4415 handle the "mov reg1, reg2" case in isMoveInstr by Rafael Espindola · 19 years ago
- cccef1c Don't match 64-bit bitfield inserts into rlwimi's. todo add rldimi. :) by Chris Lattner · 19 years ago
- 92044ce Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not by Chris Lattner · 19 years ago
- a60af32 testcase that crashes dead arg elim. by Chris Lattner · 19 years ago
- 6b76b96 Fix ppc64 jump tables by Chris Lattner · 19 years ago
- 130e2a3 Pass -Xlinker flags to gcc when it builds the shared object. by Chris Lattner · 19 years ago
- 4df24f2 Remove dead code. by Evan Cheng · 19 years ago
- 14c299e Fix -extraflags by Evan Cheng · 19 years ago
- 9f029a6 Print stubs for external globals right. by Chris Lattner · 19 years ago
- f89437d Implement 64-bit select, bswap, etc. by Chris Lattner · 19 years ago
- e4172be Add a pattern for i64 sra. Print 8-byte units with a space between the .quad by Chris Lattner · 19 years ago
- 7ffa9ab Fix rewriting frame offsets with ixaddr instructions, which implicitly shift by Chris Lattner · 19 years ago
- 5f9faea PPC doesn't have bit converts to/from i64 by Chris Lattner · 19 years ago
- 2e6b77d Add 64-bit MTCTR so that indirect calls work. by Chris Lattner · 19 years ago
- 1fd8110 Fix an incorrect store pattern. This fixes em3d. by Chris Lattner · 19 years ago
- 563ecfb Implement 64-bit undef, sub, shl/shr, srem/urem by Chris Lattner · 19 years ago
- e2f8ad8 Fix cut-n-pasto in comments. by Devang Patel · 19 years ago
- 7b0c58c Use i32 for shift amounts instead of i64. This gets bisort working. by Chris Lattner · 19 years ago
- 00659b1 Add zextload from i32 -> i64, with this, perimeter works. by Chris Lattner · 19 years ago
- 9d5b532 For PR801: by Reid Spencer · 19 years ago
- f9b238e De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this by Owen Anderson · 19 years ago
- 7e097e4 Print darwin stub stuff correctly in 64-bit mode. With this, treeadd works in by Chris Lattner · 19 years ago
- 529c233 Fix variable shadowing issue by Chris Lattner · 19 years ago
- c08f902 Implement a bunch of 64-bit cleanliness work. With this, treeadd builds (but by Chris Lattner · 19 years ago
- 041e9d3 Rearrange compares, add ADDI8, add sext from 32-to-64 bit register by Chris Lattner · 19 years ago
- c91a475 Improve PPC64 calling convention support by Chris Lattner · 19 years ago
- 924c576 Remove two more definitions by Chris Lattner · 19 years ago
- 7b4e478 remove two unused instructions. by Chris Lattner · 19 years ago
- 959e321 Fix a stale pointer issue that caused 300.twolf to fail to build on zion by Chris Lattner · 19 years ago
- 69fd7a3 Add a new method. by Chris Lattner · 19 years ago
- 3c80a51 random code cleanups, no functionality change by Chris Lattner · 19 years ago
- 2b67f07 Make LoopUnswitch able to unswitch loops with live-out values by taking advantage by Owen Anderson · 19 years ago
- da08d2c Simplify X86CompilationCallback: always align to 16-byte boundary; don't save EAX/EDX if unnecessary. by Evan Cheng · 19 years ago
- 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 19 years ago
- 52b510b Added jump table address relocation. by Evan Cheng · 19 years ago
- 74cb064 Eliminate unneeded parameter. by Evan Cheng · 19 years ago
- 22f7131 variable_ops instructions such as call can have any number of operands. by Evan Cheng · 19 years ago
- 72a8e6f Whoops, missed a couple more C-style casts. by Reid Spencer · 19 years ago
- 54cb985 Use C++ style casts instead of C-style casts to shut up compiler warnings by Reid Spencer · 19 years ago
- 8eb12de Add targets for generating .s file in addition to .o files. by Chris Lattner · 19 years ago
- d92490f Factor a bunch of rules together, no functionality change. by Chris Lattner · 19 years ago
- 51df6d5 Add more anonymous namespaces to make it clear that these are private classes by Chris Lattner · 19 years ago
- f8625d9 Remove unneeded libs by Chris Lattner · 19 years ago
- 28f6f22 For PR811: by Reid Spencer · 19 years ago
- 70aa33e Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 19 years ago
- 0ad1970 fix typo by Chris Lattner · 19 years ago
- df97cc6 Add memory operand and int regs by Andrew Lenharth · 19 years ago
- 1725599 inline asm, at least for floats by Andrew Lenharth · 19 years ago
- b329fe1 fix typos by Jim Laskey · 19 years ago
- d1aab35 fix argument problem by Andrew Lenharth · 19 years ago
- ef95710 Correct returns of 64-bit values, though they seemed to work before... by Chris Lattner · 19 years ago
- 76f6115 Fix non-64-bit clean code. by Evan Cheng · 19 years ago
- 7f7b346e Make these predicates correct in 64-bit mode too. by Chris Lattner · 19 years ago
- b410dc9 Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file by Chris Lattner · 19 years ago
- 96dc5e5 remove unused flag by Chris Lattner · 19 years ago
- f2c5bca add some logical ops by Chris Lattner · 19 years ago
- 4b25b40 remove some unused patterns by Chris Lattner · 19 years ago
- 3ae5eef Add some more immediate patterns. This allows us to compile: by Chris Lattner · 19 years ago
- eded521 Instead of li/xoris use li/oris. Note that this doesn't work if bit 15 is by Chris Lattner · 19 years ago
- 0ea70b2 Add some 64-bit logical ops. by Chris Lattner · 19 years ago
- cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 19 years ago
- e3db4da __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. by Evan Cheng · 19 years ago
- dd58343 64-bit bugfix: 0xFFFF0000 cannot be formed with a single lis. by Chris Lattner · 19 years ago
- f27bb6d Add some patterns for globals, so we can now compile this: by Chris Lattner · 19 years ago
- 094ee72 add subroutine types by Jim Laskey · 19 years ago
- fded8a2 remove quotes for better consistency by Chris Lattner · 19 years ago
- 4a463a3 more significant moving of stuff around. by Chris Lattner · 19 years ago
- a2bc7b0 Fix broken links, remove author information, add brief summary. by Chris Lattner · 19 years ago
- 650f609 Add support for function types. by Jim Laskey · 19 years ago
- 6cee033 Allow LLVM to be built with extra options. by Evan Cheng · 19 years ago
- 6d11ddb Rename EXTRA_FLAGS to EXTRA_OPTIONS. by Evan Cheng · 19 years ago
- a877f14 Added LLVM publications describing the LLVM compiler infrastructure. by John Criswell · 19 years ago
- 0389cf7 Added the privbracket project to the list of projects to auto-configure. by John Criswell · 19 years ago
- a51139f Fix build on old compilers by Andrew Lenharth · 19 years ago
- 02cdb37 Fix an error message regression. Print: by Chris Lattner · 19 years ago
- 4e85e64 Remove some now-unneeded casts from instruction patterns. With the casts by Chris Lattner · 19 years ago
- 047854f Add some patterns for ppc64 by Chris Lattner · 19 years ago