| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 11 | -20/+52 |
| * | Introduce a new temporary MDNode concept. Temporary MDNodes are | Dan Gohman | 2010-08-20 | 4 | -10/+45 |
| * | Fix --disable-threads build, PR7949. | Daniel Dunbar | 2010-08-20 | 1 | -0/+1 |
| * | Downwards growing stack allocation order reverses relative offsets | Jim Grosbach | 2010-08-20 | 1 | -1/+10 |
| * | Add more dbg output | Jim Grosbach | 2010-08-20 | 1 | -0/+1 |
| * | Update CMake build. | Benjamin Kramer | 2010-08-20 | 1 | -1/+0 |
| * | Re-apply r111568 with a fix for the clang self-host. | Owen Anderson | 2010-08-20 | 1 | -0/+47 |
| * | Delete SlowOperationInformer, which is no longer used. | Dan Gohman | 2010-08-20 | 1 | -67/+0 |
| * | Convert DbgInfoPrinter to use errs() instead of outs(). | Dan Gohman | 2010-08-20 | 1 | -1/+1 |
| * | properly check for whether base regs were inserted | Jim Grosbach | 2010-08-20 | 1 | -4/+7 |
| * | Make outs() close its file when its stream is destructed, so that | Dan Gohman | 2010-08-20 | 1 | -2/+4 |
| * | Delete raw_stdout_ostream and raw_stderr_ostream, which are unused | Dan Gohman | 2010-08-20 | 1 | -12/+4 |
| * | Move raw_ostream's Error flag into raw_fd_ostream, as that's the only | Dan Gohman | 2010-08-20 | 1 | -16/+17 |
| * | Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. | Erick Tryzelaar | 2010-08-20 | 1 | -0/+8 |
| * | llvmc: Cut global namespace pollution. | Mikhail Glushenkov | 2010-08-20 | 1 | -1/+3 |
| * | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson | 2010-08-20 | 3 | -20/+51 |
| * | Introduce a new tool_output_file class, which extends raw_ostream with | Dan Gohman | 2010-08-20 | 2 | -0/+31 |
| * | Fix loop conditionals (MO.isDef() asserts that it's a reg) and | Eric Christopher | 2010-08-20 | 1 | -1/+2 |
| * | Add a couple of random comments. | Eric Christopher | 2010-08-20 | 1 | -0/+3 |
| * | If the target says that an extending load is not legal, regardless of whether | Bob Wilson | 2010-08-19 | 1 | -7/+12 |
| * | Better handling of offsets on frame index references. rdar://8277890 | Jim Grosbach | 2010-08-19 | 3 | -16/+86 |
| * | CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead | Daniel Dunbar | 2010-08-19 | 1 | -0/+34 |
| * | Update debug logs. | Evan Cheng | 2010-08-19 | 1 | -4/+4 |
| * | Properly update MachineDominators when splitting critical edge. | Evan Cheng | 2010-08-19 | 1 | -2/+25 |
| * | Revert r111568 to unbreak clang self-host. | Owen Anderson | 2010-08-19 | 1 | -45/+0 |
| * | When a set of bitmask operations, typically from a bitfield initialization, o... | Owen Anderson | 2010-08-19 | 1 | -0/+45 |
| * | Disable LVI while I evaluate a failure. | Owen Anderson | 2010-08-19 | 1 | -1/+1 |
| * | Tentatively enabled LVI by default. I'll be monitoring for any failures. | Owen Anderson | 2010-08-19 | 1 | -1/+1 |
| * | Correct header. | Bill Wendling | 2010-08-19 | 1 | -1/+1 |
| * | It's possible to sink a def if its local uses are PHI's. | Evan Cheng | 2010-08-19 | 1 | -5/+5 |
| * | Fix the msvc 2010 build. | Michael J. Spencer | 2010-08-19 | 1 | -2/+19 |
| * | Do not assert when reading an exponent out of range. | Dale Johannesen | 2010-08-19 | 1 | -0/+1 |
| * | Add Thumb1 support for virtual frame indices. | Jim Grosbach | 2010-08-19 | 3 | -132/+160 |
| * | Remove disabled assertion. | Evan Cheng | 2010-08-19 | 1 | -2/+0 |
| * | Teach machine-sink to break critical edges when appropriate. Work in progress. | Evan Cheng | 2010-08-19 | 1 | -8/+99 |
| * | Silence warning. | Eric Christopher | 2010-08-19 | 1 | -1/+1 |
| * | MCELF: Count the section orders properly. Patch by Roman Divacky. | Benjamin Kramer | 2010-08-19 | 1 | -7/+7 |
| * | Update local stack block allocation to let PEI do the allocs if no additional | Jim Grosbach | 2010-08-19 | 2 | -3/+12 |
| * | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 2010-08-19 | 4 | -22/+14 |
| * | fix PR7465, mishandling of lcall and ljmp: intersegment long | Chris Lattner | 2010-08-19 | 4 | -12/+28 |
| * | Process the step before the start, because it's usually the simpler | Dan Gohman | 2010-08-19 | 1 | -3/+3 |
| * | minor progress towards fixing PR7465 | Chris Lattner | 2010-08-19 | 1 | -2/+2 |
| * | Add an AddOptionalDefs method and use it. | Eric Christopher | 2010-08-19 | 1 | -21/+64 |
| * | Add the "isCompare" attribute to the defm instead of each individual instr. | Bill Wendling | 2010-08-19 | 1 | -3/+1 |
| * | Don't call Predicate_* in Mips. | Jakob Stoklund Olesen | 2010-08-18 | 2 | -9/+4 |
| * | Remove extra header. | Eric Christopher | 2010-08-18 | 1 | -1/+0 |
| * | Add a newline to debug output | Jim Grosbach | 2010-08-18 | 1 | -1/+2 |
| * | refix PR1143 by making basicaa analyze zexts of indices aggresively, | Chris Lattner | 2010-08-18 | 1 | -11/+30 |
| * | If any def of a machine-sink candidate has local uses, it's obviously not saf... | Evan Cheng | 2010-08-18 | 1 | -5/+18 |
| * | GetLinearExpression is only called when TD is non-null, pass as | Chris Lattner | 2010-08-18 | 1 | -4/+4 |