| Commit message (Expand) | Author | Age | Files | Lines |
* | git: Add tools/lldb to the ignore list. | Daniel Dunbar | 2011-11-10 | 1 | -0/+2 |
* | Check in getOrCreateSubprogramDIE if a declaration exists and if so output | Rafael Espindola | 2011-11-10 | 3 | -13/+55 |
* | build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up | Daniel Dunbar | 2011-11-10 | 2 | -2/+2 |
* | Thumb MUL assembly parsing for 3-operand form. | Jim Grosbach | 2011-11-10 | 2 | -7/+11 |
* | build/MBlazeDisassembler: Some compilers may generate an MBlaze disassembler | Daniel Dunbar | 2011-11-10 | 1 | -1/+7 |
* | build/MCDisassembler: Fix required libraries list of MCDisassembler to use | Daniel Dunbar | 2011-11-10 | 1 | -1/+3 |
* | Make types and namespaces take multiple DIEs for the accelerator tables | Eric Christopher | 2011-11-10 | 2 | -14/+24 |
* | Remove a really ancient line from the default 'make clean' rule that attempts | Chris Lattner | 2011-11-10 | 1 | -1/+3 |
* | When in ARM mode, LDRH/STRH require special handling of negative offsets. | Chad Rosier | 2011-11-10 | 2 | -1/+140 |
* | ARM .thumb_func directive for quoted symbol names. | Jim Grosbach | 2011-11-10 | 1 | -3/+3 |
* | test commit undo | Tony Linthicum | 2011-11-10 | 1 | -1/+1 |
* | test commit redux | Tony Linthicum | 2011-11-10 | 1 | -1/+1 |
* | Fixed bug in DeadStoreElimination commit r144239 | Pete Cooper | 2011-11-10 | 1 | -1/+1 |
* | random notes, llvm-gcc is gone, fix a few broken tags. | Chris Lattner | 2011-11-10 | 1 | -123/+8 |
* | Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", | Daniel Dunbar | 2011-11-10 | 14 | -69/+938 |
* | undo test commit | Tony Linthicum | 2011-11-10 | 1 | -1/+1 |
* | test commit | Tony Linthicum | 2011-11-10 | 1 | -1/+1 |
* | Move type handling to make sure we get all created types that aren't | Eric Christopher | 2011-11-10 | 1 | -7/+5 |
* | Rework adding function names to the dwarf accelerator tables, allow | Eric Christopher | 2011-11-10 | 3 | -71/+86 |
* | Add additional checking to ensure that MachineMemOperands are never set to nu... | Owen Anderson | 2011-11-10 | 1 | -0/+2 |
* | ARM assembly parsing for LSR/LSL/ROR(immediate). | Jim Grosbach | 2011-11-10 | 4 | -12/+83 |
* | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 2011-11-10 | 14 | -938/+69 |
* | llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which will | Daniel Dunbar | 2011-11-10 | 1 | -1/+1 |
* | Release notes for DragonEgg. | Duncan Sands | 2011-11-10 | 1 | -6/+19 |
* | ARM assembly parsing for ASR(immediate). | Jim Grosbach | 2011-11-10 | 4 | -8/+45 |
* | build: Rename CBackend and CppBackend libraries to have CodeGen suffix, for | Daniel Dunbar | 2011-11-10 | 4 | -6/+6 |
* | llvm-config-2: Fix thinko in maintenance of visited component set. | Daniel Dunbar | 2011-11-10 | 1 | -7/+7 |
* | test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots... | NAKAMURA Takumi | 2011-11-10 | 1 | -1/+1 |
* | Use a bigger hammer to fix PR11314 by disabling the "forcing two-address | Evan Cheng | 2011-11-10 | 12 | -21/+36 |
* | AVX2: Add variable shift from memory. | Nadav Rotem | 2011-11-10 | 1 | -1/+24 |
* | For immediate encodings of icmp, zero or sign extend first. Then | Chad Rosier | 2011-11-10 | 2 | -5/+22 |
* | build/Make & CMake: Pass the appropriate --native-target and --enable-targets | Daniel Dunbar | 2011-11-10 | 4 | -6/+17 |
* | llvm-build: Add --native-target and --enable-targets options, and add logic to | Daniel Dunbar | 2011-11-10 | 15 | -16/+133 |
* | llvm-build: Split out the validation logic. | Daniel Dunbar | 2011-11-10 | 1 | -3/+20 |
* | llvm-build: Change CBackend and CppBackend to not use library_name. This will | Daniel Dunbar | 2011-11-10 | 2 | -2/+0 |
* | llvm-build: Add an explicit component type to represent targets. | Daniel Dunbar | 2011-11-10 | 15 | -22/+112 |
* | llvm-build: Tidy up options. | Daniel Dunbar | 2011-11-10 | 1 | -20/+29 |
* | Strip old implicit operands after foldMemoryOperand. | Jakob Stoklund Olesen | 2011-11-10 | 2 | -2/+124 |
* | Remove this from the CMake build since I erased the file. | Owen Anderson | 2011-11-10 | 1 | -1/+0 |
* | Tidy up. | Jim Grosbach | 2011-11-10 | 1 | -12/+0 |
* | Remove the old-style ARM disassembler, which is no longer used. | Owen Anderson | 2011-11-09 | 4 | -1847/+0 |
* | Thumb2 assembly parsing STMDB w/ optional .w suffix. | Jim Grosbach | 2011-11-09 | 2 | -0/+8 |
* | Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM. | Eli Friedman | 2011-11-09 | 2 | -1/+62 |
* | DeadStoreElimination can now trim the size of a store if the end of the store... | Pete Cooper | 2011-11-09 | 2 | -33/+188 |
* | Fix typo in comment. | Nick Lewycky | 2011-11-09 | 1 | -1/+1 |
* | Add check so we don't try to perform an impossible transformation. Fixes issu... | Eli Friedman | 2011-11-09 | 2 | -1/+17 |
* | The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12. | Chad Rosier | 2011-11-09 | 1 | -5/+13 |
* | AVX2: Add patterns for variable shift operations | Nadav Rotem | 2011-11-09 | 3 | -2/+113 |
* | Remove unnecessary include. | Devang Patel | 2011-11-09 | 2 | -2/+0 |
* | Use REs to remove dependencies on the register allocation order. | Chad Rosier | 2011-11-09 | 1 | -24/+24 |