aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for hasFPARMv8 name change (r190692)Amaury de la Vieuville2013-09-135-5/+5
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-1312-56/+56
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-131-6/+8
* Fix build failure reported by Tobias Markmann in bug 17203.Daniel Sanders2013-09-131-1/+1
* [ARMv8] Emit the proper .fpu directive.Joey Gouly2013-09-132-3/+13
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-133-1/+13
* Fix for executing AutoRegen.sh. Revert a part of r187209.Patrik Hagglund2013-09-131-0/+16
* Test commit to verify that commit access works.Zoran Jovanovic2013-09-131-1/+1
* [SystemZ] Use getTarget{Insert,Extract}Subreg rather than getMachineNodeRichard Sandiford2013-09-132-31/+14
* [SystemZ] Try to fold shifts into TMxxRichard Sandiford2013-09-133-20/+137
* Avoid a compiler warning about Found not being used when assertions areDuncan Sands2013-09-131-0/+1
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-1311-277/+241
* Move operator to end of previous line to match coding standards.Craig Topper2013-09-131-2/+2
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-134-9/+265
* Reformat and hoist section grabbing to top level.Eric Christopher2013-09-131-25/+30
* R600: Move clamp handling code to R600IselLowering.cppVincent Lejeune2013-09-122-33/+17
* R600: Move code handling literal folding into R600ISelLowering.Vincent Lejeune2013-09-123-109/+75
* R600: Move fabs/fneg/sel folding logic into PostProcessIselVincent Lejeune2013-09-124-245/+215
* Remove an unused variable, fixing -Werror build with latest Clang.Chandler Carruth2013-09-121-1/+0
* Remove unnecessary TBAA metadata from r190636's test caseHal Finkel2013-09-121-13/+9
* Fix PPC ABI for ByVal structs with vector membersHal Finkel2013-09-122-9/+113
* Patch provide by Tom Roeder!Joe Abbey2013-09-122-6/+24
* In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek2013-09-121-2/+0
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-122-2/+25
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-125-0/+219
* This switches CrashRecoveryContext to using ManagedStatic for its global Mute...Filip Pizlo2013-09-121-16/+17
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-127-0/+43
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-127-25/+68
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-122-4/+7
* [LTO] Fix the LTO tool, after my API breakage.Joey Gouly2013-09-121-1/+3
* LLVM interpreter: added a test for insert- extract- valueElena Demikhovsky2013-09-121-0/+21
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-123-1/+111
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-1220-51/+144
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-129-3067/+3203
* Fixup for r190409: add dep on LZMA only if CMake is cross-compilingAlexey Samsonov2013-09-121-1/+1
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-125-25/+18
* Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSetHal Finkel2013-09-121-1/+1
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-128-5/+157
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-125-1/+34
* Typo fixes.Rui Ueyama2013-09-121-2/+2
* Move variable under condition where it is usedMatt Arsenault2013-09-121-1/+2
* Fix comment to match what the assert actually enforcesMatt Arsenault2013-09-121-2/+2
* Remove pointless assertion after r190376Matt Arsenault2013-09-121-2/+0
* Greatly simplify the PPC A2 scheduling itineraryHal Finkel2013-09-113-726/+118
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-113-2/+52
* [CMake] Update GetSVN.cmake to use LLVM version control helper scripts.Jordan Rose2013-09-111-17/+34
* Fix anachronism/typo in syntax of declaration of llvm.va_start.Nick Lewycky2013-09-111-1/+1
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-112-3/+3
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-113-0/+61
* Move into an anonymous namespace and closer to where it's used.Bill Wendling2013-09-111-26/+27