Age | Commit message (Expand) | Author |
2010-08-17 | Temporarily revert r110987 as it's causing some miscompares in | Eric Christopher |
2010-08-17 | Tweak IVUsers' concept of "interesting" to exclude add recurrences | Dan Gohman |
2010-08-17 | Add materialization of virtual base registers for frame indices allocated into | Jim Grosbach |
2010-08-17 | CrashRecovery: Clear the current context on the first crash, to avoid re-ente... | Daniel Dunbar |
2010-08-17 | CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th... | Daniel Dunbar |
2010-08-17 | CrashRecovery: Make CrashRecoveryContext static methods thread safe. | Daniel Dunbar |
2010-08-17 | Make fast scheduler handle asm clobbers correctly. | Dale Johannesen |
2010-08-17 | Revert part of one of the prev. patches - tailjmp will follow later. | Anton Korobeynikov |
2010-08-17 | More fixes for win64: | Anton Korobeynikov |
2010-08-17 | Enable more win64 calls folding opportunities. | Anton Korobeynikov |
2010-08-17 | PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov... | Evan Cheng |
2010-08-17 | Machine CSE preserves CFG. Pass manager was freeing machineloopinfo after mac... | Evan Cheng |
2010-08-17 | Don't call tablegen'ed Predicate_* functions in the ARM target. | Jakob Stoklund Olesen |
2010-08-17 | silence warning | Jim Grosbach |
2010-08-17 | Remove dead code. Fixes a GCC warning. | Benjamin Kramer |
2010-08-17 | 80 column cleanup. | Jim Grosbach |
2010-08-17 | Sketch i386 relocations handling, from Roman Divacky. | Benjamin Kramer |
2010-08-17 | Don't call Predicate_* methods directly from Sparc target. | Jakob Stoklund Olesen |
2010-08-17 | Add hook to examine an instruction referencing a frame index to determine | Jim Grosbach |
2010-08-17 | explicitly handle no-op cases for clarity. Fixes clang warning. | Jim Grosbach |
2010-08-17 | Use the correct entry size for relocation entries, from Roman Divacky. | Benjamin Kramer |
2010-08-17 | Move the decision logic whether it's a good idea to split a critical edge to ... | Evan Cheng |
2010-08-17 | When rotating loops, put the original header at the bottom of the | Dan Gohman |
2010-08-17 | remove trailing whitespace | Jim Grosbach |
2010-08-17 | Differentiate between RELA and REL relocations, from Roman Divacky. | Benjamin Kramer |
2010-08-17 | Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid | Bob Wilson |
2010-08-17 | Fix debug message. | Evan Cheng |
2010-08-17 | Use the getUniquePredecessor() utility function, instead of doing | Dan Gohman |
2010-08-17 | One baby step towards i386 ELF, from Roman Divacky. | Benjamin Kramer |
2010-08-17 | fix emacs language spec's, patch by Edmund Grimley-Evans! | Chris Lattner |
2010-08-17 | When creating a JIT, try to load the program so that we can resolve symbols | Nick Lewycky |
2010-08-17 | Fix failure of unittests/ExecutionEngine/JIT/MultiJITTest.cpp on | Chris Lattner |
2010-08-17 | Allow more cases of undef shuffle indices and add tests for them. | Bob Wilson |
2010-08-17 | Add an option to disable codegen prepare critical edge splitting. In theory, ... | Evan Cheng |
2010-08-17 | Fix typo. | Eric Christopher |
2010-08-17 | Copy over some overridden MI wrappers for ARM fast-isel. This is where | Eric Christopher |
2010-08-17 | PHI elimination should not break back edge. It can cause some significant cod... | Evan Cheng |
2010-08-17 | Make arm fast-isel possible to enable via command line. | Eric Christopher |
2010-08-17 | Try to silence a overeager GCC warning. | Benjamin Kramer |
2010-08-17 | A round of minor cleanups for ELFObjectWriter. | Benjamin Kramer |
2010-08-16 | Fix another iterator invalidation that caused a *really* nasty miscompilation... | Owen Anderson |
2010-08-16 | Ignore undef shuffle indices when checking for a VTRN shuffle. Radar 8290937. | Bob Wilson |
2010-08-16 | tidy up. remove unused local. | Jim Grosbach |
2010-08-16 | Silence warnings and simplify code. Eliminate a 32/64 bit portability issue. | Benjamin Kramer |
2010-08-16 | The plural of analysis is analyses. | Dan Gohman |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman |
2010-08-16 | Better handle alignment requirements for local objects in pre-regalloc frame | Jim Grosbach |
2010-08-16 | Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee | Bob Wilson |
2010-08-16 | Remove redundant inline keywords. | Dan Gohman |
2010-08-16 | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman |