llvm-6502/lib
Dale Johannesen 5f0cfa299d Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap
so that lwarx and stwcx are always executed the same number of times.
This is important for performance, I'm told.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55163 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-22 03:49:10 +00:00
..
Analysis Temporarily reverting r55137. This was causing the bootstrap to go into an 2008-08-21 22:40:10 +00:00
Archive
AsmParser Regenerate. 2008-08-17 18:48:50 +00:00
Bitcode Switch from an O(n) method to an O(1) method for changing non-constant 2008-08-21 17:31:45 +00:00
CodeGen Factor out the predicate check code from DAGISelEmitter.cpp 2008-08-22 00:20:26 +00:00
Debugger
ExecutionEngine Get rid of a couple of dynamic_cast. 2008-08-20 00:28:12 +00:00
Linker
Support Fix write() when the string being written is larger than the buffer. This broke various ObjC testcases 2008-08-21 22:39:33 +00:00
System add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Target Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap 2008-08-22 03:49:10 +00:00
Transforms Revert r54876 r54877 r54906 and r54907. Evan found that these caused a 20% 2008-08-21 05:56:10 +00:00
VMCore Accept NOT of a constant vector of int. 2008-08-21 21:20:09 +00:00
Makefile