2009-06-16 |
Owen Anderson | Forgot this file in my last commit.
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Use a reader-writer lock to guard large portions of...
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Accidentally broke this file.
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Add newline at end of file.
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Remove the Win32 implementation, since it doesn't compile...
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Fix #include guards.
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Fix/cleanup trailing newlines.
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Add a portable wrapper for reader-writer locks.
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Add a configure check for pthread_rwlock_init.
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Update the threading section to reflect current plans...
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Fix validation errors.
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Split the thread-related APIs out into their own file...
|
commit | commitdiff | tree |
2009-06-16 |
Owen Anderson | Add initial stab at documenting the use of LLVM with...
|
commit | commitdiff | tree |
2009-06-15 |
Owen Anderson | Remove extraneous propset.
|
commit | commitdiff | tree |
2009-06-15 |
Owen Anderson | Owen Anderson 2009-06-15: Use a SmallPtrSet here, for...
|
commit | commitdiff | tree |
2009-06-15 |
Owen Anderson | Merge PartialInliner changes.
|
commit | commitdiff | tree |
2009-06-14 |
Owen Anderson | Add an early implementation of a partial inlining pass...
|
commit | commitdiff | tree |
2009-06-12 |
Owen Anderson | Improve style.
|
commit | commitdiff | tree |
2009-06-12 |
Owen Anderson | This is supposed to be a preorder numbering of the...
|
commit | commitdiff | tree |
2009-06-12 |
Owen Anderson | Now with less iterator invalidation, and other forms...
|
commit | commitdiff | tree |
2009-06-09 |
Owen Anderson | Add the beginnings of an implementatation of lazy liveness...
|
commit | commitdiff | tree |
2009-06-02 |
Owen Anderson | Undef MemoryFence when compiling on MSVC.
|
commit | commitdiff | tree |
2009-05-31 |
Owen Anderson | Be more aggressive in doing LoadPRE by tracing backwards...
|
commit | commitdiff | tree |
2009-05-29 |
Owen Anderson | Fix an issue where phiMap was not being updated properly...
|
commit | commitdiff | tree |
2009-05-21 |
Owen Anderson | Add Atomic.cpp to the CMake build system.
|
commit | commitdiff | tree |
2009-05-21 |
Owen Anderson | Use DataTypes.h instead of stdint.h.
|
commit | commitdiff | tree |
2009-05-20 |
Owen Anderson | Have llvm_start_multithreaded return a bool indicating...
|
commit | commitdiff | tree |
2009-05-20 |
Owen Anderson | Tabs, be gone!
|
commit | commitdiff | tree |
2009-05-20 |
Owen Anderson | I just fail today.
|
commit | commitdiff | tree |
2009-05-20 |
Owen Anderson | Copy-and-paste-o.
|
commit | commitdiff | tree |
2009-05-20 |
Owen Anderson | Move atomic operations' definitions out of line. While...
|
commit | commitdiff | tree |
2009-05-20 |
Owen Anderson | Compile fix for MSVC.
|
commit | commitdiff | tree |
2009-05-20 |
Owen Anderson | Add llvm_start_multithreaded(), which starts up the...
|
commit | commitdiff | tree |
2009-05-20 |
Owen Anderson | We need to include config.h here so that the #defines...
|
commit | commitdiff | tree |
2009-05-19 |
Owen Anderson | Forgot this file in my last commit.
|
commit | commitdiff | tree |
2009-05-19 |
Owen Anderson | Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS...
|
commit | commitdiff | tree |
2009-05-19 |
Owen Anderson | Make using an unsupported CAS size a hard error on...
|
commit | commitdiff | tree |
2009-05-19 |
Owen Anderson | Fix up the Windows portion of Atomic.h. This is untested...
|
commit | commitdiff | tree |
2009-05-19 |
Owen Anderson | Template CompareAndSwap function.
|
commit | commitdiff | tree |
2009-05-19 |
Owen Anderson | Now that we have atomics support properly detected...
|
commit | commitdiff | tree |
2009-05-18 |
Owen Anderson | Test for the presence of GCC atomic builtins at configure...
|
commit | commitdiff | tree |
2009-05-17 |
Owen Anderson | Significantly improve Atomic.h by pulling in code from...
|
commit | commitdiff | tree |
2009-05-16 |
Owen Anderson | Remove the volatile marker from the cas_flag typedef...
|
commit | commitdiff | tree |
2009-05-16 |
Owen Anderson | Back out the thread-safe ManagedStatic for now. Too...
|
commit | commitdiff | tree |
2009-05-15 |
Owen Anderson | Improve compatibility with older versions of Windows.
|
commit | commitdiff | tree |
2009-05-15 |
Owen Anderson | Factor out some common code, fix more typoes, and add...
|
commit | commitdiff | tree |
2009-05-15 |
Owen Anderson | Fix an unfortunate typo.
|
commit | commitdiff | tree |
2009-05-15 |
Owen Anderson | (Hopefully) unbreak Apple-style builds.
|
commit | commitdiff | tree |
2009-05-15 |
Owen Anderson | Don't #include OSAtomic.h unless we really need it.
|
commit | commitdiff | tree |
2009-05-15 |
Owen Anderson | Now with working on Leopard!
|
commit | commitdiff | tree |
2009-05-14 |
Owen Anderson | Dropped this #include by accident.
|
commit | commitdiff | tree |
2009-05-14 |
Owen Anderson | Make ManagedStatic threadsafe by using atomic operations.
|
commit | commitdiff | tree |
2009-05-14 |
Owen Anderson | Add CompareAndSwap.
|
commit | commitdiff | tree |
2009-05-14 |
Owen Anderson | Down with static variables!
|
commit | commitdiff | tree |
2009-05-14 |
Owen Anderson | Add an Atomic.h to the System library, for providing...
|
commit | commitdiff | tree |
2009-04-27 |
Owen Anderson | Don't skip the CopyMI when removing kill markers.
|
commit | commitdiff | tree |
2009-04-23 |
Owen Anderson | Testcase for PR3909.
|
commit | commitdiff | tree |
2009-04-23 |
Owen Anderson | Testcase for PR2639.
|
commit | commitdiff | tree |
2009-04-23 |
Owen Anderson | Testcase for PR2537.
|
commit | commitdiff | tree |
2009-04-23 |
Owen Anderson | Fix typo.
|
commit | commitdiff | tree |
2009-04-23 |
Owen Anderson | Testcase for PR3085.
|
commit | commitdiff | tree |
2009-04-23 |
Owen Anderson | Add testcase from PR3086.
|
commit | commitdiff | tree |
2009-04-23 |
Owen Anderson | Use the testcase from PR2791.
|
commit | commitdiff | tree |
2009-04-22 |
Owen Anderson | Real fix for PR3549, by using caching for predecessor...
|
commit | commitdiff | tree |
2009-04-22 |
Owen Anderson | Add caching of predecessor counts as well as predecessors...
|
commit | commitdiff | tree |
2009-04-22 |
Owen Anderson | Use PredIteratorCache in LCSSA, which gives a 37% overall...
|
commit | commitdiff | tree |
2009-04-22 |
Owen Anderson | Fix for PR3946, in which SmallVector could behave strangely...
|
commit | commitdiff | tree |
2009-04-14 |
Owen Anderson | LoopIndexSplit needs to inform the loop pass manager...
|
commit | commitdiff | tree |
2009-04-12 |
Owen Anderson | Use a hashtable for TargetRegisterClass::contains.
|
commit | commitdiff | tree |
2009-04-09 |
Owen Anderson | Give register alias checking the hash table treatment...
|
commit | commitdiff | tree |
2009-04-09 |
Owen Anderson | Convert TargetRegisterInfo's super-register checking...
|
commit | commitdiff | tree |
2009-04-01 |
Owen Anderson | Reapply r68211, with the miscompilations it caused...
|
commit | commitdiff | tree |
2009-04-01 |
Owen Anderson | Enhance GVN to propagate simple conditionals. This...
|
commit | commitdiff | tree |
2009-03-31 |
Owen Anderson | Remove the "fast" cases for spill and restore point...
|
commit | commitdiff | tree |
2009-03-26 |
Owen Anderson | Don't assign a new stack slot if the pre-alloc splitter...
|
commit | commitdiff | tree |
2009-03-14 |
Owen Anderson | Give the pre-alloc splitter access to the VirtRegMap...
|
commit | commitdiff | tree |
2009-03-13 |
Owen Anderson | Convert VirtRegMap to a MachineFunctionPass.
|
commit | commitdiff | tree |
2009-03-12 |
Owen Anderson | Reorganize some #include's.
|
commit | commitdiff | tree |
2009-03-11 |
Owen Anderson | Reorganization: Move the Spiller out of VirtRegMap...
|
commit | commitdiff | tree |
2009-03-09 |
Owen Anderson | Ignore debug intrinsics when computing dependences.
|
commit | commitdiff | tree |
2009-03-05 |
Owen Anderson | (Hopefully) silence a warning.
|
commit | commitdiff | tree |
2009-03-05 |
Owen Anderson | Be more careful about choosing restore points when...
|
commit | commitdiff | tree |
2009-03-04 |
Owen Anderson | Add a restore folder, which shaves a dozen or so machineinst...
|
commit | commitdiff | tree |
2009-02-26 |
Owen Anderson | Enable stack slot coloring DCE. Evan's spiller fixes...
|
commit | commitdiff | tree |
2009-02-24 |
Owen Anderson | Add a debugging option for SSC DCE.
|
commit | commitdiff | tree |
2009-02-20 |
Owen Anderson | Fix a crash in the pre-alloc splitter exposed by recent...
|
commit | commitdiff | tree |
2009-02-20 |
Owen Anderson | Add a quick pass to the stack slot colorer to eliminate...
|
commit | commitdiff | tree |
2009-02-18 |
Owen Anderson | Add a test for r61358, which I forgot to add way back...
|
commit | commitdiff | tree |
2009-02-06 |
Owen Anderson | Fix a crasher: we need to check that the function is...
|
commit | commitdiff | tree |
2009-02-05 |
Owen Anderson | Refactor my previous change to maintain the distinction...
|
commit | commitdiff | tree |
2009-02-05 |
Owen Anderson | Pre-alloc splitting needs to be more careful to avoid...
|
commit | commitdiff | tree |
2009-02-04 |
Owen Anderson | Finish making AliasAnalysis aware of the fact that...
|
commit | commitdiff | tree |
2009-02-03 |
Owen Anderson | Teach AliasAnalysis that a bunch of the atomic intrinsics...
|
commit | commitdiff | tree |
2009-02-02 |
Owen Anderson | MergeValueInto is too smart: it might choose to do...
|
commit | commitdiff | tree |
2009-02-01 |
Owen Anderson | Fix test failures causes by my previous commit.
|
commit | commitdiff | tree |
2009-02-01 |
Owen Anderson | Fix an issue in PHI construction that was exposed by...
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | XFAIL this test. It only worked before because of...
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | Correct the algorithms for choosing spill and restore...
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | Fix an issue where restores could be inserted after...
|
commit | commitdiff | tree |
2009-01-29 |
Owen Anderson | Comments are good. :-)
|
commit | commitdiff | tree |
next |