summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem2013-01-11
* Proof of concept moving of generic directive parsing from AsmParser to theEli Bendersky2013-01-11
* Update patch for the pad short functions pass for Intel Atom (only).Preston Gurd2013-01-11
* Remove some accidentaly duplicated code. This needs urgent cleanup :(Benjamin Kramer2013-01-11
* Added debug messages to GlobalOpt.Michael Gottesman2013-01-11
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11
* ARM Cost Model: Modify the target independent cost model to askNadav Rotem2013-01-11
* For inline asm:Eric Christopher2013-01-11
* Follow-up typo correction from building the wrong branch.Andrew Trick2013-01-11
* Fix typo from r170452. Affects -enable-misched heuristics.Andrew Trick2013-01-11
* Update CMakeLists for CallPrinter.cpp.Andrew Trick2013-01-11
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-11
* Simplify writing floating types to assembly.Tim Northover2013-01-11
* ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...Nadav Rotem2013-01-11
* Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a co...NAKAMURA Takumi2013-01-11
* SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.Jordan Rose2013-01-11
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-11
* X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().NAKAMURA Takumi2013-01-11
* llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined...NAKAMURA Takumi2013-01-11
* Remove heavy and unused #inclues from X86TargetObjectFile.cpp.Jakub Staszak2013-01-10
* Rename enumerations s/VK/DK/ to conform to naming conventionEli Bendersky2013-01-10
* [ms-inline asm] Make sure we set a default value for AddressOf. Follow on toChad Rosier2013-01-10
* fix comments a bitEli Bendersky2013-01-10
* PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang2013-01-10
* CastInst::castIsValid should return true if the dest type is the same asEvan Cheng2013-01-10
* Remove a couple of if-else chains in parsing directives, replacing them by aEli Bendersky2013-01-10
* [msan] Change va_start/va_copy shadow memset alignment to 8.Peter Collingbourne2013-01-10
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-10
* Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak2013-01-10
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-10
* Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...Owen Anderson2013-01-10
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-10
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-10
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-10
* Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen2013-01-10
* LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem2013-01-10
* Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly2013-01-10
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-10
* [ObjCARC Debug Message] Added debug message when we convert an autorelease in...Michael Gottesman2013-01-10
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-10
* Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor2013-01-10
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* [Object][Archive] Fix name handling with bsd style long names.Michael J. Spencer2013-01-10
* [Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.Michael J. Spencer2013-01-10
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-09
* [Object][Archive] Use uint64_t instead of APInt. It is significantly faster.Michael J. Spencer2013-01-09
* Fix description of ARMOperandJoel Jones2013-01-09
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09