aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove PTX->NVPTX in CodeGenerator document and update its text.Justin Holewinski2013-01-111-47/+36
* Update CodeGenerator document to add a "Not Applicable" category to theJustin Holewinski2013-01-111-6/+10
* For inline asm:Eric Christopher2013-01-114-4/+39
* Follow-up typo correction from building the wrong branch.Andrew Trick2013-01-111-2/+2
* Fix typo from r170452. Affects -enable-misched heuristics.Andrew Trick2013-01-111-2/+2
* Update CMakeLists for CallPrinter.cpp.Andrew Trick2013-01-111-0/+1
* Added -view-callgraph module pass.Andrew Trick2013-01-117-97/+206
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-112-11/+68
* Remove lib/Target/PTX directory. It was empty and obsolete but apparently gi...Justin Holewinski2013-01-110-0/+0
* Simplify writing floating types to assembly.Tim Northover2013-01-115-92/+106
* llvm-symbolizer: add DATA command that allows to symbolize global variables.Dmitry Vyukov2013-01-111-34/+88
* ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...Nadav Rotem2013-01-112-6/+64
* Converted test dont-tce-tail-marked-call.ll to use FileCheck.Michael Gottesman2013-01-111-2/+2
* This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman2013-01-114-6/+12
* Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a co...NAKAMURA Takumi2013-01-111-4/+2
* SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.Jordan Rose2013-01-111-9/+12
* docs: Fix long standing linking antipattern.Sean Silva2013-01-1144-127/+43
* docs: fix misleading description.Sean Silva2013-01-111-2/+2
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-115-36/+45
* X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().NAKAMURA Takumi2013-01-111-0/+1
* Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, ifDmitri Gribenko2013-01-111-0/+9
* LoopPass.h doesn't require Function.h. Remove unneeded #include.Jakub Staszak2013-01-111-1/+0
* llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined...NAKAMURA Takumi2013-01-111-2/+4
* Remove heavy and unused #inclues from X86TargetObjectFile.cpp.Jakub Staszak2013-01-101-5/+1
* Rename enumerations s/VK/DK/ to conform to naming conventionEli Bendersky2013-01-101-153/+153
* [ms-inline asm] Make sure we set a default value for AddressOf. Follow on toChad Rosier2013-01-101-1/+2
* fix comments a bitEli Bendersky2013-01-101-2/+2
* PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang2013-01-102-1/+21
* CastInst::castIsValid should return true if the dest type is the same asEvan Cheng2013-01-102-0/+41
* llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...NAKAMURA Takumi2013-01-101-2/+2
* Update Apple's build script for llvmCore. <rdar://problem/12914321>Bob Wilson2013-01-101-63/+65
* Remove a couple of if-else chains in parsing directives, replacing them by aEli Bendersky2013-01-101-149/+240
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-102-10/+13
* [msan] Change va_start/va_copy shadow memset alignment to 8.Peter Collingbourne2013-01-102-2/+15
* Remove trailing spaces.Jakub Staszak2013-01-101-21/+21
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-102-2/+16
* Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak2013-01-102-5/+2
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-105-18/+66
* Remove unneeded #includes.Jakub Staszak2013-01-101-5/+1
* Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...Owen Anderson2013-01-102-1/+46
* Fix indent and remove unneeded #includes in MDBuilder.h.Jakub Staszak2013-01-101-131/+132
* Fix #includes after my last commit.Jakub Staszak2013-01-102-2/+2
* Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.Jakub Staszak2013-01-101-3/+3
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-1018-50/+2
* Replace memcpys by a static_cast and an integral promotion.Dmitri Gribenko2013-01-101-6/+4
* Fix coding styleDmitri Gribenko2013-01-101-5/+3
* Unbreak tests after regression from r172081.Jakub Staszak2013-01-101-0/+2
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-102-43/+217
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-104-40/+57
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-102-11/+28