2009-09-25 |
Dan Gohman | Rename ConstantFP's getInf to getInfinity. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Move MachineMemOperand::getAlignment out of line, to... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Daniel Dunbar | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Add a ConstantFP::getInf utility function for creating... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Fix MachineSink to be able to sink instructions that... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Anton Korobeynikov | Regenerate |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Anton Korobeynikov | Provide proper masks for neon perfect shuffle table. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Simplify a few more uses of reg_iterator. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Simplify this code by using use_iterator instead of... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Evan Cheng | Code clean up and prepare for Thumb2 support. No functi... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Evan Cheng | Flip -disable-post-RA-scheduler to -post-RA-scheduler. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Jeffrey Yasskin | Fix a compile failure introduced by r82675 on MinGW... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Handle sqrt in CannotBeNegativeZero. absf and absl |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Improve MachineMemOperand handling. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Rename getTargetNode to getMachineNode, for consistency... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
David Goodwin | Finish scheduling itineraries for NEON. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Add readonly to some sin and cos calls; transformations |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Victor Hernandez | Revert 82694 "Auto-upgrade malloc instructions to mallo... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Make sure sin, cos, sqrt calls are marked readonly |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | reject attempts to use ()'s in patterns, these are... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | reimplement the regex matching strategy by building... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Generate FSQRT from calls to the sqrt function, which |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | special case Patterns that are a single fixed string... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dale Johannesen | Revise C library functions description to be vaguer... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Jeffrey Yasskin | This patch causes the --enable-debug-runtime configure... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Bob Wilson | Add some comments to clarify things that I discovered... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Daniel Dunbar | Make llvm-bcanalyzer percentages more readable. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Daniel Dunbar | Strip trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Bob Wilson | pr4926: ARM requires the stack pointer to be aligned... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Duncan Sands | Print INST_INBOUNDS_GEP rather than UnknownCode30. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | convert testcases to filecheck. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | filecheck should not match a \n with a . |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | remove a large unreduced testcase |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | turn a std::pair into a real class. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Nate Begeman | Fix combiner-aa issue with bases which are different... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Bob Wilson | Update the description of MachineFrameInfo's OffsetAdju... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Don't try to use pre-indexed addressing with sthbrx... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dan Gohman | Add a version of dumpr() that has a SelectionDAG* argument. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Jim Grosbach | Start of revamping the register scavenging in PEI.... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Dale Johannesen | Reenable sqrt IR generation test. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Mike Stump | Delete space after function name, before (, reflow... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Mike Stump | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | add and document regex support for FileCheck. You... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | unconditionally request MMI |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | wrap long lines. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | Use CanonicalizeInputFile to canonicalize the entire... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | change 'not' matching to use Pattern, move pattern... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | refactor out the match string into its own Pattern... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Bob Wilson | Convert to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
David Goodwin | Make the end-of-itinerary mark explicit. Some cleanup. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Dan Gohman | Add nounwind to this test. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | tidy up, fix a memory leak in Regex::isValid |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Dale Johannesen | Clarify that llvm attaches C language semantics to |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Torok Edwin | Constant propagating byval pointer is safe if function... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Victor Hernandez | Auto-upgrade malloc instructions to malloc calls. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Bob Wilson | Fix a hypothetical problem for targets with StackGrowsU... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Devang Patel | Move parent assertion check before metadata deletion. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Torok Edwin | Don't constant propagate byval pointers, since they... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Daniel Dunbar | Add count/not tools as executables. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | unconditionally compute MMI even if the target doesn... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | reapply r82348 with a fix, thanks Jeffrey. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Evan Cheng | Fix PR5024 with a big hammer: disable the double-def... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Evan Cheng | Clean up LiveVariables and change how it deals with... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Jeffrey Yasskin | Roll back r82348, which introduced an infinite loop... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dale Johannesen | A minor improvment in accuracy to inline cost |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dale Johannesen | Disable test; what it's testing for is wrong. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
David Goodwin | Checkpoint NEON scheduling itineraries. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dan Gohman | Use getStoreSize() instead of getStoreSizeInBits()/8. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dan Gohman | Spruce up some comments. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dan Gohman | Rename several variables from EVT to more descriptive... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dan Gohman | Add an EVT::getStoreSize function, like getStoreSizeInB... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Jakob Stoklund... | Fix verification of explicit operands. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Bob Wilson | Remove BlackfinRegisterInfo::getFrameIndexOffset since... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dan Gohman | Correct a comment. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Devang Patel | Delete attached metadata when an instruction is deleted. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Anton Korobeynikov | ARM does not support offset folding (yet). Disable... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Bob Wilson | Edit a comment. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Devang Patel | Do not leave behind metadata while cloning an instruction. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Evan Cheng | Add nounwind. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Devang Patel | s/*Location/*DebugLocation/g |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Jeffrey Yasskin | PR4047: Permit configure --enable-targets=host,cpp... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
David Goodwin | Fix bug in kill flag updating for post-register-allocat... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Benjamin Kramer | Fix a struct/class mismatch. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
John McCall | Make the type traits for a const pointer defer to those... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Evan Cheng | Fix PR5024. LiveVariables physical register defs should... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Evan Cheng | Fix a obvious logic error. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Gabor Greif | pretty mechanical changes to match coding guidelines... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Chris Lattner | errorstr can be null, don't unconditionally set it... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Chris Lattner | Make EngineBuilder return more error codes, by KS Sreeram. |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dan Gohman | Give MachineMemOperand an operator<<, factoring out... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Dan Gohman | Fix X86's unfoldMemoryOperand to properly handle Machin... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Mike Stump | This is overly constraining with respect to clang. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Erick Tryzelaar | Add examples for Kaleidoscope chapters 2 through 6. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Erick Tryzelaar | Rename Kaleidoscope to show that it's for Chapter 7... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Erick Tryzelaar | Sync c++ kaleidoscope tutorial with test. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Devang Patel | Add SetLocation() to allow IRBuilder user to set locati... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Devang Patel | Check exisiting dbg MDKind first. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Victor Hernandez | No need to verify that malloc's return type is i8*. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
David Goodwin | Use early returns. |
commit | commitdiff | tree | snapshot |
next |