| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify. | Devang Patel | 2010-10-29 | 1 | -22/+11 |
* | Make Program::Wait provide an error message string for errors | Dan Gohman | 2010-10-29 | 1 | -9/+19 |
* | ARM addrmode5 instructions have neither writeback nor post-indexed modes. | Jim Grosbach | 2010-10-29 | 1 | -2/+2 |
* | Check for (unlikely) errors from FindExecutable. | Dan Gohman | 2010-10-29 | 1 | -1/+8 |
* | Fix these error messages to not mention PATH in cases where | Dan Gohman | 2010-10-29 | 1 | -6/+6 |
* | Delete this obsolete comment. | Dan Gohman | 2010-10-29 | 1 | -4/+0 |
* | Trailing whitespace. | Jim Grosbach | 2010-10-29 | 1 | -30/+30 |
* | ARMAsmParser: Plug a memory leak. | Benjamin Kramer | 2010-10-29 | 1 | -2/+3 |
* | Add an unreachable to silence warning - the switch is actually | Eric Christopher | 2010-10-29 | 1 | -0/+2 |
* | unittests/CMakeLists.txt: Don't use RTTI, or linking failed. | NAKAMURA Takumi | 2010-10-29 | 1 | -1/+0 |
* | This may be an ARM target, so check for _Unwind_SjLj_Resume. | Bill Wendling | 2010-10-29 | 1 | -11/+15 |
* | test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995] | NAKAMURA Takumi | 2010-10-29 | 1 | -1/+4 |
* | Teach memdep to use pointsToConstantMemory to determine that loads | Dan Gohman | 2010-10-29 | 2 | -5/+33 |
* | Convert this test to a .s file, so that it's not sensitive to codegen changes. | Owen Anderson | 2010-10-29 | 3 | -658/+138 |
* | Add a basic testcase for TBAA-aware DSE. | Dan Gohman | 2010-10-29 | 1 | -0/+43 |
* | Fix broken equivalence class calculation. We could probably also use | Jakob Stoklund Olesen | 2010-10-29 | 1 | -11/+8 |
* | Print out the connected components in the verifier after complaining about their | Jakob Stoklund Olesen | 2010-10-29 | 2 | -3/+16 |
* | Run a verification pass before any splitting to better distribute blame. | Jakob Stoklund Olesen | 2010-10-29 | 1 | -0/+2 |
* | add simple support for addrmode5 operands, allowing | Chris Lattner | 2010-10-29 | 3 | -10/+35 |
* | The ARM jit cannot handle these tests as of 2010-10-27. | Andrew Trick | 2010-10-29 | 2 | -0/+2 |
* | Ignore empty blocks. | Devang Patel | 2010-10-28 | 1 | -1/+1 |
* | give better error diagnostics, for example: | Chris Lattner | 2010-10-28 | 1 | -5/+20 |
* | hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes | Chris Lattner | 2010-10-28 | 2 | -0/+9 |
* | Improvements to .section parsing: | Rafael Espindola | 2010-10-28 | 2 | -10/+43 |
* | most simple arm instructions match correctly now, | Chris Lattner | 2010-10-28 | 1 | -0/+5 |
* | fix the asmmatcher generator to handle targets with no RegisterPrefix | Chris Lattner | 2010-10-28 | 2 | -23/+40 |
* | move a method out of line. | Chris Lattner | 2010-10-28 | 1 | -13/+20 |
* | remove the rest of hte owningptr's, no functionality change. | Chris Lattner | 2010-10-28 | 1 | -57/+59 |
* | One day, physical register live ranges will be sensible. | Jakob Stoklund Olesen | 2010-10-28 | 1 | -0/+5 |
* | Fix indentation. | Devang Patel | 2010-10-28 | 1 | -5/+5 |
* | Replace SplitKit SSA update with an iterative algorithm very similar to the one | Jakob Stoklund Olesen | 2010-10-28 | 2 | -88/+181 |
* | Make MachineDominators available for SplitEditor. We are going to need it for | Jakob Stoklund Olesen | 2010-10-28 | 4 | -8/+21 |
* | Add a temporary command line option to verify machine code after each spill or | Jakob Stoklund Olesen | 2010-10-28 | 1 | -0/+6 |
* | Revert r117582, which reverted r77396. Searching PATH for a string | Dan Gohman | 2010-10-28 | 1 | -1/+1 |
* | Backward compatibility. Gracefully handle older versions of debug info. | Devang Patel | 2010-10-28 | 1 | -0/+6 |
* | Add support for the .string directive. | Rafael Espindola | 2010-10-28 | 2 | -8/+17 |
* | Do not work too hard to find type's file info. There is a special field to re... | Devang Patel | 2010-10-28 | 2 | -4/+10 |
* | Fix indentation. | Devang Patel | 2010-10-28 | 1 | -4/+4 |
* | Defined weak symbols should have non-zero value. | Rafael Espindola | 2010-10-28 | 2 | -6/+5 |
* | llvmc: Make ExecuteProgram() look in the driver directory first. | Mikhail Glushenkov | 2010-10-28 | 1 | -3/+6 |
* | Remove an unnecessary check and an unnecessary temporary. | Mikhail Glushenkov | 2010-10-28 | 1 | -3/+2 |
* | Revert r77396. | Mikhail Glushenkov | 2010-10-28 | 1 | -1/+1 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-10-28 | 1 | -4/+4 |
* | 80-col violations. | Mikhail Glushenkov | 2010-10-28 | 1 | -5/+5 |
* | Do not rely on context to find file info. It is already provided as a separat... | Devang Patel | 2010-10-28 | 1 | -2/+8 |
* | Fix relocations with renamed symbols. | Rafael Espindola | 2010-10-28 | 2 | -5/+52 |
* | Reduce malloc thrashing. | Benjamin Kramer | 2010-10-28 | 1 | -1/+1 |
* | PLD, PLDW, PLI encodings, plus refactor their use of addrmode2. | Jim Grosbach | 2010-10-28 | 4 | -20/+44 |
* | Aliases defined with .symver should copy the binding of the symbols they alias. | Rafael Espindola | 2010-10-28 | 2 | -9/+47 |
* | Technically DIFile scope should also be handled here. | Devang Patel | 2010-10-28 | 1 | -0/+4 |