aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-12Make ParseIdentifier a public method instead of private.Eli Bendersky
2013-01-11Fixed whitespace.Michael Gottesman
2013-01-11PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem
2013-01-11Proof of concept moving of generic directive parsing from AsmParser to theEli Bendersky
2013-01-11Update patch for the pad short functions pass for Intel Atom (only).Preston Gurd
2013-01-11Remove some accidentaly duplicated code. This needs urgent cleanup :(Benjamin Kramer
2013-01-11Added debug messages to GlobalOpt.Michael Gottesman
2013-01-11Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer
2013-01-11ARM Cost Model: Modify the target independent cost model to askNadav Rotem
2013-01-11Remove PTX->NVPTX in CodeGenerator document and update its text.Justin Holewinski
2013-01-11Update CodeGenerator document to add a "Not Applicable" category to theJustin Holewinski
2013-01-11For inline asm:Eric Christopher
2013-01-11Follow-up typo correction from building the wrong branch.Andrew Trick
2013-01-11Fix typo from r170452. Affects -enable-misched heuristics.Andrew Trick
2013-01-11Update CMakeLists for CallPrinter.cpp.Andrew Trick
2013-01-11Added -view-callgraph module pass.Andrew Trick
2013-01-11Fix bug in exception table allocation (PR13678)Eli Bendersky
2013-01-11Remove lib/Target/PTX directory. It was empty and obsolete but apparently gi...Justin Holewinski
2013-01-11Simplify writing floating types to assembly.Tim Northover
2013-01-11llvm-symbolizer: add DATA command that allows to symbolize global variables.Dmitry Vyukov
2013-01-11ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...Nadav Rotem
2013-01-11Converted test dont-tce-tail-marked-call.ll to use FileCheck.Michael Gottesman
2013-01-11This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman
2013-01-11Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a co...NAKAMURA Takumi
2013-01-11SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.Jordan Rose
2013-01-11docs: Fix long standing linking antipattern.Sean Silva
2013-01-11docs: fix misleading description.Sean Silva
2013-01-11Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman
2013-01-11X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().NAKAMURA Takumi
2013-01-11Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, ifDmitri Gribenko
2013-01-11LoopPass.h doesn't require Function.h. Remove unneeded #include.Jakub Staszak
2013-01-11llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined...NAKAMURA Takumi
2013-01-10Remove heavy and unused #inclues from X86TargetObjectFile.cpp.Jakub Staszak
2013-01-10Rename enumerations s/VK/DK/ to conform to naming conventionEli Bendersky
2013-01-10[ms-inline asm] Make sure we set a default value for AddressOf. Follow on toChad Rosier
2013-01-10fix comments a bitEli Bendersky
2013-01-10PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang
2013-01-10CastInst::castIsValid should return true if the dest type is the same asEvan Cheng
2013-01-10llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...NAKAMURA Takumi
2013-01-10Update Apple's build script for llvmCore. <rdar://problem/12914321>Bob Wilson
2013-01-10Remove a couple of if-else chains in parsing directives, replacing them by aEli Bendersky
2013-01-10[llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer
2013-01-10[msan] Change va_start/va_copy shadow memset alignment to 8.Peter Collingbourne
2013-01-10Remove trailing spaces.Jakub Staszak
2013-01-10PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng
2013-01-10Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak
2013-01-10[ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier
2013-01-10Remove unneeded #includes.Jakub Staszak
2013-01-10Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...Owen Anderson
2013-01-10Fix indent and remove unneeded #includes in MDBuilder.h.Jakub Staszak