2009-12-13 |
Anton Korobeynikov | Fix weird typo which leads to unallocated memory access... |
commit | commitdiff | tree | snapshot |
2009-12-13 |
Anton Korobeynikov | Do not allow uninitialize access during debug printing |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Eli Friedman | More info on this transformation. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Eli Friedman | Remove some stuff that's already implemented. Also... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Daniel Dunbar | Update install-clang target for clang-cc removal. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Evan Cheng | Disable r91104 for x86. It causes partial register... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Anton Korobeynikov | Implement variable-width shifts. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Evan Cheng | Add comment about potential partial register stall. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Evan Cheng | Fix an obvious bug. No test case since LEA16r is not... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Torok Edwin | Enable CPU detection when using MS VS 2k8 too. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Benjamin Kramer | Fix some CHECK lines which were ignored by accident. |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jeffrey Yasskin | Revert r91208. Something on Linux prevents the JIT... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jeffrey Yasskin | Fix available_externally linkage for globals. It's... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jeffrey Yasskin | Make it easier to use the llvm_unreachable and DEBUG... |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Jim Grosbach | Framework for atomic binary operations. The emitter... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Bob Wilson | Revise scalar replacement to be more flexible about... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Delete an unnecessary line. The VTSDNode on a SIGN_EXTE... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anton Korobeynikov | Lower setcc branchless, if this is profitable. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Bill Wendling | Don't try to move a MBB into the fall-through position... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Devang Patel | Construct CompileUnits lazily. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Implement vector widening, splitting, and scalarizing... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jim Grosbach | memory barrier instructions by definition have side... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Change this to the correct PR number. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Make getUniqueExitBlocks's precondition assert more... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Dan Gohman | Fix the result type of SELECT nodes lowered from Select... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anton Korobeynikov | Honour setHasCalls() set from isel. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Johnny Chen | Store Register Exclusive should leave the source regist... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jim Grosbach | Update properties. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Gabor Greif | Simplify this class by removing the result cache. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Bill Wendling | Revert part of r91101 which was causing an infinite... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Duncan Sands | Add utility method for determining whether a function... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Evan Cheng | Tests for 91103 and 91104. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Evan Cheng | Add support to 3-addressify 16-bit instructions. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Evan Cheng | Coalesce insert_subreg undef, x first to avoid phase... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Bill Wendling | Address comments on last patch: |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Bill Wendling | A machine basic block may end in an unconditional branc... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Jim Grosbach | Rough first pass at compare_and_swap atomic builtins... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Add qualifiers for calls to member functions in depende... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Devang Patel | If VariableDIe is not created (may be because global... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eric Christopher | Add a test for the fix in revision 91009. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Evan Cheng | It's not safe to coalesce a move where src and dst... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | Remove a broken, unused header |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Devang Patel | Refactor code that finds context for a given die. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Jim Grosbach | Add instruction encoding for DMB/DSB |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Devang Patel | Refactor. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Jakob Stoklund... | Also attempt trivial coalescing for live intervals... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Torok Edwin | Comparing std::string with NULL is a bad idea, so just... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eric Christopher | Make sure the immediate dominator isn't NULL through... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | Fix PR5744, a case where we were getting the pointer... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Jim Grosbach | Add memory barrier intrinsic support for ARM. Moving... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | allow this to build when the #if 0's are enabled. ... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Dan Gohman | Dereference loopHeader after checking for null rather... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Evan Cheng | Optimize splat of a scalar load into a shuffle of a... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Dan Gohman | Reuse the Threshold value to size these containers... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Devang Patel | Reapply r90858, a cleanup patch. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | fix hte last remaining known (by me) phi translation... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | change GetStoreValueForLoad to use IRBuilder, which... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Bob Wilson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | Add a minor optimization: if we haven't changed the... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anton Korobeynikov | Add note about loadable modules on windows. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | fix PR5733, a case where we'd replace an add with a... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
David Goodwin | <rdar://problem/7453528>. Track only physical registers... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | merge crash-2.ll into crash.ll |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Eric Christopher | Silence conversion warning from 64 to 32-bit. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | change AnalyzeLoadFromClobberingMemInst/AnalyzeLoadFrom... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | change AnalyzeLoadFromClobberingWrite and clients to... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | enhance NonLocalDepEntry to keep the per-block phi... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Daniel Dunbar | DeltaAlgorithm: Add a virtual destructor and home. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | change NonLocalDepEntry from being a typedef for an... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Lang Hames | Added a new "splitting" spiller. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Daniel Dunbar | Remove spurious extern. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Daniel Dunbar | Remove unneeded ';' and a class/struct mismatch (notice... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | the code in GVN that tries to forward large loads to... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | add some aborts to #if 0's. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | Switch GVN and memdep to use PHITransAddr, which correc... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Evan Cheng | Teach InferPtrAlignment to infer GV+cst alignment and... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Devang Patel | Remove tests that are not suitable anymore. Plus they... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Evan Cheng | Move isConsecutiveLoad to SelectionDAG. It's not target... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | fix a nasty variable that was shadowing the real CurBB... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Evan Cheng | Infer alignment for non-fixed stack object. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Evan Cheng | Add const qualifier. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Evan Cheng | Refactor InferAlignment out of DAGCombine. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | fix many input tracking bugs. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | when opt crashes, print its command line arguments... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Dan Gohman | Fix a typo in a comment, and adjust SmallSet and SmallV... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | fix PHI translation to take the PHI out of the instinp... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | instructions defined in CurBB may be intermediate nodes... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | add dumping and sanity checking support. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Dan Gohman | Put a threshold on the number of users PointerMayBeCaptured |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Chris Lattner | make sure that PHITransAddr keeps its 'InstInputs'... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Devang Patel | Revert 90858 90875 and 90805 for now. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Evan Cheng | - Support inline asm 'w' constraint for 128-bit vector... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | lit: Prevent crash-on-invalid (when run on directory... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Set svn:ignore on tools/clang. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | CMake/lit: Add llvm_{unit_,}site_config parameters... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Evan Cheng | Revert 90789 for now. It caused massive compile time... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Bob Wilson | Some superficial cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Bob Wilson | Clean up dead operands left around after SROA replaces... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Devang Patel | Cleanup. |
commit | commitdiff | tree | snapshot |
next |