2006-12-02 |
Reid Spencer | Keep lists of values so they can be examined. |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Reid Spencer | Update this test to use llvm-update. |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Reid Spencer | Build llvm-update now. |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Reid Spencer | Use the llvm-upgrade program to upgrade llvm assembly. |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Reid Spencer | Add support for global types and type resolution. Fix... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Jeff Cohen | Unbreak VC++ build. |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Chris Lattner | disable transformations that are invalid for fp vector... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | Switch analysis groups to be unregistered when llvm_shu... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | Handle upgrade of fp -> ptr cast with fp -> int -> ptr |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | Start moving pass registration over to using the Manage... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Match TargetInstrInfo changes. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | Don't convert {} into []! |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | pass cfgonly up the ctor instead of calling an explicit... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | Allow the new cast instructions. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | Upgrade shr to ashr and lshr |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | move 'cfgonly' pass tracking into PassInfo, instead... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | remove 'target constructor' support. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | target constructors are never used |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Match TargetInstrInfo changes. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | convertToThreeAddress() is now responsible for updating... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | Don't treat numeric (untyped) constants as a ConstInfo... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Typo |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | - Add getOperandConstraint() to TargetInstrDescriptor. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | fix incorrectly translated testcase |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | First version of llvm-upgrade that can correctly upgrad... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Add weak reference directive. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | valgrind clean version of llvm-upgrade |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | First version of llvm-upgrade that can correctly upgrad... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | Remove dead methods |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | These should be rewritten to fold without using the... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | test1 is miscompiled |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Jim Laskey | wrong spot |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Jim Laskey | Test for float varargs. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | this logic is broken for trunc to bool, replace the... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | add a new ConstantIntegral::get method. Simplify the... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | new 'cast' miscompilation, reduced from perlbmk by... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | enable this now that codegen support is in place |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Copy and paste error. An initialized global cannot... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Jim Laskey | 1. In ppc64 mode we need only use one GPR. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Jim Laskey | ExternalWeak case in wrong location. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | This test is meant for X86 CPU which does not support... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Fix 2005-05-08-FPStackifierPHI.ll failure. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Add a extern weak test case. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | A initialized global variable cannot be extern weak... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Darwin PPC external weak linkage support. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Minor code clean up. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Fix indentation. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Evan Cheng | Darwin X86 external weak linkage support. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | new testcase to verify external weak continues to work |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | new testcase for PR1027 |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | Fix a typo introduced by the cast patch that horribly... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | Don't fold "ptrtoint GV to bool" since this should... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | Define the HAVE_PTHREAD symbol. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | The InstCombine hack has been removed, no need to XFAIL... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Chris Lattner | Fix the CodeGen/PowerPC/vec_constants.ll regression. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Nick Lewycky | Remove extra header. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Nick Lewycky | Fix opt -o option. Don't pass a pointer to an auto... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | For PR1019: |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Anton Korobeynikov | Introducing external weak linkage. Darwin codegen shoul... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Reid Spencer | Remove 4 FIXMEs to hack around cast-to-bool problems... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Anton Korobeynikov | Factor out GVRequiresExtraLoad() from .h to .cpp |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Evan Cheng | Add X86-64 load / store codegen tests. |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Evan Cheng | - Use a different wrapper node for RIP-relative GV... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jim Laskey | better check for version |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Chris Lattner | make it clear that this is always a zext |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Chris Lattner | One more bugfix, 3 cases of making casts explicit. |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Chris Lattner | Fix a bug in globalopt due to the recent cast patch. |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Reid Spencer | Allow llvm-upgrade to read from stdin. Configure the... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jim Laskey | Add compile unit size test |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jim Laskey | Correct comment |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jim Laskey | Pubnames test |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jim Laskey | Update docs |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jim Laskey | Change global descriptor names to provide name, full... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jim Laskey | Temp fix to deal gdb issue. |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Evan Cheng | MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Evan Cheng | Remove the ugly SPARCV9 TargetInstrDescriptors hack. |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Evan Cheng | - MachineInstr now keeps a ptr to TargetInstrDescriptor... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Reid Spencer | Ignore generated files. |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Reid Spencer | Initial, non-functional, version of llvm-upgrade. This... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | New LSR test case. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | In PIC mode, GV not requiring an extra load can be... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Fix for PR1018 - Better support for X86-64 Linux in... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Reid Spencer | Get the delegation right for InstVisitor. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | Fix bug codegen'ing FP constant vectors with integer... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Avoid inifinite looping if READCYCLECOUNTER isn't custo... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Jim Laskey | Eliminate unnecessary scopes. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Jim Laskey | Offset for load of 32-bit arg in 64-bit world was incor... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Add x86-64 llvm.readcyclecounter test. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Custom lower READCYCLECOUNTER for x86-64. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Allow target to custom lower READCYCLECOUNTER (when... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Bill Wendling | Oops! didn't mean to put this in there yet. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | done |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | new bswap idiom |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Chris Lattner | implement cast.ll:test35. With this, we recognize: |
commit | commitdiff | tree | snapshot |
next |