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 |
2009-09-22 |
Daniel Dunbar | Revert "Don't allow formatted_ostream to be unbuffered... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | ... missed hiding a variable for MSVC only. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Hide MSVC specific CRT interaction behind _MSC_VER. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mikhail Glushenkov | Remove the GetProcessId() call from Win32/Program.inc... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Fix commento. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | lit: When executing shell scripts internally, don't... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Evan Cheng | Forgot this. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Evan Cheng | Fix PR5024. LiveVariables::FindLastPartialDef should... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Initial support for running LLVM tests from cmake. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Generate lit.site.cfg from a .in file, as clang does. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Use Compiler.h macro instead of __attribute__. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | CMake: Fix definition of LTDL_SHLIB_EXT for Darwin. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Fix llvm-config --src-root and --obj-root for CMake... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | llvm-config: Remove unused variables. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Actually use the arguments with the resolved executable... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Revert "Get rid of GetProcessId in Win32/Program.inc... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | lit: Don't use close_fds=True on Windows. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | lit: When executing commands internally, perform PATH... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Switch FoldingSet::AddString to StringRef based API. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Workaround what I believe is an MSVC bug where it emits... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Switch DIDescriptor to use a TrackingVH. - This makes... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Add a TrackingVH value handle. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Evan Cheng | Fix a pasto. Also simplify for Bill's benefit. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Evan Cheng | Minor bug fix. LowerSubregs should translate |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | Fix PR5023: The instruction form of DominatorTree:... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | move DominatorTree::dominates for instructions out... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Evan Cheng | Clean up spill weight computation. Also some changes... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
David Goodwin | Add Cortex-A8 VFP model. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Change MachineMemOperand's alignment value to be the... |
commit | commitdiff | tree | snapshot |
next |