aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add DebugInfo test casesUlrich Weigand2013-05-066-0/+595
* [SystemZ] Add CodeGen test casesUlrich Weigand2013-05-06296-0/+31125
* [SystemZ] Add back endUlrich Weigand2013-05-0662-1/+10763
* [SystemZ] Define DWARF encodingUlrich Weigand2013-05-061-0/+9
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-062-28/+10
* Free the exception object. Should fix the vg bots.Rafael Espindola2013-05-061-0/+5
* [PowerPC] Fix memory corruption in AsmParserUlrich Weigand2013-05-061-7/+7
* Fix formatting. Patch by o11c.Duncan Sands2013-05-061-18/+18
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-062-0/+20
* Add a testcase that checks that we generate functions with frameBill Wendling2013-05-061-0/+32
* XFAIL for cygwin.Rafael Espindola2013-05-061-1/+1
* Update the comment to mention that we use TTI.Nadav Rotem2013-05-061-3/+3
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-063-90/+2
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-064-5/+54
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-064-8/+29
* This should also fail on ARM.Rafael Espindola2013-05-051-1/+1
* Fix XFAIL line.Rafael Espindola2013-05-051-1/+1
* XFAIL this on ppc64.Rafael Espindola2013-05-051-0/+1
* Port ExceptionDemo to MCJIT.Rafael Espindola2013-05-052-3/+10
* Add EH support to the MCJIT.Rafael Espindola2013-05-0511-14/+188
* Test case for r181160 and r181161. rdar://13782395Evan Cheng2013-05-051-0/+71
* ARM AnalyzeBranch should conservatively return true when it sees a predicatedEvan Cheng2013-05-051-3/+9
* Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...Evan Cheng2013-05-051-2/+19
* LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer2013-05-051-4/+4
* [docs] Update Target Feature Matrix for the XCore backend.Richard Osborne2013-05-051-5/+5
* [XCore] Add LDAPB instructions.Richard Osborne2013-05-052-3/+19
* [XCore] Update LDAP to use pcrel_imm.Richard Osborne2013-05-051-3/+3
* [XCore] Rename calltarget -> pcrel_imm.Richard Osborne2013-05-051-6/+6
* [XCore] Add BLRB instructions.Richard Osborne2013-05-052-0/+13
* [XCore] Remove '-' from back branch asm syntax.Richard Osborne2013-05-052-6/+18
* InlineSpiller: Remove quadratic behavior.Benjamin Kramer2013-05-051-8/+11
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-057-42/+360
* Add missing PatternMatch.cpp to CMakeLists.txtArnold Schwaighofer2013-05-051-0/+1
* PatternMatch: Fix documentation - 'function' not 'attribute'Arnold Schwaighofer2013-05-051-4/+4
* Remove a recently redundant transform from X86ISelLowering.David Majnemer2013-05-052-15/+1
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-052-22/+549
* PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-052-11/+364
* LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer2013-05-051-2/+2
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-052-33/+23
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-0521-46/+48
* whitespaceNadav Rotem2013-05-041-2/+2
* Fix an odd comment.Nadav Rotem2013-05-041-2/+1
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-042-4/+5
* AArch64: implement 64-bit absolute relocation in MCJITTim Northover2013-05-041-0/+5
* AArch64: add stubs to support long function calls on MCJITTim Northover2013-05-043-2/+84
* AArch64: implement relocations for global accessTim Northover2013-05-041-0/+31
* AArch64: implement first relocation required for MCJITTim Northover2013-05-043-0/+45
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-042-1/+3
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-041-1/+1
* Fix buildbot failure on 64 bit linux due to std::max() having differentRichard Osborne2013-05-041-1/+1