| Commit message (Expand) | Author | Age | Files | Lines |
| * | CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th... | Daniel Dunbar | 2010-08-17 | 1 | -2/+12 |
| * | CrashRecovery: Make CrashRecoveryContext static methods thread safe. | Daniel Dunbar | 2010-08-17 | 1 | -0/+10 |
| * | Make fast scheduler handle asm clobbers correctly. | Dale Johannesen | 2010-08-17 | 1 | -21/+53 |
| * | Revert part of one of the prev. patches - tailjmp will follow later. | Anton Korobeynikov | 2010-08-17 | 1 | -1/+0 |
| * | More fixes for win64: | Anton Korobeynikov | 2010-08-17 | 3 | -6/+10 |
| * | Enable more win64 calls folding opportunities. | Anton Korobeynikov | 2010-08-17 | 1 | -0/+2 |
| * | PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov... | Evan Cheng | 2010-08-17 | 3 | -11/+13 |
| * | Machine CSE preserves CFG. Pass manager was freeing machineloopinfo after mac... | Evan Cheng | 2010-08-17 | 1 | -0/+1 |
| * | Don't call tablegen'ed Predicate_* functions in the ARM target. | Jakob Stoklund Olesen | 2010-08-17 | 3 | -11/+15 |
| * | silence warning | Jim Grosbach | 2010-08-17 | 1 | -0/+5 |
| * | Remove dead code. Fixes a GCC warning. | Benjamin Kramer | 2010-08-17 | 1 | -4/+1 |
| * | 80 column cleanup. | Jim Grosbach | 2010-08-17 | 3 | -32/+37 |
| * | Sketch i386 relocations handling, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -24/+45 |
| * | Don't call Predicate_* methods directly from Sparc target. | Jakob Stoklund Olesen | 2010-08-17 | 2 | -14/+6 |
| * | Add hook to examine an instruction referencing a frame index to determine | Jim Grosbach | 2010-08-17 | 3 | -2/+94 |
| * | explicitly handle no-op cases for clarity. Fixes clang warning. | Jim Grosbach | 2010-08-17 | 1 | -0/+3 |
| * | Use the correct entry size for relocation entries, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -2/+6 |
| * | Move the decision logic whether it's a good idea to split a critical edge to ... | Evan Cheng | 2010-08-17 | 3 | -13/+15 |
| * | When rotating loops, put the original header at the bottom of the | Dan Gohman | 2010-08-17 | 1 | -0/+20 |
| * | remove trailing whitespace | Jim Grosbach | 2010-08-17 | 1 | -7/+7 |
| * | Differentiate between RELA and REL relocations, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -6/+8 |
| * | Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid | Bob Wilson | 2010-08-17 | 5 | -39/+69 |
| * | Fix debug message. | Evan Cheng | 2010-08-17 | 1 | -1/+1 |
| * | Use the getUniquePredecessor() utility function, instead of doing | Dan Gohman | 2010-08-17 | 1 | -15/+5 |
| * | One baby step towards i386 ELF, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -2/+3 |
| * | fix emacs language spec's, patch by Edmund Grimley-Evans! | Chris Lattner | 2010-08-17 | 21 | -21/+21 |
| * | When creating a JIT, try to load the program so that we can resolve symbols | Nick Lewycky | 2010-08-17 | 1 | -0/+3 |
| * | Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp on | Chris Lattner | 2010-08-17 | 1 | -0/+6 |
| * | Allow more cases of undef shuffle indices and add tests for them. | Bob Wilson | 2010-08-17 | 1 | -12/+22 |
| * | Add an option to disable codegen prepare critical edge splitting. In theory, ... | Evan Cheng | 2010-08-17 | 1 | -6/+14 |
| * | Fix typo. | Eric Christopher | 2010-08-17 | 1 | -1/+1 |
| * | Copy over some overridden MI wrappers for ARM fast-isel. This is where | Eric Christopher | 2010-08-17 | 1 | -1/+192 |
| * | PHI elimination should not break back edge. It can cause some significant cod... | Evan Cheng | 2010-08-17 | 2 | -5/+14 |
| * | Make arm fast-isel possible to enable via command line. | Eric Christopher | 2010-08-17 | 1 | -1/+7 |
| * | Try to silence a overeager GCC warning. | Benjamin Kramer | 2010-08-17 | 1 | -0/+2 |
| * | A round of minor cleanups for ELFObjectWriter. | Benjamin Kramer | 2010-08-17 | 1 | -29/+12 |
| * | Fix another iterator invalidation that caused a *really* nasty miscompilation... | Owen Anderson | 2010-08-16 | 1 | -6/+7 |
| * | Ignore undef shuffle indices when checking for a VTRN shuffle. Radar 8290937. | Bob Wilson | 2010-08-16 | 1 | -0/+1 |
| * | tidy up. remove unused local. | Jim Grosbach | 2010-08-16 | 2 | -2/+2 |
| * | Silence warnings and simplify code. Eliminate a 32/64 bit portability issue. | Benjamin Kramer | 2010-08-16 | 1 | -4/+3 |
| * | The plural of analysis is analyses. | Dan Gohman | 2010-08-16 | 1 | -2/+2 |
| * | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 4 | -14/+22 |
| * | Better handle alignment requirements for local objects in pre-regalloc frame | Jim Grosbach | 2010-08-16 | 2 | -35/+15 |
| * | Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee | Bob Wilson | 2010-08-16 | 2 | -4/+8 |
| * | Remove redundant inline keywords. | Dan Gohman | 2010-08-16 | 2 | -3/+3 |
| * | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman | 2010-08-16 | 1 | -14/+6 |
| * | Comment out some broken/unused/useless instructions which mess up disassembly. | Eli Friedman | 2010-08-16 | 1 | -0/+6 |
| * | Fixes for generation of ELF relocations. Patch by Roman Divacky. | Eli Friedman | 2010-08-16 | 1 | -6/+18 |
| * | Don't attempt to SimplifyShortMoveForm in 64-bit mode. | Eli Friedman | 2010-08-16 | 1 | -9/+13 |
| * | Until uleb/sleb are MC-ized, add a hack to make them work with ELF object | Eli Friedman | 2010-08-16 | 1 | -2/+2 |