2006-03-01 |
Chris Lattner | Pull shifts by a constant through multiplies (a form... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | Vector op lowering. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | New vector type v2f32. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | Vector ops lowering. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | New type v2f32. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | Missing a cast previously. |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | - Added v2f32, not used by any target currently. Only... |
commit | commitdiff | tree | snapshot |
2006-03-01 |
Evan Cheng | - Added VConstant as an abstract version of ConstantVec. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Evan Cheng | Add a test case for left shift by 1. We should not... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Evan Cheng | Another entry. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Evan Cheng | Don't match x << 1 to LEAL. It's better to emit x + x. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Jim Laskey | Add const, volatile, restrict support. |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | Fix a regression in a patch from a couple of days ago... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | 8 spaces -> tab. Reported by Wink Saville |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | evan's recent x86 isel improvements have fixed this... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | Add a subtarget feature for the stfiwx instruction... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | new testcases |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | Compile: |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | remove implemented item |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | Fold "and (LOAD P), 255" -> zextload. This allows... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | fold (sra (sra x, c1), c2) -> (sra x, c1+c2) |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | Implement rem.ll:test[7-9] and PR712 |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | new testcases for PR712 |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | Simplify some code now that the RHS of a rem can't... |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-02-28 |
Chris Lattner | Rearrange some code, fold "rem X, 0", implementing... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Add support for output memory constraints. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jim Laskey | Qualify dwarf namespace inside llvm namespace. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Nate Begeman | readme updates |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jim Laskey | Partial enabling of functions. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Don't print constant initializers, they may span lines... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jim Laskey | Supporting multiple compile units. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jim Laskey | Re-orging file. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jim Laskey | Pretty print large struct constants. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Jim Laskey | Removed dependency on how operands are printed (want... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Use -emit-llvm -S to get .ll file output from llvm-gcc |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Merge two almost-identical pieces of code. |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | new testcases |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Fold (A^B) == A -> B == 0 |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Implement bit propagation through sub nodes, this ... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Reenable this |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | remove some completed notes |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Check RHS simplification before LHS simplification... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | Just like we use the RHS of an AND to simplify the... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Chris Lattner | Add a bunch of missed cases. Perhaps the most signific... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Chris Lattner | Fold (X|C1)^C2 -> X^(C1|C2) when possible. This implements |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Jim Laskey | Reverting. Didn't realize some developers were embeddin... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Evan Cheng | ConstantPoolIndex is now the displacement portion of... |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Evan Cheng | Print ConstantPoolSDNode offset field. |
commit | commitdiff | tree | snapshot |
2006-02-26 |
Evan Cheng | Fixed ConstantPoolIndex operand asm print bug. This... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Jim Laskey | Format large struct constants for readability. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | New test case: use lea for imul by some constants. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | lea.ll is XFAIL until we implement convertToThreeAddress. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | * Cleaned up addressing mode matching code. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | Updates. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | * Allow mul, shl nodes to be codegen'd as LEA (if appro... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | ConstantPoolIndex is now the displacement field of... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | Added a common about the need for X86ISD::Wrapper. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | Added an offset field to ConstantPoolSDNode. |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Chris Lattner | this fails, mark it as such |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Chris Lattner | Fix a bug that Evan exposed with some changes he's... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Chris Lattner | Remove debugging printout :) |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Chris Lattner | Refactor some code from being inline to being out in... |
commit | commitdiff | tree | snapshot |
2006-02-25 |
Evan Cheng | Fix an obvious bug exposed when we are doing |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Add memory printing support for PPC. Input memory... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Use the PrintAsmMemoryOperand to print addressing modes. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Add a PrintAsmMemoryOperand method for printing addresses |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Pass all the flags to the asm printer, not just the... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | rename NumOps -> NumVals to avoid shadowing a NumOps... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Refactor operand adding out to a new AddOperand method |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Fix a problem that Nate noticed that boils down to... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Jim Laskey | Add pointer and reference types. Added short-term... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Jeff Cohen | Get VC++ building again. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Implement (most of) selection of inline asm memory... |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Select inline asm memory operands. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Implement selection of inline asm memory operands |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Add some hooks for selecting memory addresses. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Lower C_Memory operands. |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Recognize memory operand codes |
commit | commitdiff | tree | snapshot |
2006-02-24 |
Chris Lattner | Add C_Memory operand type |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | Parse the %*# constraint modifiers |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | add a new flag |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Jim Laskey | Added basic support for typedefs. |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Evan Cheng | PPC JIT relocation model should be DynamicNoPIC. |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Evan Cheng | - Clean up the lowering and selection code of ConstantP... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | Fix an endianness problem on big-endian targets with... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | Implement the PPC inline asm "L" modifier. This allows... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | Record all of the expanded registers in the DAG and... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Jim Laskey | DwarfWriter reading basic type information from llvm... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | Match the case of other mailing lists in the list |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | document the llvm-testresults list |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | Code cleanups, no functionality change |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | "." isn't enough to get a private label on linux, use... |
commit | commitdiff | tree | snapshot |
2006-02-23 |
Chris Lattner | add a small and simple case. |
commit | commitdiff | tree | snapshot |
next |