aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-29Revert the command line option patch. However, keep the part that makes this ...Bill Wendling
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-29Duplicate a testcase.Bill Wendling
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-29Rewrite some tests with FileCHeck in X86 codegenMichael Liao
2013-04-29Improve documentation.Adrian Prantl
2013-04-29Emit the TLS initialization function pointers into the correct section.Bill Wendling
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-29R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard
2013-04-29R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard
2013-04-29Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola
2013-04-29SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-29Disable the MCJIT tests on 32 bit darwin.Rafael Espindola
2013-04-29Remove unused method.Rafael Espindola
2013-04-29Update the documentation.Rafael Espindola
2013-04-29Use a RelocationRef instead of a relocation_iterator.Rafael Espindola
2013-04-29Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner
2013-04-29Exposing MCJIT through C APIAndrew Kaylor
2013-04-29Propagate relocation info to resolveRelocation.Rafael Espindola
2013-04-29Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola
2013-04-29Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman
2013-04-29[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman
2013-04-29Added statistics to count the number of retains/releases before/after optimiz...Michael Gottesman
2013-04-29Removed trailing whitespace.Michael Gottesman
2013-04-29Fix for r180693. = /.Michael Gottesman
2013-04-29[objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...Michael Gottesman
2013-04-28Inline variable into the #ifdef block where it's used.Benjamin Kramer
2013-04-28AArch64 InstrFormats:Jia Liu
2013-04-27Fix typo. Stupid me.Joerg Sonnenberger
2013-04-27Regen.Eric Christopher
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger
2013-04-27Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand
2013-04-27Fix a XOR reassociation bug. Shuxin Yang
2013-04-27Documentation: end option description with a periodDmitri Gribenko
2013-04-27AArch64: convert MC-layer test to .s fileTim Northover
2013-04-27[objc-arc] Test cleanups.Michael Gottesman
2013-04-27Generalize the MachineTraceMetrics public API.Andrew Trick
2013-04-27Add target flags to MachineMemOperands.Andrew Trick
2013-04-27whitespaceAndrew Trick
2013-04-27Use the target triple from the target machine rather than the moduleEric Christopher
2013-04-27Move the XFAIL out of the middle of a comment.Eric Christopher
2013-04-27Make all darwin ppc stubs local.Rafael Espindola
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-26Cleanup and document MachineLocation.Adrian Prantl
2013-04-26Micro-optimizationBill Wendling
2013-04-26Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer
2013-04-26Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-04-26The exception demo needs its symbols exported.Rafael Espindola
2013-04-26R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard