aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-13Cherry-pick 159409 for TLS Initial Exec fix.Jan Voung
2012-08-13The structure layout for MCFragment had gaps because of unions, bitfields, etc.,David Sehr
2012-08-13Instructions that appear between BundleLock and BundleUnlock are part of oneDavid Sehr
2012-08-13Disallow negative constant addresses.David Sehr
2012-08-13Change LLVM bitcode linking to use tree reductionJan Voung
2012-07-31remove superfluous addr32 prefix bytes for zero-based sandboxAustin Benson
2012-07-31Make ARM var-arg regsave setup aware of byval stack args. Previously we hadJan Voung
2012-07-31Restrict R15 with a flagAustin Benson
2012-07-31Fix cases where fast instruction selection generated both base and indexKarl Schimpf
2012-07-31Add dst-only naclrest, nacljmpAustin Benson
2012-07-31clean up handling of sandbox memory references for x86-64Austin Benson
2012-07-31Include nacl_srpc.h from native client tree rather than sdk.Derek Schuff
2012-07-31Cherry-pick r159166 from upstream.Derek Schuff
2012-07-31Turn on debug messages in llc sandboxed translator file wrapper for diagnosis.Jan Voung
2012-07-31revert CL http://codereview.chromium.org/8714005/Robert Muth
2012-07-31This hack is necessary under ubuntu precise to produce a gold plugin which has aRobert Muth
2012-07-31Materialize functions with forward-referenced blocks in streamed modulesDerek Schuff
2012-07-31Add sfi-zero-based-sandbox option for zero-based sandbox model support on 64-bitAustin Benson
2012-07-31Specify that sandboxed llc should be bitcode-linked with non-irt private libsJan Voung
2012-07-10Add back an unrelated bit of code that exists upstream but not here.Derek Schuff
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-07-03Add include of config.h in NaClJITMemoryManagerDerek Schuff
2012-07-03Diff from hg rev 0b098ca44de7Derek Schuff
2012-06-13Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper
2012-06-13Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper
2012-06-13Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis
2012-06-13*typo: Cyles changed to CyclesKay Tiong Khoo
2012-06-13Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version ofRafael Espindola
2012-06-13It is possible for several constants which aren't individually absorbing toDuncan Sands
2012-06-13When linearizing a multiplication, return at once if we see a factor of zero,Duncan Sands
2012-06-13Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper
2012-06-13Add another missing 64-bit itinerary definition for the PPC A2 core.Hal Finkel
2012-06-13SimplifyCFG: fold unconditional branch to its predecessor if profitable.Manman Ren
2012-06-13Eliminate struct TableGenBackend.Jakob Stoklund Olesen
2012-06-13Clean up trailing blanks in Mips16InstrFormats.tdAkira Hatanaka
2012-06-13disable use of directive .set nomicromipsAkira Hatanaka
2012-06-13sched: fix latency of memory dependence chain edges for consistency.Andrew Trick
2012-06-13sched: Avoid trivially redundant DAG edges. Take the one with higher latency.Andrew Trick
2012-06-131. fix places where immed is used in place of imm to be consistent withAkira Hatanaka
2012-06-12Add some missing 64-bit itinerary definitions for the PPC A2 core.Hal Finkel
2012-06-12Use DenseMap as SmallMap workaround rather than std::map, at Chandler's request.Duncan Sands
2012-06-12Use std::map rather than SmallMap because SmallMap assumes that the value hasDuncan Sands
2012-06-12[arm-fast-isel] Add support for -arm-long-calls.Chad Rosier
2012-06-12Split out the PPC instruction class IntSimple from IntGeneral.Hal Finkel
2012-06-12Remove use of GNU extension to resolve Clang warning.David Blaikie
2012-06-12Fixes for PPC host detection and features.Hal Finkel
2012-06-12Use correct syntax highliter in code blocks. Noticed by Sean Silva.Dmitri Gribenko
2012-06-12Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands
2012-06-12Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr...Hal Finkel
2012-06-12Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel