| Age | Commit message (Expand) | Author |
| 2012-12-14 | Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca... | Michael Ilseman |
| 2012-12-14 | Enable the loop vectorizer by default. | Nadav Rotem |
| 2012-12-14 | TypeLegalizer: Do not generate target specific nodes with illegal types, beca... | Nadav Rotem |
| 2012-12-14 | Release notes for dragonegg 3.2. | Duncan Sands |
| 2012-12-14 | Fix a crash in ValueTracking on vectors of pointers. | Nadav Rotem |
| 2012-12-14 | This patch removes some nondeterminism from direct object file output | Bill Schmidt |
| 2012-12-14 | Prevent FastISel X86_64 from generating bad instructions for NaCl. | Jim Stichnoth |
| 2012-12-14 | Add more reset methods to make all objects that the backend may use for outpu... | Pedro Artigas |
| 2012-12-14 | rdar://12753946 | Shuxin Yang |
| 2012-12-14 | [CMake] Move libxml2 stuff from clang to llvm/cmake. | NAKAMURA Takumi |
| 2012-12-14 | This patch improves the 64-bit PowerPC InitialExec TLS support by providing | Bill Schmidt |
| 2012-12-14 | Move the overrule for creating a new DataFragment higher, because it's not | Eli Bendersky |
| 2012-12-14 | Fix lint warnings in MemorySanitizer.cpp. | Evgeniy Stepanov |
| 2012-12-14 | The CellSPU backend is more than experimental, it's dead now... | Chandler Carruth |
| 2012-12-14 | Remove a section that was in 3.1's notes. | Chandler Carruth |
| 2012-12-14 | [msan] Origin stores and loads do not need explicit alignment. | Evgeniy Stepanov |
| 2012-12-14 | Remove several entries from the 3.2 release notes that were in the 3.1 | Chandler Carruth |
| 2012-12-14 | Fix the order of these sections of the release notes. | Chandler Carruth |
| 2012-12-14 | Add a rough draft of some content about the new SROA. I'll try to proof | Chandler Carruth |
| 2012-12-14 | Delete a long-stale "if its ready" comment. All indications is that this | Chandler Carruth |
| 2012-12-14 | Provide some actual highlight bullets for Clang. | Chandler Carruth |
| 2012-12-14 | [msan] Refactor default shadow propagation and origin tracking. | Evgeniy Stepanov |
| 2012-12-14 | Change TargetLowering::getLoadExtAction to take an MVT, instead of | Patrik Hagglund |
| 2012-12-14 | revert r170166 - disable the loop vectorizer. | Nadav Rotem |
| 2012-12-14 | Enable the loop vectorizer. | Nadav Rotem |
| 2012-12-14 | Disable the loop vectorizer. | Nadav Rotem |
| 2012-12-13 | Use the new MI bundling API in MachineInstrBundle itself. | Jakob Stoklund Olesen |
| 2012-12-13 | Remove two popcount patterns which we are already able to recognize. | Shuxin Yang |
| 2012-12-13 | Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by... | Nadav Rotem |
| 2012-12-13 | Debug Info: add support to mark member variables as artificial | David Blaikie |
| 2012-12-13 | fix comment. | Chris Lattner |
| 2012-12-13 | This is another cleanup patch for 64-bit PowerPC TLS processing. I had | Bill Schmidt |
| 2012-12-13 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
| 2012-12-13 | docs: Improve discussion of syntax highlighting. | Sean Silva |
| 2012-12-13 | Documentation: CompilerWriterInfo.rst: update link to Intel documentation | Dmitri Gribenko |
| 2012-12-13 | Fix warnings with -DNDEBUG | Tom Stellard |
| 2012-12-13 | This is just a clean-up patch that simplifies the initial-exec TLS logic by | Bill Schmidt |
| 2012-12-13 | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund |
| 2012-12-13 | Add options to disable building of ARCMT, Rewriter and Static Analyzer | Roman Divacky |
| 2012-12-13 | Fix spelling | Joel Jones |
| 2012-12-13 | JITEventListener.h: Use llvm-config.h instead of config.h. | NAKAMURA Takumi |
| 2012-12-13 | Revert r170020, "Simplify negated bit test", for now. | NAKAMURA Takumi |
| 2012-12-13 | Add a dummy documentation file to unbreak 'make install'. We need to find how | Dmitri Gribenko |
| 2012-12-13 | Revert "Restore the PHI optimization I accidently removed" temporarily since | Eric Christopher |
| 2012-12-13 | Revert "Add a funciton to get the segment name of a section." | Eric Christopher |
| 2012-12-13 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-13 | Add a funciton to get the segment name of a section. | Rafael Espindola |
| 2012-12-13 | Missed these calls from the previous rename somehow. | Rafael Espindola |
| 2012-12-13 | Rename isPowerOfTwo to isKnownToBeAPowerOfTwo. | Rafael Espindola |
| 2012-12-13 | [mips] Do not copy GOT address to register $gp if the function being called has | Akira Hatanaka |