- d4d03e0 Adding acessors to COFFObjectFile so that clients can get at the (non-generic) bits by Marshall Clow · 12 years ago
- 6399b7c Recommit r158407: Allow SROA to look at a vector type and see if the offset is out of range to be replaced with a scalar access. Now with additional fix and test for indexing into a vector inside a struct by Pete Cooper · 12 years ago
- 0397729 Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and by Rafael Espindola · 12 years ago
- 312091e Move X86::VCVTTSD2SIrr from the 2 operand to 1 operand MemRegOp table. by Pete Cooper · 12 years ago
- 864f660 Fix coding style violations. Remove white spaces and tabs. by Akira Hatanaka · 12 years ago
- 1418045 1. introduce MipsPat in place of Pat in order to exclude those from by Akira Hatanaka · 12 years ago
- 6b0cd9b Make machine verifier check the first instruction of the last bundle instead of by Akira Hatanaka · 12 years ago
- 0180694 Make comment slightly more helpful. by Lang Hames · 12 years ago
- 9e06662 Revert r158454: Allow SROA to look at a vector type... Its breaking the vectorise buildbot by Pete Cooper · 12 years ago
- 42120a2 misched: disable SSA check pending PR13112. by Andrew Trick · 12 years ago
- cba9123 SmallMap, FlatArrayMap::copyFrom by Stepan Dyatkovskiy · 12 years ago
- 722f254 Remove/modify C backend references from LLVM documentation. by David Blaikie · 12 years ago
- deb8780 Remove C backend reference from the FAQ. by David Blaikie · 12 years ago
- 77fdd3a Recommit r158407: Allow SROA to look at a vector type and see if the offset is out of range to be replaced with a scalar access. Now with additional fix and test for indexing into a vector inside a struct by Pete Cooper · 12 years ago
- b5a1bf4 Clarify a bit that the types have to be the same. Came up on IRC. by Duncan Sands · 12 years ago
- f1ece22 MipsLongBranch.cpp: Tweak llvm::next() to appease msvc. by NAKAMURA Takumi · 12 years ago
- a1c7367 Replace assertion failure for badly formatted CPS instrution with error message. by Richard Barton · 12 years ago
- efc967e Cleanup whitespace. by Jush Lu · 12 years ago
- 39f5eb1 Revert: test/CodeGen/ARM/iabs.ll in r158441 by Manman Ren · 12 years ago
- 7a0575b InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y). by Manman Ren · 12 years ago
- ce5c6fb Test case for MIPS long branch pass. by Akira Hatanaka · 12 years ago
- f4f60cb Fix Mips/CMakeLists.txt. by Akira Hatanaka · 12 years ago
- a32ccf9 Add file MipsLongBranch.cpp. by Akira Hatanaka · 12 years ago
- 163d706 Fix test cases. by Akira Hatanaka · 12 years ago
- 63b37f1 Remove code in MipsAsmPrinter and MipsMCInstLower. by Akira Hatanaka · 12 years ago
- 9e97587 Add long branch expansion pass for MIPS. by Akira Hatanaka · 12 years ago
- 91625aa Add AT to the list of registers clobbered by branches so that it is available by Akira Hatanaka · 12 years ago
- c56a7bb In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediate by Akira Hatanaka · 12 years ago
- 84e0928 In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediate by Akira Hatanaka · 12 years ago
- d4b48b2 Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to by Akira Hatanaka · 12 years ago
- 4654e58 In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object. by Akira Hatanaka · 12 years ago
- a76220a Add methods to MipsFunctionInfo for initializing and accessing the stack frame by Akira Hatanaka · 12 years ago
- 1584139 Bundle jump/branch instructions with the instructions in the delay slot in by Akira Hatanaka · 12 years ago
- 14d81c4 Group the 'unsigned' members after the pointer to avoid 4 bytes of by Chandler Carruth · 12 years ago
- 8782707 Implement a DAGCombine in MipsISelLowering.cpp which transforms the following by Akira Hatanaka · 12 years ago
- e193b32 Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp. by Akira Hatanaka · 12 years ago
- 2bd7e53 Simplify CreateLoadLR and CreateStoreLR in MipsISelLowering.cpp. by Akira Hatanaka · 12 years ago
- 777a120 Implement fastcc calling convention for MIPS. by Akira Hatanaka · 12 years ago
- aa08c8b Fix pattern for MKMSK instruction. by Richard Osborne · 12 years ago
- e91f926 Revert "Allow SROA to look at a vector type and see if the offset is out of range to be replaced with a scalar access" by Pete Cooper · 12 years ago
- 51786e0 Allow SROA to look at a vector type and see if the offset is out of range to be replaced with a scalar access by Pete Cooper · 12 years ago
- 1a18e9a Fix building ThreadLocal.cpp with --disable-threads. by Argyrios Kyrtzidis · 12 years ago
- 575e90e *typo: Cyles changed to Cycles by Kay Tiong Khoo · 12 years ago
- 4f81768 Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of by Rafael Espindola · 12 years ago
- d34491f It is possible for several constants which aren't individually absorbing to by Duncan Sands · 12 years ago
- ee5a094 When linearizing a multiplication, return at once if we see a factor of zero, by Duncan Sands · 12 years ago
- cc95b57 Fix intrinsics for XOP frczss/sd instructions. These instructions only take one source register and zero the upper bits of the destination rather than preserving them. by Craig Topper · 12 years ago
- 7924829 Add another missing 64-bit itinerary definition for the PPC A2 core. by Hal Finkel · 12 years ago
- ee28e0f SimplifyCFG: fold unconditional branch to its predecessor if profitable. by Manman Ren · 12 years ago
- 764dc75 Eliminate struct TableGenBackend. by Jakob Stoklund Olesen · 12 years ago
- 36c58aa Clean up trailing blanks in Mips16InstrFormats.td by Akira Hatanaka · 12 years ago
- 942918d disable use of directive .set nomicromips by Akira Hatanaka · 12 years ago
- 1c2d3c5 sched: fix latency of memory dependence chain edges for consistency. by Andrew Trick · 12 years ago
- 9df55ee sched: Avoid trivially redundant DAG edges. Take the one with higher latency. by Andrew Trick · 12 years ago
- a256ac5 1. fix places where immed is used in place of imm to be consistent with by Akira Hatanaka · 12 years ago
- 04dccea Add some missing 64-bit itinerary definitions for the PPC A2 core. by Hal Finkel · 12 years ago
- 5f9e4c1 Use DenseMap as SmallMap workaround rather than std::map, at Chandler's request. by Duncan Sands · 12 years ago
- ac071ea Use std::map rather than SmallMap because SmallMap assumes that the value has by Duncan Sands · 12 years ago
- 49d6fc0 [arm-fast-isel] Add support for -arm-long-calls. by Chad Rosier · 12 years ago
- 1680309 Split out the PPC instruction class IntSimple from IntGeneral. by Hal Finkel · 12 years ago
- b9c592f Remove use of GNU extension to resolve Clang warning. by David Blaikie · 12 years ago
- 6670c82 Fixes for PPC host detection and features. by Hal Finkel · 12 years ago
- 0d887a0 Use correct syntax highliter in code blocks. Noticed by Sean Silva. by Dmitri Gribenko · 12 years ago
- c038a78 Now that Reassociate's LinearizeExprTree can look through arbitrary expression by Duncan Sands · 12 years ago
- 3f696e5 Add two newlines in ParseSubtargetFeatures's debug output after the CPU is printed. by Hal Finkel · 12 years ago
- 4db738a Reapply r158337, this time properly protect Darwin/PPC host CPU use with __ppc__. by Hal Finkel · 12 years ago
- 3e61374 Satisfy C++ aliasing rules, per suggestion by Chandler. by Argyrios Kyrtzidis · 12 years ago
- 138c2b4 Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName()." by Jakob Stoklund Olesen · 12 years ago
- 32f9bca FileCheck docs: remove leftover HTML markup. by Dmitri Gribenko · 12 years ago
- 793537d For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific by Argyrios Kyrtzidis · 12 years ago
- 0eb3a35 misched: When querying RegisterPressureTracker, always save current and max pressure. by Andrew Trick · 12 years ago
- 4487479 misched: regpressure getMaxPressureDelta, revert accidental checkin. by Andrew Trick · 12 years ago
- 7bb39d8 Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName(). by Hal Finkel · 12 years ago
- ad27086 Fix test that depends on register allocation. by Jakob Stoklund Olesen · 12 years ago
- 5a53c6e Enable MFOCRF generation on the PPC A2 core. by Hal Finkel · 12 years ago
- bd5cafd Rename the PPC target feature gpul to mfocrf. by Hal Finkel · 12 years ago
- 9770be9 Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection. by Hal Finkel · 12 years ago
- 7ed1ad5 Fix test case to work on ARM. by Jakob Stoklund Olesen · 12 years ago
- 0a1852b Emit the two-operand form of the PPC mfcr instruction as mfocrf. by Hal Finkel · 12 years ago
- 2bd0acd Add local CPU detection for Linux PPC. by Hal Finkel · 12 years ago
- 622382f Add POWER6 and POWER7 CPU types to the PPC backend. by Hal Finkel · 12 years ago
- 6f36fa9 Write llvm-tblgen backends as functions instead of sub-classes. by Jakob Stoklund Olesen · 12 years ago
- 20aedcd Fix a problem with the reverse bundle iterators. by Jakob Stoklund Olesen · 12 years ago
- 773ef61 Object file output from llc isn't experimental anymore. by Benjamin Kramer · 12 years ago
- ad5c880 Re-enable the CMN instruction. by Bill Wendling · 12 years ago
- 7a99b46 InstCombine: factor code better. by Benjamin Kramer · 12 years ago
- 66821d9 InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing the compare. by Benjamin Kramer · 12 years ago
- 71ffcfe Enable ILP scheduling for all nodes by default on PPC. by Hal Finkel · 12 years ago
- 3c98ce2 Add AutoUpgrade support for the SSE4 ptest intrinsics. by Nadav Rotem · 12 years ago
- 01a90f4 Use critical anti-dep. breaking on all PPC targets, but also add other register classes. by Hal Finkel · 12 years ago
- cfd3ed9 Add intrinsics for immediate form of XOP vprot instructions. Use i128mem instead of f128mem for integer XOP instructions. by Craig Topper · 12 years ago
- 0a3e33b Improve ext/trunc patterns on PPC64. by Hal Finkel · 12 years ago
- 2a5dc43 Use XOP vpcom intrinsics in patterns instead of a target specific SDNode type. Remove the custom lowering code that selected the SDNode type. by Craig Topper · 12 years ago
- c29106b Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as an argument. by Craig Topper · 12 years ago
- 82ce516 Hashing: Remove outdated comment. Support for reserved hash values was removed in r151865. by Benjamin Kramer · 12 years ago
- 133fe75 Disabling a spurious deprecation warning about using PathV1 from within the PathV1 implementation file. by Aaron Ballman · 12 years ago
- 19472a6 Fixing a typo in the comments. by Aaron Ballman · 12 years ago
- f33a79c Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAllocator. by Benjamin Kramer · 12 years ago
- af0d459 Silence a gcc-4.6 warning: GCC fails to understand that secondReg and cmpOp2 are by Duncan Sands · 12 years ago
- 8bf75ed Enable tail merging on PPC. by Hal Finkel · 12 years ago