| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes... | Douglas Gregor | 2009-06-29 | 1 | -2/+2 |
* | Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only ... | David Goodwin | 2009-06-29 | 6 | -30/+53 |
* | Add triple for OpenBSD. | Duncan Sands | 2009-06-29 | 2 | -1/+5 |
* | Include the new file ThumbRegisterInfo.cpp to CMakeLists.txt | Duncan Sands | 2009-06-29 | 1 | -0/+1 |
* | Implement Thumb2 ldr. | Evan Cheng | 2009-06-29 | 13 | -163/+489 |
* | Make dynamic LLVMC plugins work on Windows (finally!). | Mikhail Glushenkov | 2009-06-29 | 5 | -42/+76 |
* | Missed one. | Andreas Bolka | 2009-06-29 | 1 | -1/+1 |
* | Fix case in LDA util function names. | Andreas Bolka | 2009-06-29 | 1 | -4/+4 |
* | Print pairwise dependence results, add testcases. | Andreas Bolka | 2009-06-28 | 6 | -2/+139 |
* | Minimal LDA interface, maximally conservative tester. | Andreas Bolka | 2009-06-28 | 2 | -0/+29 |
* | LDA analysis output scaffolding. | Andreas Bolka | 2009-06-28 | 2 | -2/+27 |
* | Don't try to split a loop when the controlling icmp instruction | Dan Gohman | 2009-06-27 | 2 | -0/+198 |
* | Remove the block from the LoopInfo, rather than just the Loop. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 4 | -1/+128 |
* | More minor code simplifications. | Dan Gohman | 2009-06-27 | 1 | -14/+9 |
* | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 4 | -52/+52 |
* | Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead | Dan Gohman | 2009-06-27 | 3 | -167/+244 |
* | Remove a redundant #include. | Dan Gohman | 2009-06-27 | 1 | -1/+0 |
* | Change SCEVExpander to use an IRBuilder to emit instructions. | Dan Gohman | 2009-06-27 | 2 | -91/+83 |
* | Add a 'const' in a comment. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Simplify a bit | Anton Korobeynikov | 2009-06-27 | 6 | -80/+70 |
* | ARM refactoring. Step 2: split RegisterInfo | Anton Korobeynikov | 2009-06-27 | 9 | -694/+1075 |
* | Add ThumbInstrInfo.cpp to the CMake makefiles | Douglas Gregor | 2009-06-27 | 1 | -0/+1 |
* | remove a bunch of fixmes (old checking code) and commonize all the | Chris Lattner | 2009-06-27 | 1 | -87/+29 |
* | pull @GOT, @GOTOFF, @GOTPCREL handling into isel from the asmprinter. | Chris Lattner | 2009-06-27 | 2 | -40/+23 |
* | simplify some code and eliminate the symbolicAddressesAreRIPRel() predicate. | Chris Lattner | 2009-06-27 | 3 | -19/+4 |
* | When a value is used multiple times within a single PHI, instructions | Dan Gohman | 2009-06-27 | 2 | -3/+48 |
* | fix clang/test/CodeGenObjC/try.m, a basereg doesn't mean no global anymore. | Chris Lattner | 2009-06-27 | 1 | -5/+3 |
* | fix a bunch of failures in the X86-64 JIT by tolerating RIP as | Chris Lattner | 2009-06-27 | 1 | -3/+5 |
* | factor some logic out into a helper function, allow remat of loads from constant | Chris Lattner | 2009-06-27 | 2 | -6/+26 |
* | Reimplement rip-relative addressing in the X86-64 backend. The new | Chris Lattner | 2009-06-27 | 11 | -166/+251 |
* | remove some unneeded eh info. | Chris Lattner | 2009-06-27 | 3 | -4/+4 |
* | When doing remat, don't consider uses of non-allocatable physregs. Patch | Chris Lattner | 2009-06-27 | 1 | -0/+4 |
* | Renaming for consistency. | Evan Cheng | 2009-06-27 | 5 | -115/+120 |
* | testcase for PR4466 | Chris Lattner | 2009-06-27 | 1 | -0/+16 |
* | Fix PR4466 by making fastisel set operand flags correctly. | Chris Lattner | 2009-06-27 | 2 | -7/+14 |
* | fix a typo that GCC should have caught that causes crashes with -view-*-dags | Chris Lattner | 2009-06-27 | 1 | -1/+1 |
* | Remove outdated comment. | David Goodwin | 2009-06-26 | 1 | -4/+0 |
* | When possible, use "mvn ra, rb" instead of "eor ra, rb, -1" because mvn has a... | David Goodwin | 2009-06-26 | 2 | -0/+13 |
* | Add some testcases for some of the recent ScalarEvolution bug fixes. | Dan Gohman | 2009-06-26 | 2 | -0/+419 |
* | Incorporate the insertion point into the key of SCEVExpander's CSE map. | Dan Gohman | 2009-06-26 | 3 | -167/+78 |
* | Remove unused routines. | Devang Patel | 2009-06-26 | 2 | -48/+0 |
* | Add feature flags for AVX and FMA and fix some SSE4A feature flag | David Greene | 2009-06-26 | 4 | -3/+38 |
* | Thumb-2 tests | David Goodwin | 2009-06-26 | 27 | -15/+318 |
* | Fix ScalarEvolution::getAddRecExpr's code which canonicalized the | Dan Gohman | 2009-06-26 | 1 | -2/+23 |
* | NewNightlyTest.pl: Support -submit-aux with -no-submit (run that aux script, | Daniel Dunbar | 2009-06-26 | 1 | -2/+6 |
* | Add missing argument for vtbx intrinsic. | Bob Wilson | 2009-06-26 | 1 | -2/+2 |
* | Fix SCEVAddRecExpr::isLoopInvariant to test if all of its operands | Dan Gohman | 2009-06-26 | 1 | -5/+15 |
* | remove unwind info, add test for asmprinting of jump table labels with (%rip) | Chris Lattner | 2009-06-26 | 1 | -1/+4 |
* | Add x86 support for 'n' inline asm modifier. This will be handled target inde... | Evan Cheng | 2009-06-26 | 2 | -0/+19 |