2006-12-06 |
Reid Spencer | Adjust to new ConstantIntegral interface for Max/Min... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Update ConstantIntegral Max/Min tests for new interface. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Fix some 80 col violations. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | fix the jit encoding of sradi, simplify the MDForm1... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | add relocation support for ppc64 branches. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Devang Patel | Detemplatize the Statistic class. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | merge the Statistic and StatisticBase classes, eliminat... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | add #include |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | add missing #include |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | Detemplatize the Statistic class. The only type it... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Jim Laskey | Some addresssed should be 64-bit and some shouldn't. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Jim Laskey | Make it easier for gdb to find the return address. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Rafael Espindola | print weak references |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Jim Laskey | No need to update generated files. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Jim Laskey | Fix build for older versios of bison. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Evan Cheng | Move copyKillDeadInfo out-of-line. Add findRegisterUseO... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Tie the ordered/unordered predicate descriptions to... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | Remove the dead CachedWriter class. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Don't turn on SETCC upgrade yet! |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Fix upgrade of setcc with bool operands. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | printName is almost always true. In the cases that... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | Remove the 'printname' argument to WriteAsOperand.... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | The hasSlot methods are gone. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | These asm printers shouldn't use assembly/writer.h |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | remove unused api |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | remove unused api, simplify some code |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | remove more code that was only used by the bc writer |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | remove dead code left over from when this functionality... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | reword message |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | rename createSlot -> getOrCreateSlot. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | clean up some sloppy and inconsistent spacing |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | wrap long lines |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Fix a CmpInst writing bug by removing merge cruft that... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | counter should be unsigned. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | eliminate fp statistic |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | add a helper to call llvm_shutdown() |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Chris Lattner | this is a subset of Codegen/X86/bitcast.ll, remove it. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Reid Spencer | Fix constant folding to deal with external weak global... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Remove dead var NewVarArgs. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | Instcombine shouldn't fold these casts. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Dump the old va_arg and va_next upgrade support. No... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Finally get the casting right in this file. Also, remov... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Evan Cheng | Revert an unintended change. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Evan Cheng | - Switch X86-64 JIT to large code size model. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | straighten out various memory ownership issues in the... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | This needs the callgraph data structure to stick around... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | For PR645: |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Remove various old upgrade hacks that are no longer... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Bail on the getInferredCast idea. Remove the function... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | If we have ScalarSSE, we can select bitconvert into... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | Add a perf optzn corresponding to PR1033. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Rafael Espindola | expand memmove and memcpy |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Eliminate "control reaches end of non-void function... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Rafael Espindola | add support for the "r" asm constraint |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | Fix typo noticed by Lauro Ramos Venancio, thanks! |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Rafael Espindola | add support for weak linkage |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Ignore the Output directory. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Evan Cheng | JIT large code model support. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Can't make these fail now with just BitCast. Previous... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Evan Cheng | Asm printing bug. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Evan Cheng | - Fix X86-64 JIT by temporarily disabling code that... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Evan Cheng | Update |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Remove the last inferred casts from VMCore. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Implement createPointerCast. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Reid Spencer | Implement getPointerCast. |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-12-05 |
Chris Lattner | add an instcombine xform. This speeds up 462.libquantu... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Devang Patel | SCCP does not handle Packed Type properly. Disable... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Add cast creation functions for Pointer Casts, either... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Chris Lattner | Add support for 64-bit 'r' constraint. Patch by by... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Chris Lattner | Testcase for PR1029, patch by Rafael \81vila de EspÃ... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Jim Laskey | Restoration of the stack pointer after a deallocation... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Separate getCompare from get and getCompareTy from... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Separate the get and getTy functions for ICmp and FCmp... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Fix comment grammaro |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | We only support 32-bit or 64-bit sequential type indice... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Chris Lattner | Add a comment and fix a memory leak. Thanks to Vikram... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | These pass on Linux now. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Expose the sanity. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Unclutter this by using new cast creation functions. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Implement new cast creation functions for both instruct... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Fix the intrinsic debug call to make this match current... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Make this test succeed on both Darwin and Linux |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Document the icmp and fcmp constant expressions. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | XFAIL until PR1033 is fixed. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Reduce the size of the ExprMapKeyType class. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Reid Spencer | Test case for PR1033, x86-64 code gen fails on bitcast. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Evan Cheng | Non-darwin gcc should default to static relocation... |
commit | commitdiff | tree | snapshot |
next |