summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand2013-04-27
* Fix a XOR reassociation bug. Shuxin Yang2013-04-27
* Documentation: end option description with a periodDmitri Gribenko2013-04-27
* AArch64: convert MC-layer test to .s fileTim Northover2013-04-27
* [objc-arc] Test cleanups.Michael Gottesman2013-04-27
* Generalize the MachineTraceMetrics public API.Andrew Trick2013-04-27
* Add target flags to MachineMemOperands.Andrew Trick2013-04-27
* whitespaceAndrew Trick2013-04-27
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Move the XFAIL out of the middle of a comment.Eric Christopher2013-04-27
* Make all darwin ppc stubs local.Rafael Espindola2013-04-27
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-27
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Micro-optimizationBill Wendling2013-04-26
* Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer2013-04-26
* Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem2013-04-26
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* The exception demo needs its symbols exported.Rafael Espindola2013-04-26
* R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard2013-04-26
* cleanup testcase some moreAdrian Prantl2013-04-26
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-26
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-26
* Add missing ':'.Rafael Espindola2013-04-26
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-26
* PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand2013-04-26
* Re-write the address propagation code for pre-indexed loads/stores to take in...Silviu Baranga2013-04-26
* PowerPC: Fix encoding of vsubcuw and vsum4sbs instructionsUlrich Weigand2013-04-26
* PowerPC: Fix encoding of stfsu and stfdu instructionsUlrich Weigand2013-04-26
* PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand2013-04-26
* PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand2013-04-26
* ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer2013-04-26
* X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer2013-04-26
* DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-26
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-26
* Use 'git svn find-rev' in git-svnrevert instead of shell script fu.Michael Gottesman2013-04-26
* Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...Michael Gottesman2013-04-26
* Updated GettingStarted.rst so that it references utils/git-svn for git-svnup ...Michael Gottesman2013-04-26
* Added the scripts git-svnup/git-svnrevert to utils/git-svn.Michael Gottesman2013-04-26
* Mips assembler: .set reorder supportJack Carter2013-04-25
* Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-25
* Make function documentation conform to llvm standards.Preston Gurd2013-04-25
* ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2013-04-25
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-25
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-25
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-25
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-25
* Remove tailing whitespacesMichael Liao2013-04-25