| Commit message (Expand) | Author | Age | Files | Lines |
* | There are two reasons why we might want to use | Rafael Espindola | 2010-12-04 | 13 | -18/+66 |
* | Unittests/Support/PathV2: Add FileSystem tests. | Michael J. Spencer | 2010-12-04 | 1 | -0/+35 |
* | Support/FileSystem: Add status implementation. | Michael J. Spencer | 2010-12-04 | 4 | -3/+87 |
* | Support/SystemError: Make error_category and error_code auto-bool-conversion-... | Michael J. Spencer | 2010-12-04 | 1 | -4/+12 |
* | Support/Windows/FileSystem: Fix MinGW warnings. | Michael J. Spencer | 2010-12-04 | 1 | -6/+6 |
* | Support/FileSystem: Add file_size implementation. | Michael J. Spencer | 2010-12-04 | 2 | -0/+35 |
* | Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid | Rafael Espindola | 2010-12-04 | 8 | -7/+64 |
* | Encode condition code for Thumb1 conditional branch instruction. | Jim Grosbach | 2010-12-04 | 1 | -3/+6 |
* | Do not try luck by using given name to create temporary file. In parallel bui... | Devang Patel | 2010-12-03 | 1 | -1/+1 |
* | Correctly size-reduce the t2CMPzrr instruction to tCMPzr when possible. | Jim Grosbach | 2010-12-03 | 1 | -1/+13 |
* | Use correct variable names to match the patterns. | Bill Wendling | 2010-12-03 | 1 | -13/+14 |
* | Also inore '()' while creating mdnode name from ObjC symbol name. | Jakob Stoklund Olesen | 2010-12-03 | 1 | -1/+2 |
* | First step in fixing MC. Make it clear that we are avoiding a bug in the | Rafael Espindola | 2010-12-03 | 1 | -11/+8 |
* | Ignore '+' while creating mdnode name from ObjC symbol name. | Devang Patel | 2010-12-03 | 1 | -1/+1 |
* | Match pattern operand names to expected encoding field names. This corrects the | Jim Grosbach | 2010-12-03 | 1 | -2/+2 |
* | Remove incorrect BL target encoding (it's similar to, but not the same as the | Jim Grosbach | 2010-12-03 | 1 | -16/+14 |
* | Encode the 32-bit wide Thumb (and Thumb2) instructions with the high order | Jim Grosbach | 2010-12-03 | 15 | -449/+457 |
* | Revert this change since it breaks a couple of the AVX tests. | Nate Begeman | 2010-12-03 | 1 | -7/+12 |
* | Rename virtRegMap to avoid confusion with the VirtRegMap that it isn't. | Jakob Stoklund Olesen | 2010-12-03 | 1 | -5/+5 |
* | Coalesce debug locations when possible, causing less DBG_VALUE instructions to | Jakob Stoklund Olesen | 2010-12-03 | 1 | -2/+34 |
* | Scalar f32/f64 are also subregs of ymm regs | Nate Begeman | 2010-12-03 | 1 | -0/+6 |
* | Remove SSE1-4 disable when AVX is enabled. While this may be useful for deve... | Nate Begeman | 2010-12-03 | 1 | -12/+7 |
* | Emit DBG_VALUE instructions from LiveDebugVariables. | Jakob Stoklund Olesen | 2010-12-03 | 3 | -2/+192 |
* | Also update virtRegMap when renaming virtual registers. | Jakob Stoklund Olesen | 2010-12-03 | 1 | -1/+11 |
* | When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's the | Jim Grosbach | 2010-12-03 | 3 | -3/+7 |
* | Remove unused variable. | Benjamin Kramer | 2010-12-03 | 1 | -1/+0 |
* | Reduce t2 ldr/str instructions to the correct t1 versions when there's an | Jim Grosbach | 2010-12-03 | 1 | -6/+6 |
* | fix ARM::fixup_arm_branch, cleanup, and share more code between ELF and Darwin | Jason W Kim | 2010-12-03 | 1 | -23/+10 |
* | No need to declare EncoderMethod property anymore; just assign to it. | Jim Grosbach | 2010-12-03 | 1 | -3/+3 |
* | Delete the StrongPHIElimination pass, leaving only a shell. | Jakob Stoklund Olesen | 2010-12-03 | 1 | -1018/+22 |
* | Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited | Jakob Stoklund Olesen | 2010-12-03 | 3 | -31/+294 |
* | Support/FileSystem: Add equivalent implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+90 |
* | Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. | Michael J. Spencer | 2010-12-03 | 3 | -0/+10 |
* | Add FIXMEs. | Jim Grosbach | 2010-12-03 | 1 | -0/+2 |
* | Size reduction for tPUSH come from t2STMDB_UPD, not t2STMIA_UPD. | Jim Grosbach | 2010-12-03 | 1 | -1/+2 |
* | And I really hate line endings. | Michael J. Spencer | 2010-12-03 | 1 | -3/+3 |
* | Support/Windows/FileSystem: Fix MinGW build. | Michael J. Spencer | 2010-12-03 | 1 | -0/+6 |
* | Support/FileSystem: Add resize_file implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+29 |
* | Support/FileSystem: Add rename implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+32 |
* | Support/FileSystem: Add remove implementation. | Michael J. Spencer | 2010-12-03 | 3 | -1/+35 |
* | Fix line endings. | Michael J. Spencer | 2010-12-03 | 1 | -6/+6 |
* | Get Neon intrinsic names from the new "Name" field in the tblgen records | Bob Wilson | 2010-12-03 | 1 | -4/+4 |
* | Fix paste-o in ExtractValueInst::getIndexedType() comments. | Frits van Bommel | 2010-12-03 | 1 | -4/+2 |
* | unittests/Support/PathV2: remove(3) requires a terminated string. | Benjamin Kramer | 2010-12-03 | 1 | -3/+2 |
* | Apparently OS X 10.4 doesn't have __crashreporter_info__. | Eric Christopher | 2010-12-03 | 4 | -9/+89 |
* | Support/FileSystem: Add create_symlink implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+45 |
* | Support/FileSystem: Add create_hard_link implementation. | Michael J. Spencer | 2010-12-03 | 2 | -0/+32 |
* | Support/ADT/Twine: Make toNullTerminatedStringRef not rely on UB :(. | Michael J. Spencer | 2010-12-03 | 1 | -4/+12 |
* | Support/FileSystem: Add create_director{y,ies} implementations. | Michael J. Spencer | 2010-12-03 | 3 | -0/+49 |
* | Make EmitIntValue more efficient and more like what we do for leb128. The | Rafael Espindola | 2010-12-03 | 4 | -11/+22 |