summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-24test/CodeGen/R600: Add some basic testsr600-review-v7Tom Stellard14-0/+227
2012-08-24include/llvm: Add R600 IntrinsicsTom Stellard2-0/+37
2012-08-24AMDGPU: Add core backend files for R600/SI codegenTom Stellard108-1/+21561
2012-08-23Typo.Eric Christopher1-1/+1
2012-08-23Only emit the __debug_inlined section if we're trying to be compatibleEric Christopher1-1/+5
2012-08-23Make this darwin specific to try to silence the bots.Eric Christopher1-1/+1
2012-08-23Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher2-2/+5
2012-08-23Filecheck-ize.Eric Christopher1-3/+3
2012-08-23Add an option for darwin gdb compatibility.Eric Christopher1-2/+9
2012-08-23Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames1-1/+1
2012-08-23Use a switch statement instead of a bunch of if-else checks and pull out the ...Craig Topper1-8/+10
2012-08-23Remove unused private field to silence build warning.Craig Topper3-7/+4
2012-08-2380-col.Eric Christopher1-1/+1
2012-08-23Tidy.Eric Christopher1-3/+3
2012-08-23Simplify the computeOperandLatency API.Andrew Trick6-143/+83
2012-08-23Make function loadImmediate a member of MipsSEInstrInfo and change it to returnAkira Hatanaka5-65/+54
2012-08-22Add a member of type Mips16InstrInfo/MipsSEInstrInfo to classAkira Hatanaka6-13/+15
2012-08-22Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek4-14/+16
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen8-22/+41
2012-08-22MCInstFragment constructor should take by-reference MCInst.Jim Grosbach1-1/+1
2012-08-22darwin/cross-build: Unset SDKROOT when building BuildTools.Daniel Dunbar1-0/+1
2012-08-22SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2-5/+184
2012-08-22[ms-inline asm] Avoid a false positive assertionChad Rosier1-1/+3
2012-08-22Whitespace.Chad Rosier1-2/+0
2012-08-22Add test case for r162368.Chad Rosier1-0/+335
2012-08-22Add a few float shrinking optimizations to SimplifyLibCalls. UnsafeChad Rosier1-36/+99
2012-08-22Tidy up a few more uses of MF.getFunction()->getName().David Blaikie12-27/+15
2012-08-22Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. NoChad Rosier1-14/+15
2012-08-22Reduce duplicated hash map lookups.Benjamin Kramer7-23/+20
2012-08-22Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...Stepan Dyatkovskiy2-33/+3
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper28-56/+54
2012-08-22Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper1-5/+3
2012-08-22Mark a function as static since it doesn't use anything in the class.Craig Topper1-1/+1
2012-08-22Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka7-7/+34
2012-08-22Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka7-15/+18
2012-08-22TblGen: Make asm-matcher ConvertToMCInst() table driven.Jim Grosbach1-55/+177
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter4-4/+50
2012-08-22Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. TheRichard Smith2-1/+2
2012-08-22Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith3-104/+67
2012-08-21Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier2-0/+72
2012-08-21MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith1-25/+28
2012-08-21Fix misaligned access in MachO object file reader: despite containing anRichard Smith1-0/+5
2012-08-21Fix unaligned memory accesses when performing relocations in X86 JIT. There'sRichard Smith1-4/+13
2012-08-21Don't pass a null pointer to cast<> in its unit tests.Richard Smith1-3/+5
2012-08-21Don't bind a reference to a dereferenced null pointer (for return value of We...Richard Smith1-1/+2
2012-08-21[ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier2-15/+27
2012-08-21Ignore the documentation-suggested location for compile_commands.jsonDavid Blaikie1-0/+1
2012-08-21The presence of the empty file "foo" unfortunately does not improve LLVM in a...David Blaikie1-0/+0
2012-08-21Remove unnecessary cast that was also unnecessarily casting away constness.David Blaikie2-1/+1
2012-08-21Provide a portability macro for __builtin_trap.David Blaikie1-0/+9