2006-05-24 |
Reid Spencer | For PR786: |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | Don't use -fomit-frame-pointer on darwin, it breaks... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | Patch for a new instcombine xform, patch contributed... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | Testcase for a new instcombine xform, patch contributed... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | Don't make zero-sized static arrays |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | Patches to make the LLVM sources more -pedantic clean... |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | One of these xforms is only safe with unsafe math enabled. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | Fix CodeGen/Generic/vector.ll:test_div with altivec. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Chris Lattner | Handle SETO* like we handle SET*, restoring behavior... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Chris Lattner | Print struct return functions and calls as actually... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Chris Lattner | Fix file header comment |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Evan Cheng | Better way to check for vararg. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Evan Cheng | Remove PreprocessCCCArguments and PreprocessFastCCArgum... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Chris Lattner | Implement an annoying part of the Darwin/X86 abi: the... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Evan Cheng | -enable-unsafe-fp-math implies -enable-finite-only... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Vladimir Prus | Make class comment visible in Doxygen. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Vladimir Prus | Fix missing include |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Evan Cheng | Added a test case for FP equality check. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Evan Cheng | Incorrect SETCC CondCode used for FP comparisons. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Evan Cheng | Added option -enable-finite-only-fp-math. When on,... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Rafael Espindola | implement minimal versions of |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Chris Lattner | Describe how to add a custom test. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Chris Lattner | Wrap long lines fix typo |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Evan Cheng | A isel deficiency. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Reid Spencer | For PR784: |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Evan Cheng | Back out indirect branch load folding hack. It broke... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Owen Anderson | Make TargetData strings less redundant. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Chris Lattner | Silence a bogus gcc warning |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Chris Lattner | Fix a parsing bug that caused 7 llvm-test regressions... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Evan Cheng | - Use of load's chain result should be redirected to... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Evan Cheng | A new entry |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Evan Cheng | Missing break statements. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Evan Cheng | Remove unused patterns. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Evan Cheng | Handle indirect call which folds a load manually. This... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Owen Anderson | Sparc is big-endian. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Owen Anderson | Make all of the TargetMachine subclasses use the new... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | new testcase for csretcc |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Print csretcc calls like this: |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Fix misencoding of calling conventions |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | pretty print csretcc for calls |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | CSRet allows varargs |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Asmprint csret nicely |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Regenerate |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Add support for parsing csret |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | csret functions can be varargs (as can target cc's... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Add new calling convention, as documented in LangRef... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | New calling convention I will be adding shortly. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Split the SSE readme items out into their own README. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Split FP-stack notes out of the main readme. Next... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Move a target-independent note out of the X86 readme. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Particularly ugly code. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Reid Spencer | Fix a doxygen problem and break lines at 80 columns |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Reid Spencer | Fix some doxygen usage in these headers. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Evan Cheng | These can be transformed into lea as well. Not that... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Evan Cheng | - Use exact-width integer types, e.g. int32_t, to avoid... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Chris Lattner | Use class tags instead of struct tags. The coding... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Evan Cheng | Explicitly specify MOV32mi can only be used store 32... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Evan Cheng | Now that iPTR is a fully resolved type. We end up losin... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Rafael Espindola | implement movri |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Evan Cheng | Added a Flags field to TargetOperandInfo. Currently... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Evan Cheng | lib/Target/Target.td |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Reid Spencer | Improve error output. Use the third parameter of the... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Andrew Lenharth | Fix a bogus gcc warning |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Evan Cheng | ImmMask should be 3 for a two-bit field; Compact X86II |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Owen Anderson | Fix some think-o's in my last commit. Thanks to Chris... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Owen Anderson | Change Module to use TargetData-compatible strings... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Evan Cheng | getCalleeSaveRegs and getCalleeSaveRegClasses are no... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Evan Cheng | Remove CalleeSavedRegisters from class Target. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Evan Cheng | Don't generate getCalleeSaveReg and getCalleeSaveRegCla... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Chris Lattner | This test is buggy: printf is a varargs function. ... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Reid Spencer | Make some changes suggested by Chris: |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Owen Anderson | Fix a stupid bug when parsing TargetData strings. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Chris Lattner | Use DIRS here instead of PARALLEL_DIRS, as VMCore has... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Use generic iPTR instead i32 to represent pointer type. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Another entry |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Reid Spencer | Remove the llvm-db and bugpoint restrictions from the... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Remove PointerType from class Target |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Chris Lattner | Declare that lowerinvoke doesn't interact with other... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Typo |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Chris Lattner | Fix the result of the call to use a correct vbitconvert... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Chris Lattner | Correct a previous patch which broke CodeGen/PowerPC... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Remove PointerType from target definition. Use abstract... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | PR736 has already been fixed. Remove XFAIL marker. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | New test case for vector type argument pass by value. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Andrew Lenharth | Fix call_adj.ll |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Andrew Lenharth | Added sanity check for obviously bogus immediates |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Andrew Lenharth | Added regression that breaks gcc4 build |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Should pass by reference. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Another entry |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Chris Lattner | Add a note about a note |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Chris Lattner | Make PPC call lowering more aggressive, making the... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Another typo. Pointed out by Nate Begeman. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Evan Cheng | Fixed a LowerCallTo and LowerArguments bug. They were... |
commit | commitdiff | tree | snapshot |
next |