2010-08-18 |
Owen Anderson | Use ConstantRange to propagate information through... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | When sending stats output to stdout for grepping, don... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jakob Stoklund... | Thinking about it, we don't need MachineDominatorTree... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Introduce a ScopedFatalErrorHandler class to make it... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jakob Stoklund... | Revert r111394. It was too aggressive. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jakob Stoklund... | Aggressively prune the DFS when inserting phi-defs. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jakob Stoklund... | Add the LiveIntervalMap class. Don't hook it up yet. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jakob Stoklund... | Add df_iterator::getPathLength and getPath as a way... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Daniel Dunbar | Revert r111375, "move gep decomposition out of ValueTra... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Bill Wendling | Improve whitespace. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Bill Wendling | Marked with ATTRIBUTE_USED so that clang doesn't complain. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Owen Anderson | Inform LazyValueInfo whenever a block is deleted, to... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Daniel Dunbar | MC/ELF: Allow null values in virtual sections, ELF... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | move gep decomposition out of ValueTracking into BasicA... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jim Grosbach | Add hook for re-using virtual base registers for local... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Eliminate some redundancy by relying on raw_fd_ostream... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Allow the -analyze option to follow the -o option,... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Don't register stdout to be deleted on a signal. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Remove an unused command-line option. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jakob Stoklund... | Preserve subregs on PHI source operands. Patch by Krist... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Kalle Raiskila | Fix a bug with insertelement on SPU. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Kalle Raiskila | Remove all traces of v2[i,f]32 on SPU. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Kalle Raiskila | Change SPU C calling convention to match that described in |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | fix a buggy test |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | fix PR7589: In brief: |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | filecheckize and detrivialize. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | Fix PR7755: knowing something about an inval for a... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | remove some dead code. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | remove some dead code. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | remove some code that is dead now that lea's are modele... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | remove dead prototype. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Bob Wilson | Expand ZERO_EXTEND operations for NEON vector types. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Fix the "Finished Creating" messages for aliases to... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Revert r111321. This doesn't fix a problem. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | stomp some more undefined behavior, PR7775. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | don't emit zero bit fields with Emit, fixing undefined... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | Don't pass in a null pointer to std::string's ctor... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | fix a broken link |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | include config.h to get config params, hopefully unbrea... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | Fix the rest of rdar://8318441 which happens when a... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | report_fatal_error can't use errs(), because errs(... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Temporarily revert r110987 as it's causing some miscomp... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Dan Gohman | Tweak IVUsers' concept of "interesting" to exclude... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | Add materialization of virtual base registers for frame... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | Add nounwind. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Daniel Dunbar | CrashRecovery: Clear the current context on the first... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Daniel Dunbar | CrashRecovery: Add CrashRecoveryContext::GetCurrent... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Daniel Dunbar | CrashRecovery: Make CrashRecoveryContext static methods... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Dale Johannesen | Make fast scheduler handle asm clobbers correctly. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Anton Korobeynikov | Revert part of one of the prev. patches - tailjmp will... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Anton Korobeynikov | More fixes for win64: |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Anton Korobeynikov | Enable more win64 calls folding opportunities. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Anton Korobeynikov | Add some win64 coff goodness. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | PHI elimination shouldn't require machineloopinfo since... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | Machine CSE preserves CFG. Pass manager was freeing... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jakob Stoklund... | Don't call tablegen'ed Predicate_* functions in the... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | silence warning |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Remove dead code. Fixes a GCC warning. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Anton Korobeynikov | This patch enables "make unittests" on enable-shared... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Anton Korobeynikov | This patch enables ENABLE_SHARED=1 to build DLL based... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | 80 column cleanup. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Sketch i386 relocations handling, from Roman Divacky. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jakob Stoklund... | Don't call Predicate_* methods directly from Sparc... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | Add hook to examine an instruction referencing a frame... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | explicitly handle no-op cases for clarity. Fixes clang... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Use the correct entry size for relocation entries,... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | Move the decision logic whether it's a good idea to... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Dan Gohman | When rotating loops, put the original header at the... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Differentiate between RELA and REL relocations, from... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Bob Wilson | Change ARM PKHTB and PKHBT instructions to use a shift_... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | Fix debug message. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | add some 's to a pre to avoid newlines being... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Dan Gohman | Use the getUniquePredecessor() utility function, instea... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | One baby step towards i386 ELF, from Roman Divacky. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | fix emacs language spec's, patch by Edmund Grimley... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Nick Lewycky | When creating a JIT, try to load the program so that... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Revert r111230, we have to find a better place for... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | Fix failure of unittests/ExecutionEngine/JIT/MultiJITTe... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Micro-optimize MCObjectWriter to do a byteswap if neces... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | There is this new "LLVM" compiler that supports __built... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Bob Wilson | Allow more cases of undef shuffle indices and add tests... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | Add an option to disable codegen prepare critical edge... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Copy over some overridden MI wrappers for ARM fast... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Evan Cheng | PHI elimination should not break back edge. It can... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Remove predicate workaround, we're going to require... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Eric Christopher | Make arm fast-isel possible to enable via command line. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Try to silence a overeager GCC warning. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | A round of minor cleanups for ELFObjectWriter. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Add a testcase for svn 111208. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Owen Anderson | Fix another iterator invalidation that caused a *really... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Bob Wilson | Ignore undef shuffle indices when checking for a VTRN... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jim Grosbach | tidy up. remove unused local. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Benjamin Kramer | Silence warnings and simplify code. Eliminate a 32... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | The plural of analysis is analyses. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dan Gohman | Make dumpPassStructure be a PMDataManager abstraction... |
commit | commitdiff | tree | snapshot |
next |