| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 9 | -38/+39 |
* | minor cleanup | Chris Lattner | 2009-06-18 | 1 | -5/+3 |
* | simplify macro debug info directive handling. | Chris Lattner | 2009-06-18 | 8 | -27/+18 |
* | Remove UseThumbBacktraces. Just check if subtarget is darwin. | Evan Cheng | 2009-06-18 | 5 | -15/+7 |
* | fix file header | Chris Lattner | 2009-06-18 | 1 | -7/+3 |
* | Add a skeleton driver for new machine code level fun. llvm-mc is meant | Chris Lattner | 2009-06-18 | 5 | -1/+86 |
* | new testcase for rdar://6983634 | Chris Lattner | 2009-06-18 | 1 | -0/+26 |
* | Add a parent pointer to SCEV, in preparation for getting rid of the global un... | Owen Anderson | 2009-06-18 | 3 | -47/+70 |
* | Improved PHI def marking, replaced some gotos with breaks. | Lang Hames | 2009-06-18 | 1 | -5/+7 |
* | Allow user to specify separate SVN url for llvm and the test suite. | Evan Cheng | 2009-06-18 | 1 | -9/+12 |
* | Simplify. | Owen Anderson | 2009-06-18 | 1 | -29/+12 |
* | Simplify. | Owen Anderson | 2009-06-18 | 1 | -15/+7 |
* | Add a SmartScopedLock, and use it to simplify code. | Owen Anderson | 2009-06-18 | 2 | -5/+20 |
* | Simplify with SmartRWMutex. | Owen Anderson | 2009-06-18 | 1 | -21/+11 |
* | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng | 2009-06-18 | 5 | -15/+20 |
* | Simplify by using no-op-when-not-multithreaded locks. | Owen Anderson | 2009-06-18 | 1 | -13/+8 |
* | Generalize LSR's OptimizeSMax to handle unsigned max tests as well | Dan Gohman | 2009-06-18 | 3 | -31/+340 |
* | Recognize n != 0 ? n : 1 as umax(n, 1). Previously only ULT/UGT/ULE/UGE | Dan Gohman | 2009-06-18 | 1 | -0/+18 |
* | Simplify using mutexes that become no-ops when not in multithreaded mode. | Owen Anderson | 2009-06-18 | 1 | -142/+76 |
* | Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead. | Anton Korobeynikov | 2009-06-18 | 2 | -62/+70 |
* | Simplify a lot of code by using a R/W mutex that becomes a no-op when multith... | Owen Anderson | 2009-06-18 | 1 | -168/+88 |
* | Use SmartMutex to simplify. | Owen Anderson | 2009-06-18 | 1 | -14/+12 |
* | Simplify the SmartMutex implementation a bit. | Owen Anderson | 2009-06-18 | 1 | -10/+9 |
* | Give RWMutex the SmartRWMutex treatment too. | Owen Anderson | 2009-06-18 | 4 | -38/+82 |
* | Insert a SmartMutex templated class into the class hierarchy, which takes a t... | Owen Anderson | 2009-06-18 | 4 | -25/+63 |
* | Update CMake files to account for new location of Threading.cpp. | Ted Kremenek | 2009-06-18 | 2 | -1/+1 |
* | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 11 | -14/+14 |
* | Remove the code from IVUsers that attempted to handle | Dan Gohman | 2009-06-18 | 6 | -68/+20 |
* | Generalize the zext(trunc(t) & C) instcombine to work even with | Dan Gohman | 2009-06-18 | 2 | -9/+37 |
* | Update a comment to reflect the code. | Dan Gohman | 2009-06-18 | 1 | -2/+1 |
* | Fix the double checked locking in this file too. | Owen Anderson | 2009-06-18 | 1 | -4/+6 |
* | As pointed out by Duncan, I accidentally dropped the first MemoryFence of the | Owen Anderson | 2009-06-18 | 1 | -4/+8 |
* | Forgot to commit this hunk | Anton Korobeynikov | 2009-06-18 | 1 | -0/+12 |
* | Propagate calling conv for invokes too | Anton Korobeynikov | 2009-06-18 | 1 | -2/+4 |
* | Don't use int8_t, that requires DataTypes.h | Chris Lattner | 2009-06-18 | 1 | -7/+8 |
* | Fix build when disable thread support. | Owen Anderson | 2009-06-18 | 1 | -1/+1 |
* | include header for uint8_t. | Zhongxing Xu | 2009-06-18 | 1 | -0/+1 |
* | Add braces to clarify if/else structure and remove warning. | Nick Lewycky | 2009-06-18 | 1 | -1/+2 |
* | - Update register allocation hint after coalescing. This is done by the targe... | Evan Cheng | 2009-06-18 | 6 | -87/+172 |
* | It looks like nobody is working on PR 4158, so I'm | Dale Johannesen | 2009-06-18 | 1 | -0/+11 |
* | Fix trailing whitespace from ScalarEvolution::print. | Dan Gohman | 2009-06-18 | 1 | -2/+1 |
* | ARM unified syntax is not specific to ELF; use it for Darwin, too. | Bob Wilson | 2009-06-18 | 1 | -1/+1 |
* | Teach ScalarEvolution how to recognize another xor(and(x, C), C) case. | Dan Gohman | 2009-06-18 | 2 | -6/+22 |
* | Delete unnecessary braces. | Dan Gohman | 2009-06-17 | 1 | -2/+1 |
* | Reapply r73647 in a non-broken form. | Owen Anderson | 2009-06-17 | 2 | -16/+26 |
* | Fix asm string from MOVi16 | Anton Korobeynikov | 2009-06-17 | 1 | -1/+1 |
* | Thumb2 instructions are enabled only in unified assembler mode. | Anton Korobeynikov | 2009-06-17 | 1 | -0/+4 |
* | Instcombine zext(trunc(x) & mask) to x&mask, even if the trunc has | Dan Gohman | 2009-06-17 | 2 | -0/+37 |
* | Use double-checked locking for this lazy initialization. | Owen Anderson | 2009-06-17 | 1 | -2/+21 |
* | Protect the GC table in Function.cpp | Owen Anderson | 2009-06-17 | 2 | -19/+39 |