aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test to verifies that attribute uniquing works so it doesn't break...Benjamin Kramer2013-01-122-0/+35
* Fix broken links around Itanium C++ ABI in documentation.Tim Northover2013-01-121-3/+3
* Fixed debug message in ObjCARC.Michael Gottesman2013-01-121-2/+2
* Fixed a few debug messages in ObjCARC and added one.Michael Gottesman2013-01-121-3/+5
* Fix quoting problems from my previous change. <rdar://problem/13001651>Bob Wilson2013-01-121-5/+15
* Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman2013-01-122-4/+7
* Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman2013-01-126-15/+122
* This patch tackles the problem of parsing Mips Jack Carter2013-01-129-238/+591
* Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen2013-01-122-1/+33
* Precompute some information about register costs.Jakob Stoklund Olesen2013-01-122-3/+43
* Stop hiding the interface-exposed EatToEndOfStatement (see r172276).Eli Bendersky2013-01-121-2/+1
* Make ParseIdentifier a public method instead of private.Eli Bendersky2013-01-121-4/+4
* Fixed whitespace.Michael Gottesman2013-01-111-61/+61
* PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem2013-01-112-88/+34
* Proof of concept moving of generic directive parsing from AsmParser to theEli Bendersky2013-01-111-41/+38
* Update patch for the pad short functions pass for Intel Atom (only).Preston Gurd2013-01-112-18/+84
* Remove some accidentaly duplicated code. This needs urgent cleanup :(Benjamin Kramer2013-01-111-270/+0
* Added debug messages to GlobalOpt.Michael Gottesman2013-01-111-17/+110
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-1112-1608/+1931
* ARM Cost Model: Modify the target independent cost model to askNadav Rotem2013-01-112-15/+24
* 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