aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600: Store disassembly in a special ELF section when feature +DumpCode is en...Tom Stellard2013-10-123-14/+83
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-122-21/+19
* For Mips16, start to consolidate all forms of 32 bit literal loading so thatReed Kotler2013-10-122-9/+14
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-1222-0/+23
* Debug Info: remove form from function addDIEEntry.Manman Ren2013-10-113-26/+17
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-114-9/+11
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-1115-88/+210
* R600: Add scalar i32 add testMatt Arsenault2013-10-111-0/+16
* Use CHECK-LABELMatt Arsenault2013-10-111-8/+8
* Fix typoMatt Arsenault2013-10-111-1/+1
* fConversion: Attempt #2 at fixing the MSVC build.Benjamin Kramer2013-10-111-2/+2
* IfConversion: Try to unbreak the MSVC build.Benjamin Kramer2013-10-111-1/+1
* Mips: Disassemble sign-extended 64 bit immediates properly.Benjamin Kramer2013-10-112-1/+6
* Remove kill flags after if conversion if necessaryMatthias Braun2013-10-112-66/+119
* Introduce ad hoc liveness tracking utility: LiveRegUnitsMatthias Braun2013-10-111-0/+156
* [DAGCombiner] Load slicing test case: attempt to really fix the buildbots (us...Quentin Colombet2013-10-111-2/+2
* Add warning about CHECK-DAG with variable definitionRenato Golin2013-10-111-9/+37
* Debug Info Testing Case: check for the name of a structure.Manman Ren2013-10-111-0/+1
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-112-9/+28
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-113-2/+743
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-113-743/+2
* Revert "Tests: Be less dependent on a specific schedule/regalloc"Matthias Braun2013-10-1110-53/+55
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-113-2/+743
* Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-112-6/+15
* Better info when debugging vectorizerRenato Golin2013-10-111-6/+5
* [ARM] Fix FP ABI attributes with no VFP enabled.Amara Emerson2013-10-114-26/+19
* fix typo in commentMatthias Braun2013-10-111-1/+1
* Tests: Be less dependent on a specific schedule/regallocMatthias Braun2013-10-1110-55/+53
* This reverts 192447 because of compiler warning generated on darwin build.Matheus Almeida2013-10-114-189/+14
* This reverts r192449 because of compiler warning generated on darwin build.Matheus Almeida2013-10-113-157/+31
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-113-31/+157
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-114-14/+189
* [mips][msa] Improves robustness of the test by enhancing pattern matching.Matheus Almeida2013-10-111-240/+360
* [NVPTX] Switch from StrongPHIElimination to PHIElimination in NVPTXTargetMach...Justin Holewinski2013-10-112-2/+60
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-115-20/+54
* [ARM] Add a test case for disabled neon/fpu features.Amara Emerson2013-10-111-0/+33
* [mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no...Daniel Sanders2013-10-113-16/+193
* [mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-113-4/+51
* XCore target fix bug in emitArrayBound() causing segmentation faultRobert Lytton2013-10-113-7/+13
* XCore target does not emit '.hidden' or '.protected' attributesRobert Lytton2013-10-112-0/+14
* XCore target: fix bug in XCoreLowerThreadLocal.cppRobert Lytton2013-10-112-10/+60
* XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton2013-10-113-0/+37
* [mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-113-4/+51
* [mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ...Daniel Sanders2013-10-113-12/+143
* Remove another unnecessary filter from the disassembler.Craig Topper2013-10-111-3/+0
* LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentat...NAKAMURA Takumi2013-10-111-1/+1
* Implement aarch64 neon instruction set AdvSIMD (copy).Kevin Qin2013-10-116-56/+875
* Fix typoMatt Arsenault2013-10-101-2/+2
* Tests: Do not unnecessarily depend on kill commentsMatthias Braun2013-10-101-9/+4
* Tests: Use CHECK-LABEL where possibleMatthias Braun2013-10-104-15/+15