2009-06-19 |
Owen Anderson | Forgot to remove some explicit locking when it became... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Fences are expensive. Avoid doing them when we're... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Dan Gohman | Make ScalarEvolution::print print getSCEVAtScope values for |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Move the memory fences out of the path for single-threa... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Dan Gohman | Don't (unconditionally) use getSCEVAtScope to simplify... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Fix incorrect comment pointed out by Duncan. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Bob Wilson | Clean up nightly tester to use Perl's File::Find. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Fix a major typo. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | make jump threading handle lexically identical compare... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | fix the sparc codegen to not depend on the sparc asmpri... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Duncan Sands | Add support for AuroraUX. Patch by evocallaghan. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Duncan Sands | Since -Wno-long-long is ignored without -pedantic, |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Evan Cheng | Add comments. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Eli Friedman | Fix for PR2484: add an SSE1 pattern for a shuffle we... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Evan Cheng | Should be using Bcc (average) latency to determine... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Eli Friedman | Minor cleanup; fixes review comments for a previous... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Nick Lewycky | Teach jump threading to look at comparisons between... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Eli Friedman | Misc tweaks to Intel asm printing to make it more compa... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | Improve tail call elim to move loads above readonly... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | part of PR4405: disable a contentious optimization for |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Lang Hames | More VNInfo tweaking, plus a little progress on intra... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Evan Cheng | Transfer dead markers when a ldrd is changed into a... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Zhongxing Xu | Include DataTypes.h for 'uint64_t'. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Evan Cheng | Latency information for ARM v6. It's rough and not... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Eli Friedman | Mark a few Thumb instructions commutable; just happened... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Fix weird class-size-being-different problems. At... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | add a file I missed, this goes with r73743 |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | Add some scaffolding for a new experimental asmprinter |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | merge the common darwin settings from the X86/PPC/ARM... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | fix build problem pointed out by John Thompson! |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | move mangler quote handling from asm printers to Target... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | minor cleanup |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | simplify macro debug info directive handling. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Evan Cheng | Remove UseThumbBacktraces. Just check if subtarget... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | fix file header |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | Add a skeleton driver for new machine code level fun... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | new testcase for rdar://6983634 |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Add a parent pointer to SCEV, in preparation for gettin... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Lang Hames | Improved PHI def marking, replaced some gotos with... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Evan Cheng | Allow user to specify separate SVN url for llvm and... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Add a SmartScopedLock, and use it to simplify code. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify with SmartRWMutex. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Evan Cheng | On Darwin, ams printer should output a second label... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify by using no-op-when-not-multithreaded locks. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Generalize LSR's OptimizeSMax to handle unsigned max... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Recognize n != 0 ? n : 1 as umax(n, 1). Previously... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify using mutexes that become no-ops when not... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Anton Korobeynikov | Revert IRBuilder CC propagation. Fix SimplifyLibCalls... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify a lot of code by using a R/W mutex that become... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Use SmartMutex to simplify. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify the SmartMutex implementation a bit. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Give RWMutex the SmartRWMutex treatment too. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Insert a SmartMutex templated class into the class... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Ted Kremenek | Update CMake files to account for new location of Threa... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Move Threading.[h|cpp] from Support to System. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Remove the code from IVUsers that attempted to handle |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Generalize the zext(trunc(t) & C) instcombine to work... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Update a comment to reflect the code. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Fix the double checked locking in this file too. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | As pointed out by Duncan, I accidentally dropped the... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Anton Korobeynikov | Forgot to commit this hunk |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Anton Korobeynikov | Propagate calling conv for invokes too |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | Don't use int8_t, that requires DataTypes.h |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Fix build when disable thread support. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Zhongxing Xu | include header for uint8_t. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Nick Lewycky | Add braces to clarify if/else structure and remove... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Evan Cheng | - Update register allocation hint after coalescing... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dale Johannesen | It looks like nobody is working on PR 4158, so I'm |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Fix trailing whitespace from ScalarEvolution::print. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Bob Wilson | ARM unified syntax is not specific to ELF; use it for... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Teach ScalarEvolution how to recognize another xor... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Delete unnecessary braces. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Reapply r73647 in a non-broken form. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Anton Korobeynikov | Fix asm string from MOVi16 |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Anton Korobeynikov | Thumb2 instructions are enabled only in unified assembl... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Instcombine zext(trunc(x) & mask) to x&mask, even if... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Use double-checked locking for this lazy initialization. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Protect the GC table in Function.cpp |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Anton Korobeynikov | Honour calling convention and attributes of Callee... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Use atomic increment here. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Thread-safe (and ManagedStatic-ized) LeakDetector! |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Guard mutation of the timing info global. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | We need to use double-checked locking for lazy initiali... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Stefanus Du... | Fix link to BasicBlock doxygen documentation in Program... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Lang Hames | VNInfo cleanup. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Add -disable-output to a bunch of tests that don't... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dale Johannesen | This fixes a bug introduced in 72661, which can |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Factor out some common code. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Add an RAII ScopedWriter, which allows one to acquire... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Simplify the locking on the Constants tables, and make... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Torok Edwin | Add debug message about non-local loads being clobbered. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Type safety for Constants.cpp! Some of this is tempora... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Anton Korobeynikov | Initial support for some Thumb2 instructions. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Update comments to use doxygen syntax. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Protect the ValueHandle table. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | We need to guard reads of the AbstractTypeUsers list... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Douglas Gregor | Define LLVM_NATIVE_ARCH in CMake, so that lli can actua... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Douglas Gregor | Add RWMutex.cpp to the CMake makefiles |
commit | commitdiff | tree | snapshot |
next |