| Age | Commit message (Expand) | Author |
| 2011-02-22 | Relax expressions and add explicit triplets -linux and -win32. | NAKAMURA Takumi |
| 2011-02-22 | Relax expressions and add explicit triplets -linux and -win32. | NAKAMURA Takumi |
| 2011-02-22 | Relax expressions and add explicit triplets -linux and -win32. | NAKAMURA Takumi |
| 2011-02-22 | Relax expressions and add explicit triplets -linux and -win32. | NAKAMURA Takumi |
| 2011-02-22 | Relax expressions and add explicit triplets -linux and -win32. | NAKAMURA Takumi |
| 2011-02-22 | test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8... | NAKAMURA Takumi |
| 2011-02-22 | test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux. | NAKAMURA Takumi |
| 2011-02-22 | Guard against de-referencing MBB.end(). | Evan Cheng |
| 2011-02-22 | available_externally (hidden or not) GVs are always accessed via stubs. rdar:... | Evan Cheng |
| 2011-02-22 | VirtRegRewriter assertion fix. | Andrew Trick |
| 2011-02-22 | Roll out r126169 and r126170 in an attempt to fix the selfhost bot. | Cameron Zwarich |
| 2011-02-22 | Added a testcase for the enhanced disassembly bug | Sean Callanan |
| 2011-02-22 | Fixed llvm-mc in edis mode to use the result of | Sean Callanan |
| 2011-02-22 | Fixed lit.cfg to no longer recognize the old | Sean Callanan |
| 2011-02-22 | Only use blx for external function calls on thumb, these could be fixed | Eric Christopher |
| 2011-02-22 | Eliminate valgrind warnings from Python on the 32-bit as well. | Cameron Zwarich |
| 2011-02-22 | Merge information about the number of zero, one, and sign bits of live-out re... | Cameron Zwarich |
| 2011-02-22 | Have isel visit blocks in reverse postorder rather than an undefined order. This | Cameron Zwarich |
| 2011-02-22 | Recognize loopz and loopnz as aliases for loope and loopne. | Joerg Sonnenberger |
| 2011-02-22 | Implement xgetbv and xsetbv. | Rafael Espindola |
| 2011-02-21 | Revert r125960, it's breaking darwin10 bootstrap. | Eric Christopher |
| 2011-02-21 | Skipping over debugvalue instructions to determine whether the split spot is ... | Evan Cheng |
| 2011-02-21 | Add more debugging output. | Evan Cheng |
| 2011-02-21 | Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4. | Joerg Sonnenberger |
| 2011-02-21 | Revert r124611 - "Keep track of incoming argument's location while emitting L... | Devang Patel |
| 2011-02-21 | Add SplitKit::isOriginalEndpoint and use it to force live range splitting to ... | Jakob Stoklund Olesen |
| 2011-02-21 | Fixed a bug in the X86 disassembler where a member of the | Sean Callanan |
| 2011-02-21 | End the line if we return early. Radar 9012638. | Stuart Hastings |
| 2011-02-21 | Add a convenience tool for doing comparison builds of the LLVM | David Greene |
| 2011-02-21 | Better OpenBSD support, patch by Amit Kulkarni. I have no way to test | Chris Lattner |
| 2011-02-21 | Add XCore intrinsics for various instructions on ports. | Richard Osborne |
| 2011-02-21 | Test case for r126127. Radar 9012638. | Stuart Hastings |
| 2011-02-21 | The stack should be 16 byte aligned on 32 bit solaris. Patch by Yuri. | Duncan Sands |
| 2011-02-21 | If the phi node was used by an unreachable instruction that ends up using | Duncan Sands |
| 2011-02-21 | Fix to correctly support attribute((section("__DATA, __common"))). | Stuart Hastings |
| 2011-02-21 | a serious "compare CSE" issue that is nontrivial to get right, | Chris Lattner |
| 2011-02-21 | fix a crasher in disabled code (on variable stride loops) | Chris Lattner |
| 2011-02-21 | Simplify RecursivelyDeleteDeadPHINode. The only functionality change | Duncan Sands |
| 2011-02-21 | Target/X86/X86FastISel: [PR6275] Fix Win32's dllimport function with fastisel. | NAKAMURA Takumi |
| 2011-02-21 | Generate correct Sparc32 ABI compliant code for functions that return a struct. | Venkatraman Govindaraju |
| 2011-02-21 | CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It... | NAKAMURA Takumi |
| 2011-02-21 | CMake: Fix breakage on clang standalone build. | NAKAMURA Takumi |
| 2011-02-21 | add a missed loop deletion case. | Chris Lattner |
| 2011-02-21 | Add some (disabled code) to print out negative strides. | Chris Lattner |
| 2011-02-21 | add an idiom that loop idiom could theoretically catch. | Chris Lattner |
| 2011-02-21 | A lo/hi mul has higher latency than an imul r,ri, e.g. 5 cycles compared to 3 | Cameron Zwarich |
| 2011-02-21 | Use a vector of pairs to implement the section stack, not two | Joerg Sonnenberger |
| 2011-02-21 | The signed version of our "magic number" computation for the integer approxim... | Cameron Zwarich |
| 2011-02-20 | Put targets on folders, if the IDE supports the feature. | Oscar Fuentes |
| 2011-02-20 | Add some limited support for labels in org directives. Hopefully enough to fix | Rafael Espindola |