| Commit message (Expand) | Author | Age | Files | Lines |
* | Move type handling to make sure we get all created types that aren't | Eric Christopher | 2011-11-14 | 1 | -7/+5 |
* | Rework adding function names to the dwarf accelerator tables, allow | Eric Christopher | 2011-11-14 | 3 | -71/+86 |
* | ARM assembly parsing for LSR/LSL/ROR(immediate). | Jim Grosbach | 2011-11-14 | 2 | -6/+50 |
* | ARM assembly parsing for ASR(immediate). | Jim Grosbach | 2011-11-14 | 3 | -7/+37 |
* | build: Rename CBackend and CppBackend libraries to have CodeGen suffix, for | Daniel Dunbar | 2011-11-14 | 4 | -6/+6 |
* | Use a bigger hammer to fix PR11314 by disabling the "forcing two-address | Evan Cheng | 2011-11-14 | 1 | -1/+5 |
* | AVX2: Add variable shift from memory. | Nadav Rotem | 2011-11-14 | 1 | -1/+24 |
* | For immediate encodings of icmp, zero or sign extend first. Then | Chad Rosier | 2011-11-14 | 1 | -5/+5 |
* | build/Make & CMake: Pass the appropriate --native-target and --enable-targets | Daniel Dunbar | 2011-11-14 | 1 | -2/+3 |
* | llvm-build: Add --native-target and --enable-targets options, and add logic to | Daniel Dunbar | 2011-11-14 | 13 | -16/+16 |
* | llvm-build: Change CBackend and CppBackend to not use library_name. This will | Daniel Dunbar | 2011-11-14 | 2 | -2/+0 |
* | llvm-build: Add an explicit component type to represent targets. | Daniel Dunbar | 2011-11-14 | 12 | -12/+16 |
* | Strip old implicit operands after foldMemoryOperand. | Jakob Stoklund Olesen | 2011-11-14 | 1 | -2/+19 |
* | Tidy up. | Jim Grosbach | 2011-11-14 | 1 | -12/+0 |
* | Thumb2 assembly parsing STMDB w/ optional .w suffix. | Jim Grosbach | 2011-11-14 | 1 | -0/+6 |
* | Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM. | Eli Friedman | 2011-11-14 | 1 | -1/+25 |
* | DeadStoreElimination can now trim the size of a store if the end of the store... | Pete Cooper | 2011-11-14 | 1 | -33/+110 |
* | Fix typo in comment. | Nick Lewycky | 2011-11-14 | 1 | -1/+1 |
* | Add check so we don't try to perform an impossible transformation. Fixes issu... | Eli Friedman | 2011-11-14 | 1 | -1/+2 |
* | The ARM LDRH/STRH instructions use a +/-imm8 encoding, not an imm12. | Chad Rosier | 2011-11-14 | 1 | -5/+13 |
* | AVX2: Add patterns for variable shift operations | Nadav Rotem | 2011-11-14 | 2 | -0/+40 |
* | Remove unnecessary include. | Devang Patel | 2011-11-14 | 2 | -2/+0 |
* | Add comments. | Benjamin Kramer | 2011-11-14 | 1 | -1/+2 |
* | Speculatively revert commit 144124 (djg) in the hope that the 32 bit | Duncan Sands | 2011-11-14 | 1 | -13/+3 |
* | Add AVX2 support for vselect of v32i8 | Nadav Rotem | 2011-11-14 | 2 | -0/+8 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2011-11-14 | 1 | -8/+2 |
* | Take advantage of the zero byte in StringMap when emitting dwarf stringpool e... | Benjamin Kramer | 2011-11-14 | 1 | -2/+3 |
* | Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ... | Craig Topper | 2011-11-14 | 2 | -4/+20 |
* | Add instruction selection for AVX2 integer comparisons. | Craig Topper | 2011-11-14 | 2 | -8/+43 |
* | Add AVX2 instruction lowering for add, sub, and mul. | Craig Topper | 2011-11-14 | 1 | -24/+81 |
* | Don't forget to check FlagNW when determining whether an AddRecExpr will wrap | Nick Lewycky | 2011-11-14 | 1 | -2/+3 |
* | Remove extra ';' | Devang Patel | 2011-11-14 | 1 | -2/+2 |
* | Remove the pubnames section, no one consumes it. | Eric Christopher | 2011-11-14 | 5 | -87/+3 |
* | Add support for encoding immediates in icmp and fcmp. Hopefully, this will | Chad Rosier | 2011-11-14 | 1 | -12/+64 |
* | Hide cpu name checking in ARMSubtarget. | Evan Cheng | 2011-11-14 | 2 | -1/+2 |
* | Collapse DomainValues across loop back-edges. | Jakob Stoklund Olesen | 2011-11-14 | 1 | -8/+35 |
* | Link to the live DomainValue after merging. | Jakob Stoklund Olesen | 2011-11-14 | 1 | -13/+50 |
* | Object/COFF: Fix PE reading. | Michael J. Spencer | 2011-11-14 | 1 | -23/+30 |
* | Track reference count independently from clear(). | Jakob Stoklund Olesen | 2011-11-14 | 1 | -4/+4 |
* | Properly handle Mips MC relocations and lower cpload and cprestore macros to ... | Bruno Cardoso Lopes | 2011-11-14 | 4 | -45/+191 |
* | Emit the compact unwind *if* we have a compact unwind encoding. | Bill Wendling | 2011-11-14 | 1 | -1/+1 |
* | Call release() directly when cleaning up the remaining DomainValues. | Jakob Stoklund Olesen | 2011-11-14 | 1 | -5/+3 |
* | Rename all methods to follow style guide. | Jakob Stoklund Olesen | 2011-11-14 | 1 | -42/+42 |
* | Handle reference counts in one function: release(). | Jakob Stoklund Olesen | 2011-11-14 | 1 | -15/+18 |
* | Also add the linkage name to the name accelerator tables if it exists | Eric Christopher | 2011-11-14 | 2 | -2/+19 |
* | Add a hack to the scheduler to disable pseudo-two-address dependencies in | Dan Gohman | 2011-11-14 | 1 | -3/+13 |
* | Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l... | Evan Cheng | 2011-11-14 | 1 | -3/+9 |
* | ARMFastISel doesn't support thumb1. Rename isThumb to isThumb2 to reflect this. | Chad Rosier | 2011-11-14 | 1 | -39/+39 |
* | Fix code to match comment. Fixes PR11340, a regression from r143209. | Eli Friedman | 2011-11-14 | 1 | -1/+1 |
* | Clear old DomainValue after merging. | Jakob Stoklund Olesen | 2011-11-14 | 1 | -1/+6 |