Age | Commit message (Expand) | Author |
2012-08-13 | Cherry-pick 159409 for TLS Initial Exec fix. | Jan Voung |
2012-08-13 | The structure layout for MCFragment had gaps because of unions, bitfields, etc., | David Sehr |
2012-08-13 | Instructions that appear between BundleLock and BundleUnlock are part of one | David Sehr |
2012-08-13 | Disallow negative constant addresses. | David Sehr |
2012-07-31 | remove superfluous addr32 prefix bytes for zero-based sandbox | Austin Benson |
2012-07-31 | Make ARM var-arg regsave setup aware of byval stack args. Previously we had | Jan Voung |
2012-07-31 | Restrict R15 with a flag | Austin Benson |
2012-07-31 | Fix cases where fast instruction selection generated both base and index | Karl Schimpf |
2012-07-31 | Add dst-only naclrest, nacljmp | Austin Benson |
2012-07-31 | clean up handling of sandbox memory references for x86-64 | Austin Benson |
2012-07-31 | Cherry-pick r159166 from upstream. | Derek Schuff |
2012-07-31 | Materialize functions with forward-referenced blocks in streamed modules | Derek Schuff |
2012-07-31 | Add sfi-zero-based-sandbox option for zero-based sandbox model support on 64-bit | Austin Benson |
2012-07-10 | Add back an unrelated bit of code that exists upstream but not here. | Derek Schuff |
2012-07-09 | LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45) | Derek Schuff |
2012-07-03 | Add include of config.h in NaClJITMemoryManager | Derek Schuff |
2012-07-03 | Diff from hg rev 0b098ca44de7 | Derek Schuff |
2012-06-13 | Revert "Allow SROA to look at a vector type and see if the offset is out of r... | Pete Cooper |
2012-06-13 | Allow SROA to look at a vector type and see if the offset is out of range to ... | Pete Cooper |
2012-06-13 | Fix building ThreadLocal.cpp with --disable-threads. | Argyrios Kyrtzidis |
2012-06-13 | *typo: Cyles changed to Cycles | Kay Tiong Khoo |
2012-06-13 | It is possible for several constants which aren't individually absorbing to | Duncan Sands |
2012-06-13 | When linearizing a multiplication, return at once if we see a factor of zero, | Duncan Sands |
2012-06-13 | Fix intrinsics for XOP frczss/sd instructions. These instructions only take o... | Craig Topper |
2012-06-13 | Add another missing 64-bit itinerary definition for the PPC A2 core. | Hal Finkel |
2012-06-13 | SimplifyCFG: fold unconditional branch to its predecessor if profitable. | Manman Ren |
2012-06-13 | Eliminate struct TableGenBackend. | Jakob Stoklund Olesen |
2012-06-13 | Clean up trailing blanks in Mips16InstrFormats.td | Akira Hatanaka |
2012-06-13 | disable use of directive .set nomicromips | Akira Hatanaka |
2012-06-13 | sched: fix latency of memory dependence chain edges for consistency. | Andrew Trick |
2012-06-13 | sched: Avoid trivially redundant DAG edges. Take the one with higher latency. | Andrew Trick |
2012-06-13 | 1. fix places where immed is used in place of imm to be consistent with | Akira Hatanaka |
2012-06-12 | Add some missing 64-bit itinerary definitions for the PPC A2 core. | Hal Finkel |
2012-06-12 | Use DenseMap as SmallMap workaround rather than std::map, at Chandler's request. | Duncan Sands |
2012-06-12 | Use std::map rather than SmallMap because SmallMap assumes that the value has | Duncan Sands |
2012-06-12 | [arm-fast-isel] Add support for -arm-long-calls. | Chad Rosier |
2012-06-12 | Split out the PPC instruction class IntSimple from IntGeneral. | Hal Finkel |
2012-06-12 | Fixes for PPC host detection and features. | Hal Finkel |
2012-06-12 | Now that Reassociate's LinearizeExprTree can look through arbitrary expression | Duncan Sands |
2012-06-12 | Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp... | Hal Finkel |
2012-06-12 | Satisfy C++ aliasing rules, per suggestion by Chandler. | Argyrios Kyrtzidis |
2012-06-12 | Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:... | Jakob Stoklund Olesen |
2012-06-12 | For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific | Argyrios Kyrtzidis |
2012-06-11 | misched: When querying RegisterPressureTracker, always save current and max p... | Andrew Trick |
2012-06-11 | misched: regpressure getMaxPressureDelta, revert accidental checkin. | Andrew Trick |
2012-06-11 | Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName(). | Hal Finkel |
2012-06-11 | Enable MFOCRF generation on the PPC A2 core. | Hal Finkel |
2012-06-11 | Rename the PPC target feature gpul to mfocrf. | Hal Finkel |
2012-06-11 | Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection. | Hal Finkel |
2012-06-11 | Emit the two-operand form of the PPC mfcr instruction as mfocrf. | Hal Finkel |