aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Materialize 64-bit immediates.Jakob Stoklund Olesen2013-04-022-0/+134
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-024-0/+100
* Add predicates for distinguishing 32-bit and 64-bit modes.Jakob Stoklund Olesen2013-04-021-0/+6
* Add support for 64-bit calling convention.Jakob Stoklund Olesen2013-04-025-12/+123
* Add an I64Regs register class for 64-bit registers.Jakob Stoklund Olesen2013-04-026-11/+36
* Fix typo in PPCISelLoweringHal Finkel2013-04-021-1/+1
* The divide unit is not pipeline, but it is still buffered.Andrew Trick2013-04-022-4/+4
* unindent the file to follow coding standards, change class doc commentChris Lattner2013-04-011-117/+117
* Target/R600: Fix CMake build to add missing files.NAKAMURA Takumi2013-04-011-0/+3
* Mips direct object exception handling regressionJack Carter2013-04-014-3/+128
* R600: Add support for native control flowVincent Lejeune2013-04-017-7/+397
* R600/SI: Share code recording ShaderTypeAttribute between generationsVincent Lejeune2013-04-016-28/+60
* R600: Emit CF_ALU and use true kcache register.Vincent Lejeune2013-04-017-11/+398
* Fix top-comment header and some indentationEli Bendersky2013-04-012-3/+3
* Fix a bad assert in PPCTargetLoweringHal Finkel2013-04-012-2/+3
* Add triple to test/CodeGen/PowerPC/stfiwx-2Hal Finkel2013-04-011-1/+1
* Correct assertion conditionShuxin Yang2013-04-012-1/+16
* Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer2013-04-012-25/+184