aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman2013-04-031-1/+2
* Cleanup PPC reciprocal-estimate functionalityHal Finkel2013-04-032-61/+47
* R600: Factorize maximum alu per clause in a single locationVincent Lejeune2013-04-034-2/+6
* Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman2013-04-031-2/+2
* R600: Simplify data structure and add DEBUG to R600ControlFlowFinalizerVincent Lejeune2013-04-031-20/+21
* R600: Consider KILLGT as an ALU instructionVincent Lejeune2013-04-032-3/+4
* Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky2013-04-032-4/+13
* PPC: Enable FRES and FRSQRTE on the default PPC64 descriptionHal Finkel2013-04-031-1/+2
* PPC: Add a FIXME regarding the non-working fma+fneg Altivec patternHal Finkel2013-04-031-0/+2
* Remove some obsolete PowerPC/README entriesHal Finkel2013-04-031-20/+0
* More direct types in PowerPC AltiVec intrinsics.Ulrich Weigand2013-04-031-47/+29
* Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-034-0/+28
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-035-0/+2090
* Second pass at addressing PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-031-2/+25
* Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov2013-04-031-2/+5
* Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2013-04-033-49/+42
* AArch64: switch patterns to be type-based rather than RegClass-basedTim Northover2013-04-031-503/+492
* Fix grammar.Eric Christopher2013-04-031-1/+1
* Remove ZeroOrMore from the option description. We don't need it here.Eric Christopher2013-04-031-1/+1
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-036-5/+68
* Remove some unsupported-feature comments from PPC.tdHal Finkel2013-04-031-3/+0
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-038-30/+499
* Fix the fde encoding used by mips to match gas.Rafael Espindola2013-04-034-112/+163
* Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...Aaron Ballman2013-04-031-23/+2
* Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman2013-04-034-32/+9
* Improved comment. No functionality change.Michael Gottesman2013-04-031-1/+2
* Attempting to fix the build on older GCC versions.Aaron Ballman2013-04-031-1/+2
* Remove anonymous namespace.Rafael Espindola2013-04-031-4/+0
* This patch addresses PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-031-2/+22
* Use yaml::IO in yaml2obj.cpp.Rafael Espindola2013-04-021-551/+346
* Formatting.Eric Christopher2013-04-021-2/+1
* [mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2013-04-023-0/+12
* Support and test template arguments for unions.Eric Christopher2013-04-022-1/+60
* Reformat arguments.Eric Christopher2013-04-021-4/+6
* [mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.Akira Hatanaka2013-04-021-0/+36
* llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi2013-04-023-5/+0
* Allow MachineTraceMetrics to be used when the model has no resources.Jakob Stoklund Olesen2013-04-022-7/+11
* Fix a typo.Jakub Staszak2013-04-021-1/+1
* [ms-inline asm] Add support for parsing variables with namespace aliasChad Rosier2013-04-021-0/+54
* Add MDBuilder utilities for path-aware TBAA.Manman Ren2013-04-021-0/+23
* Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt2013-04-022-1/+17
* Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen2013-04-022-0/+6
* Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen2013-04-022-9/+169
* [fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier2013-04-022-4/+7
* DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer2013-04-022-0/+117
* Simplify test cases for Atom preferring call register indirect overPreston Gurd2013-04-022-409/+160
* [NVPTX] Fix a few style issues in NVVMReflectJustin Holewinski2013-04-021-72/+56
* Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling2013-04-022-3/+22
* Add 64-bit load and store instructions.Jakob Stoklund Olesen2013-04-022-0/+126
* Basic 64-bit ALU operations.Jakob Stoklund Olesen2013-04-022-0/+59