| Commit message (Expand) | Author | Age | Files | Lines |
* | C API functions must be able to see their extern "C" definitions, or it will ... | Benjamin Kramer | 2011-08-19 | 2 | -0/+2 |
* | Don't treat a partial <def,undef> operand as a read. | Jakob Stoklund Olesen | 2011-08-19 | 1 | -1/+2 |
* | Track a retain+release nesting level independently of the | Dan Gohman | 2011-08-19 | 1 | -36/+64 |
* | Intelligently split the landing pad block. | Bill Wendling | 2011-08-19 | 1 | -5/+16 |
* | Add SplitLandingPadPredecessors(). | Bill Wendling | 2011-08-19 | 1 | -1/+95 |
* | Re-encoded 128-bit AVX versions of SQRT, RSQRT, RCP have 3 operands | Bruno Cardoso Lopes | 2011-08-18 | 1 | -31/+64 |
* | There is no need to add file as context for subroutine type. The subroutine t... | Devang Patel | 2011-08-18 | 1 | -2/+2 |
* | add the comments of each declaration follow it, making it easier to read and ... | Renato Golin | 2011-08-18 | 1 | -49/+44 |
* | Use 'getFirstInsertionPt' when trying to insert new instructions during LICM. | Bill Wendling | 2011-08-18 | 1 | -3/+3 |
* | Use subword loads instead of a 4-byte load when the size of a structure (or a | Akira Hatanaka | 2011-08-18 | 1 | -26/+73 |
* | Eliminate unnecessary forwarding function. | Devang Patel | 2011-08-18 | 3 | -19/+6 |
* | Add NativeClient operating system support. | Ivan Krasin | 2011-08-18 | 1 | -0/+1 |
* | STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST fo... | Owen Anderson | 2011-08-18 | 1 | -0/+4 |
* | Fix the decoding of RFE instruction. RFEs have the load bit set, while SRSs ... | Owen Anderson | 2011-08-18 | 1 | -8/+42 |
* | Add new DIE into the map asap. | Devang Patel | 2011-08-18 | 1 | -8/+6 |
* | Remember to fill in some operands so we can print _something_ coherent even w... | Owen Anderson | 2011-08-18 | 1 | -1/+4 |
* | Improve handling of failure and unpredictable cases for CPS, STR, and SMLA in... | Owen Anderson | 2011-08-18 | 1 | -11/+18 |
* | FastISel: avoid function calls between the materialization of the constant an... | Ivan Krasin | 2011-08-18 | 1 | -5/+20 |
* | Thumb assembly parsing and encoding for LDM instruction. | Jim Grosbach | 2011-08-18 | 3 | -5/+33 |
* | Make it clear that this code is iterating in reverse order through the array. | Dan Gohman | 2011-08-18 | 1 | -2/+3 |
* | Revert r137871. The loop simplify pass should require all exits from a loop that | Bill Wendling | 2011-08-18 | 1 | -15/+3 |
* | Split out the updating of PHI nodes after splitting the BB into a separate | Bill Wendling | 2011-08-18 | 1 | -43/+53 |
* | Use this fantzy ArrayRef thing to pass in the list of predecessors. | Bill Wendling | 2011-08-18 | 1 | -9/+14 |
* | Make IsShiftedMask a static function rather than defining it in an | Akira Hatanaka | 2011-08-18 | 1 | -16/+14 |
* | The edge from DISubprogram to DICompileUnit has been removed in recent versions | Nick Lewycky | 2011-08-18 | 1 | -1/+1 |
* | Thumb assembly parsing and encoding for CMP. | Jim Grosbach | 2011-08-18 | 1 | -1/+1 |
* | Use static instead of anonymous namespace. | Bill Wendling | 2011-08-18 | 1 | -7/+4 |
* | Thumb instructions CBZ and CBNZ are Thumb2, not THumb1. | Jim Grosbach | 2011-08-18 | 2 | -25/+28 |
* | Rip out the old StructType APIs as warned about on llvmdev last week. | Chris Lattner | 2011-08-18 | 1 | -38/+0 |
* | ARM Thumb blx instruction fixup has same data range as bl. | Jim Grosbach | 2011-08-18 | 1 | -1/+1 |
* | 80 columns. | Jim Grosbach | 2011-08-18 | 1 | -1/+1 |
* | Clenup and fix encoding for Mips ins and ext instruction | Bruno Cardoso Lopes | 2011-08-18 | 1 | -17/+13 |
* | Add missing 'break'. | Jim Grosbach | 2011-08-18 | 1 | -0/+1 |
* | Add intrinsics for SETEV, GETED, GETET. | Richard Osborne | 2011-08-18 | 1 | -7/+21 |
* | Remove unused variable. | Duncan Sands | 2011-08-18 | 1 | -1/+0 |
* | Split out the analysis updating code into a helper function. No intended | Bill Wendling | 2011-08-18 | 1 | -63/+78 |
* | Cleanup vector logical ops in AVX and add use int versions for simple | Bruno Cardoso Lopes | 2011-08-18 | 1 | -20/+20 |
* | Dramatically speedup codegen prepare by a) avoiding use of dominator tree and... | Devang Patel | 2011-08-18 | 1 | -16/+38 |
* | Remove extraneous newline from operand print method. PR10569. | Jim Grosbach | 2011-08-17 | 1 | -3/+3 |
* | Clean up patterns for Thumb1 system instructions. | Jim Grosbach | 2011-08-17 | 1 | -24/+18 |
* | Changed definition of EXT and INS per Bruno's comments. | Akira Hatanaka | 2011-08-17 | 3 | -39/+29 |
* | Thumb assembly parsing and encoding for B. | Jim Grosbach | 2011-08-17 | 1 | -0/+4 |
* | Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu name... | Devang Patel | 2011-08-17 | 1 | -159/+162 |
* | Thumb assembly parsing and encoding for ASR. | Jim Grosbach | 2011-08-17 | 1 | -1/+1 |
* | Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt). | Eli Friedman | 2011-08-17 | 3 | -9/+11 |
* | Fix PR10688. Add support for spliting 256-bit vector shifts when the | Bruno Cardoso Lopes | 2011-08-17 | 1 | -11/+20 |
* | Tidy up. 80 columns. | Jim Grosbach | 2011-08-17 | 1 | -34/+49 |
* | Add the support in code-gen for the landingpad instruction lowering. | Bill Wendling | 2011-08-17 | 2 | -3/+70 |
* | ARM clean up the imm_sr operand class representation. | Jim Grosbach | 2011-08-17 | 8 | -29/+36 |
* | Disable PRE for landing pads. | Bill Wendling | 2011-08-17 | 1 | -2/+14 |