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 |
2009-09-21 |
Dan Gohman | Add a comment mentioning the rdar number associated... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Add support for rematerializing FsFLD0SS and FsFLD0SD... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Recognize SSE min and max opportunities in even more... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Fix the offset values for these memoperands. For frame... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | big endian systems shift by bits too, hopefully this... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Nick pointed out that DominanceFrontier and DominanceTr... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Remove the special-case for constants in PHI nodes... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | fix PR5016, a crash I introduced in GVN handing first... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Mikhail Glushenkov | Use raw_ostream::indent instead of passing strings. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Fix this assertion string to mention subreg_to_reg. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Nuno Lopes | initialize SymbolsCanStartWithDigit to false by default |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Xerxes Ranby | Update cmake. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Jakob Stoklund... | Verify that phi instructions refer to MBBs in the CFG. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | enable non-local analysis and PRE of large store -... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | convert an std::pair to an explicit struct. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | move some functions, add a comment. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | split HandleLoadFromClobberingStore in two pieces:... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Register the MachineModuleInfo for the ARM JIT, and... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | add pr# |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | Improve GVN to be able to forward substitute a small... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Evan Cheng | Fix PR4986. "r1024 = insert_subreg r1024, undef, 2... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Don't allow formatted_ostream to be unbuffered, even... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | one case handled, expanded another testcase inline. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | formatting cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Reid Kleckner | Add documentation on how to use enable debug informatio... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | fix a FileCheck bug where: |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Move ARM and X86 specific AsmParser tests into separate... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Reid Kleckner | Implement the JIT side of the GDB JIT debugging interfa... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Work around a FileCheck bug, for now. |
commit | commitdiff | tree | snapshot |
next |