aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't hide the first ELF symbol.Rafael Espindola2013-06-055-3/+39
* R600: Schedule copy from phys register at beginning of blockVincent Lejeune2013-06-0512-11/+42
* yaml2obj: split out COFF logic into separate fileSean Silva2013-06-054-287/+330
* [mips] brcond + setgt/setugt instruction selection patterns.Akira Hatanaka2013-06-052-0/+138
* yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva2013-06-051-11/+39
* Use IRBuilder instead of ConstantInt methods. It simplifies code a little bit.Jakub Staszak2013-06-051-70/+56
* [PATCH] Fix VGATHER* operand constraintsMichael Liao2013-06-053-1/+23
* Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola2013-06-051-66/+51
* ARM sched model: Add more ALU and CMP instructionsArnold Schwaighofer2013-06-051-37/+49
* ARM sched model: Add divsion, loads, branches, vfp cvtArnold Schwaighofer2013-06-054-7/+89
* ARMInstrInfo: Improve isSwiftFastImmShiftArnold Schwaighofer2013-06-051-0/+2
* SubtargetEmitter fixArnold Schwaighofer2013-06-051-1/+1
* This is a simple patch that changes RRX and RRXS to accept all registers as o...Mihai Popa2013-06-053-1/+48
* The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...Sylvestre Ledru2013-06-051-1/+1
* Fix a tblgen subtargetemitter bug, for future Swift support.Andrew Trick2013-06-051-4/+23
* PR15662: Optimized debug info produces out of order function parametersDavid Blaikie2013-06-052-3/+104
* R600: Make sure to schedule AR register uses and defs in the same clauseTom Stellard2013-06-054-4/+72
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-053-2/+11
* Handle (at least don't crash on) relocations with no symbols.Rafael Espindola2013-06-051-6/+11
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-056-51/+99
* Revert "R600: Add a pass that merge Vector Register"Rafael Espindola2013-06-055-400/+0
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-0519-73/+62
* [docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE() macroSean Silva2013-06-041-1/+1
* R600: Add a pass that merge Vector RegisterVincent Lejeune2013-06-045-0/+400
* R600: Const/Neg/Abs can be folded to dot4Vincent Lejeune2013-06-046-47/+213
* Cortex-R5 can issue Thumb2 integer division instructions.Evan Cheng2013-06-043-21/+25
* Revert series of sched model patches until I figure out what is going on.Arnold Schwaighofer2013-06-049-1278/+208
* ARM sched model: Add VFP div instruction on SwiftArnold Schwaighofer2013-06-041-0/+16
* ARM sched model: Add SIMD/VFP load/store instructions on SwiftArnold Schwaighofer2013-06-041-0/+364
* ARM sched model: Add integer VFP/SIMD instructions on SwiftArnold Schwaighofer2013-06-041-0/+120
* ARM sched model: Add integer load/store instructions on SwiftArnold Schwaighofer2013-06-041-0/+209
* ARM sched model: Add integer arithmetic instructions on SwiftArnold Schwaighofer2013-06-041-0/+155
* ARM sched model: Cortex A9 - More InstRW sched resourcesArnold Schwaighofer2013-06-041-4/+45
* ARM sched model: Add branch thumb instructionsArnold Schwaighofer2013-06-041-18/+21
* ARM sched model: Add branch thumb2 instructionsArnold Schwaighofer2013-06-041-11/+15
* ARM sched model: Add branch instructionsArnold Schwaighofer2013-06-041-27/+35
* ARM sched model: Add preload thumb2 instructionsArnold Schwaighofer2013-06-041-3/+6
* ARM sched model: Add preload instructionsArnold Schwaighofer2013-06-041-2/+4
* ARM sched model: Add more ALU and CMP thumb instructionsArnold Schwaighofer2013-06-041-46/+61
* ARM sched model: Add more ALU and CMP thumb2 instructionsArnold Schwaighofer2013-06-041-52/+86
* ARM sched model: Add more ALU and CMP instructionsArnold Schwaighofer2013-06-041-37/+49
* ARM sched model: Add divsion, loads, branches, vfp cvtArnold Schwaighofer2013-06-044-7/+89
* ARMInstrInfo: Improve isSwiftFastImmShiftArnold Schwaighofer2013-06-041-0/+2
* SubtargetEmitter fixArnold Schwaighofer2013-06-041-1/+1
* Fix link.Richard Smith2013-06-041-1/+1
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-0419-154/+157
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-042-1/+33
* ARM: Fix crash in ARM backend inside of ARMConstantIslandPassDavid Majnemer2013-06-042-0/+15
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-043-6/+3
* R600: Swizzle texture/export instructionsVincent Lejeune2013-06-043-25/+131