| Age | Commit message (Expand) | Author |
| 2012-10-08 | Fixup comments. | Eric Christopher |
| 2012-10-08 | PR12716: PPC crashes on vector compare | Adhemerval Zanella |
| 2012-10-08 | misched: remove the unused getSpecialAddressLatency hook. | Andrew Trick |
| 2012-10-08 | misched: remove forceUnitLatencies. Defaults are handled by the default Sched... | Andrew Trick |
| 2012-10-08 | misched: avoid scheduling an instruction twice. | Andrew Trick |
| 2012-10-08 | PowerPC: Fix object creation with PPC::MTCRF8 instruction | Adhemerval Zanella |
| 2012-10-08 | Add floating-point to and from integer conversion | Adhemerval Zanella |
| 2012-10-08 | Fix the ocaml binding breakage from TargetData -> DataLayout changes. | Micah Villmow |
| 2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
| 2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
| 2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
| 2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
| 2012-10-08 | Some regression tests which are testing the old jit and are exercising functi... | James Molloy |
| 2012-10-07 | Remove unused MachineInstr constructors that don't take a DebugLoc argument. | Craig Topper |
| 2012-10-07 | Fix indentation. Remove 'else' after return. No functional change. | Craig Topper |
| 2012-10-07 | Silence Sphinx warnings. | Sean Silva |
| 2012-10-07 | X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ... | Benjamin Kramer |
| 2012-10-07 | Move more methods out-of-line. This is in preparation for changing the internal | Bill Wendling |
| 2012-10-07 | Sphinxify the GettinStarted documentation. | Bill Wendling |
| 2012-10-07 | Sphinxify the ExtendingLLVM documentation. | Bill Wendling |
| 2012-10-07 | Sphinxify the compiler writer info documentation. | Bill Wendling |
| 2012-10-07 | Make sure always-inline functions get inlined. <rdar://problem/12423986> | Bob Wilson |
| 2012-10-07 | Document MapVector. | Rafael Espindola |
| 2012-10-06 | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter |
| 2012-10-06 | Minor changes based on post commit review: | Jack Carter |
| 2012-10-05 | Minor changes based on post commit review: | Jack Carter |
| 2012-10-05 | This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4 | Bill Schmidt |
| 2012-10-05 | HowToSetUpLLVMStyleRTTI.rst: remove unneeded semicolons in code examples. | Dmitri Gribenko |
| 2012-10-05 | GoldPlugin.rst: minor typesetting fixes. | Dmitri Gribenko |
| 2012-10-05 | Remove unused but set variable flagged by GCC. | Benjamin Kramer |
| 2012-10-05 | [ms-inline asm] Add a comment describing the MapAndConstraints. | Chad Rosier |
| 2012-10-05 | [ms-inline asm] Add a few typedefs to simplify future changes. | Chad Rosier |
| 2012-10-05 | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler |
| 2012-10-05 | Simplify code, don't or a bool with an uint64_t. | Benjamin Kramer |
| 2012-10-05 | Remove empty file. | Benjamin Kramer |
| 2012-10-05 | Remove extraneous semicolon. | Chad Rosier |
| 2012-10-05 | Implement TargetData with the DataLayout class, this will allow LLVM projects... | Micah Villmow |
| 2012-10-05 | Add ELF program header. | Hemant Kulkarni |
| 2012-10-05 | - Mark the BCC and BLR defs as isCodeGenOnly per error output from | Will Schmidt |
| 2012-10-05 | Add PowerPC64 definitions for ELF.h | Adhemerval Zanella |
| 2012-10-05 | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. | NAKAMURA Takumi |
| 2012-10-05 | lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint... | NAKAMURA Takumi |
| 2012-10-05 | [CMake] Enhance add_llvm_external_project. | NAKAMURA Takumi |
| 2012-10-05 | SROA.cpp: Fix a warning, [-Wunused-variable] | NAKAMURA Takumi |
| 2012-10-05 | Convert to unix line endings. | Rafael Espindola |
| 2012-10-05 | Move this test a bit later, after the point at which we know that we either | Duncan Sands |
| 2012-10-05 | Move methods out-of-line. | Bill Wendling |
| 2012-10-05 | Use method to query for attributes. | Bill Wendling |
| 2012-10-05 | Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ... | Craig Topper |
| 2012-10-05 | Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos... | Craig Topper |