aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up arc annotations by moving the top/bottom BB annotations into conditi...Michael Gottesman2013-04-031-58/+46
* X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer2013-04-035-2/+772
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-034-20/+85
* [XCore] Check disassembly of the st8 instruction.Richard Osborne2013-04-031-0/+3
* [XCore] Update disassembler test to improve coverage of the instructions.Richard Osborne2013-04-031-6/+6
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-0334-521/+3928
* Don't disassemble symbols with an unknown address or size.Eric Christopher2013-04-031-0/+1
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-032-3/+13
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-032-0/+17
* R600: Fix last ALU of a clause being emitted in a separate clauseVincent Lejeune2013-04-032-2/+852
* 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