2006-10-22 |
Nick Lewycky | Whoops! Add missing NULL check. |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Anton Korobeynikov | Do section switching right way for Mingw\Cygwin and... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Chris Lattner | Implement PR964 and Regression/CodeGen/Generic/SwitchLo... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Nick Lewycky | Handle "if ((x|y) != 0)" for ints like we do for bools... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Chris Lattner | new testcase for PR964 |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Nick Lewycky | AllocaInst can't return a null pointer. Fixes missed... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Chris Lattner | Add a workaround for PR962, disabling the more aggressi... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Reid Spencer | Don't generate a prototype for _setjmp. At least on... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Reid Spencer | Remove unneeded CHECK_FOR_ERROR invocations. |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Chris Lattner | change keyword to datalayout |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Chris Lattner | Change keyword to datalayout |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Chris Lattner | 3 Changes: |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | New, wonderful isSuccessor method |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | don't break infinite loops |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | Implement support for branch reversal, fix a bug in... |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | Use branch reversal to do stuff like this: |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | Implement support for branch condition reversal. |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | Transform code like: |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | Simplify code, no functionality change |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | implement support for inserting a cond branch |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | allow insertion of a conditional branch with fall-through |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | Three changes: |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | update assert message |
commit | commitdiff | tree | snapshot |
2006-10-21 |
Chris Lattner | Add an experimental cross-jumping implementation. |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | implement MachineOperand::isIdenticalTo |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | add isIdenticalTo method to machineinstr/operand. |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | llvm-extract should remove module-level asm |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | bugfix |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | Fix an ugly problem in SCCP. This fixes Benchmarks... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | Fix miscompilation of MallocBench/espresso which code... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Bill Wendling | Changed the pattern matching so that it will hopefully... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Devang Patel | Test case for |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | Make flag and chain edges visually distinguishable... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | add method |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | Implement branch analysis/xform hooks required by the... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Reid Spencer | Fix a comment to be accurate. |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Devang Patel | While creating mask, use 1ULL instead of 1. |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | Fix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling... |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | new testcase for PR957 |
commit | commitdiff | tree | snapshot |
2006-10-20 |
Chris Lattner | add a method to determine whether evaluation of a const... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Bill Wendling | Testcase for P926 |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Bill Wendling | Partially in response to PR926: insert the newly create... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Devang Patel | It is OK to remove extra cast if operation is EQ/NE... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Devang Patel | Typo Typo. |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Devang Patel | Typo. |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Devang Patel | Fix bug in PR454 resolution. Added new test case. |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Rafael Espindola | use Pat to implement extloadi8 and extloadi16 |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Reid Spencer | 80 cols fix. |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Rafael Espindola | implement undef |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Rafael Espindola | print common symbols |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Rafael Espindola | implement extloadi8 and extloadi16 |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Rafael Espindola | expand SIGN_EXTEND_INREG |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Rafael Espindola | expand brind so that we don't have to implement jump... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Reid Spencer | Beef up the output from DiffFilesWithTolerance by setti... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Reid Spencer | Add llvm.spec, a generated file. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Jim Laskey | Add option for controlling inclusion of global AA. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Rafael Espindola | add blx |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Rafael Espindola | add isTerminatortto b and bcond |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Jim Laskey | Use global info for alias analysis. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Rafael Espindola | implement CallingConv::Fast as CallingConv::C |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Anton Korobeynikov | Fixed mingw\cygwin linkonce linkage once again. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Owen Anderson | Add LCSSA to the LLVM lexicon. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Owen Anderson | Add support for the new "target data" information in... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Owen Anderson | Add support for the new "target data" information in... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Chris Lattner | set the ppc64 stack pointer right, dynamic alloca now... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Chris Lattner | Expand alloca for ppc64 |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | Teach the branch folder to update debug info if it... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | add a method to remove a line # record. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | expose DWARF_LABEL opcode# so the branch folder can... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | update comment |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | Do not leak all of the SourceLineInfo objects. Do... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | Trivial patch to speed up legalizing common i64 constants. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | Fix CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | new testcase, miscompilation of llvm with itself. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Evan Cheng | Fix printer for StoreSDNode. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Evan Cheng | Reflect MemOpAddrMode change; added a helper to create... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Evan Cheng | Split PRE_INDEXED to PRE_INC / PRE_DEC and similarly... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Rafael Espindola | expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Rafael Espindola | add the FPUnaryOp and DFPUnaryOp classes |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Rafael Espindola | add FABSS and FABSD |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Anton Korobeynikov | Adding linkonce linkage codegeneration support for... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Rafael Espindola | cleanup some tests |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Jim Laskey | Make it simplier to dump DAGs while in DAGCombiner... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Rafael Espindola | remove extra [] in stores |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | Enable deleting branches to successor blocks. With... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | add support for inserting an uncond branch |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Rafael Espindola | initial implementation of addressing mode 5 |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Jim Laskey | Clean up interface to getGlobalLinkName. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Chris Lattner | Reenable this pass, fixing the bugs in it. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Evan Cheng | Make sure operand does have size and element type operands. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Rafael Espindola | add the immediate to the Offset in eliminateFrameIndex |
commit | commitdiff | tree | snapshot |
next |