2006-03-03 |
Chris Lattner | initial implementation of intrinsic parsing
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | remove out of date comment
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | update comment
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Split the valuetypes out of Target.td into ValueTypes.td
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | pass -Illvm/include to tblgen
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Split this out of Target.td
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Add support for "-Ifoo" in addition to "-I foo"
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Regenerate
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | add support for multiple include directories
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Change this to work with renamed intrinsics.
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Upgrade this to use the new intrinsic names
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Make this work with renamed intrinsics.
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | updates for recent changes
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | mention some major changes
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | remove the read/write port/io intrinsics.
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Remove these testcases. These intrinsics are going...
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Update the llvm.memset/memcpy/memmove intrinsics to...
|
commit | commitdiff | tree |
2006-03-03 |
Chris Lattner | Split memcpy/memset/memmove intrinsics into i32/i64...
|
commit | commitdiff | tree |
2006-03-02 |
Chris Lattner | Simplify the autoupgrade interface
|
commit | commitdiff | tree |
2006-03-02 |
Chris Lattner | Split memcpy/memset/memmove intrinsics into i32/i64...
|
commit | commitdiff | tree |
2006-03-02 |
Chris Lattner | new testcases
|
commit | commitdiff | tree |
2006-03-02 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2006-03-02 |
Chris Lattner | Generalize the REM folding code to handle another case...
|
commit | commitdiff | tree |
2006-03-02 |
Chris Lattner | add a couple more cases
|
commit | commitdiff | tree |
2006-03-02 |
Chris Lattner | Fix a compilation error with GCC 4.1. Thanks to Vladimir...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | testcase that crashed the new CFE
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Fix CodeGen/Generic/2006-03-01-dagcombineinfloop.ll...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Fix a typo evan noticed
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Implement CodeGen/PowerPC/or-addressing-mode.ll, which...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | load (x|y) -> load (x+y) iff x and y have no common...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Compile this:
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | new testcase. These functions shouldn't touch the...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Use a target-specific dag-combine to implement CodeGen...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | new testcase. There should be no accesses to the stack...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Add support for target-specific dag combines
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Add interfaces for targets to provide target-specific...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Add a new AddToWorkList method, start using it
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | Pull shifts by a constant through multiplies (a form...
|
commit | commitdiff | tree |
2006-03-01 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | Fix a regression in a patch from a couple of days ago...
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | 8 spaces -> tab. Reported by Wink Saville
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | evan's recent x86 isel improvements have fixed this...
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | Add a subtarget feature for the stfiwx instruction...
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | new testcases
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | Compile:
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | remove implemented item
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | Fold "and (LOAD P), 255" -> zextload. This allows...
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | fold (sra (sra x, c1), c2) -> (sra x, c1+c2)
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | Implement rem.ll:test[7-9] and PR712
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | new testcases for PR712
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | Simplify some code now that the RHS of a rem can't...
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-02-28 |
Chris Lattner | Rearrange some code, fold "rem X, 0", implementing...
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Add support for output memory constraints.
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Don't print constant initializers, they may span lines...
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Use -emit-llvm -S to get .ll file output from llvm-gcc
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Merge two almost-identical pieces of code.
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | new testcases
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Fold (A^B) == A -> B == 0
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | New testcases
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Implement bit propagation through sub nodes, this ...
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Reenable this
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | remove some completed notes
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Check RHS simplification before LHS simplification...
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | Just like we use the RHS of an AND to simplify the...
|
commit | commitdiff | tree |
2006-02-27 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-02-26 |
Chris Lattner | Add a bunch of missed cases. Perhaps the most significant...
|
commit | commitdiff | tree |
2006-02-26 |
Chris Lattner | Fold (X|C1)^C2 -> X^(C1|C2) when possible. This implements
|
commit | commitdiff | tree |
2006-02-26 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2006-02-25 |
Chris Lattner | this fails, mark it as such
|
commit | commitdiff | tree |
2006-02-25 |
Chris Lattner | Fix a bug that Evan exposed with some changes he's...
|
commit | commitdiff | tree |
2006-02-25 |
Chris Lattner | Remove debugging printout :)
|
commit | commitdiff | tree |
2006-02-25 |
Chris Lattner | Refactor some code from being inline to being out in...
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Add memory printing support for PPC. Input memory...
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Use the PrintAsmMemoryOperand to print addressing modes.
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Add a PrintAsmMemoryOperand method for printing addresses
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Pass all the flags to the asm printer, not just the...
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | rename NumOps -> NumVals to avoid shadowing a NumOps...
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Refactor operand adding out to a new AddOperand method
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | add a method
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Fix a problem that Nate noticed that boils down to...
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Implement (most of) selection of inline asm memory...
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Select inline asm memory operands.
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Implement selection of inline asm memory operands
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Add some hooks for selecting memory addresses.
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Lower C_Memory operands.
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Recognize memory operand codes
|
commit | commitdiff | tree |
2006-02-24 |
Chris Lattner | Add C_Memory operand type
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | Parse the %*# constraint modifiers
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | add a new flag
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | Fix an endianness problem on big-endian targets with...
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | Implement the PPC inline asm "L" modifier. This allows...
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | Record all of the expanded registers in the DAG and...
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | Match the case of other mailing lists in the list
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | document the llvm-testresults list
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | Code cleanups, no functionality change
|
commit | commitdiff | tree |
2006-02-23 |
Chris Lattner | "." isn't enough to get a private label on linux, use...
|
commit | commitdiff | tree |
next |