2013-01-29 |
Michael Gottesman | Extracted ObjCARCContract from ObjCARCOpts into its... |
tree | commitdiff |
2013-01-29 |
Michael Gottesman | Removed some cruft from ObjCARCAliasAnalysis.cpp. |
tree | commitdiff |
2013-01-29 |
Evan Cheng | Teach SDISel to combine fsin / fcos into a fsincos... |
tree | commitdiff |
2013-01-29 |
Bill Wendling | Use an AttrBuilder to generate the correct AttributeSet. |
tree | commitdiff |
2013-01-29 |
Bill Wendling | Convert the AttrBuilder into a list of Attributes inste... |
tree | commitdiff |
2013-01-29 |
Andrew Kaylor | Formatting correction |
tree | commitdiff |
2013-01-29 |
Bill Wendling | S'more small non-functional changes in comments and... |
tree | commitdiff |
2013-01-29 |
Bill Wendling | Reorder some functions and add comments. No functionali... |
tree | commitdiff |
2013-01-29 |
Hal Finkel | Unroll again after running BBVectorize |
tree | commitdiff |
2013-01-29 |
Hal Finkel | Add isBGQ method to PPCSubtarget |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Try to appease some broken compilers by using 'unsigned... |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Remove the AttributeWithIndex class. |
tree | commitdiff |
2013-01-28 |
Andrew Kaylor | Add support for source and line information to IntelJIT... |
tree | commitdiff |
2013-01-28 |
Edwin Vane | Fix gcc/printf/ISO C++ warning |
tree | commitdiff |
2013-01-28 |
Bill Schmidt | This patch addresses bug 15031. |
tree | commitdiff |
2013-01-28 |
Eric Christopher | Fix comment. |
tree | commitdiff |
2013-01-28 |
Renato Golin | Vectorization Factor clarification |
tree | commitdiff |
2013-01-28 |
Evgeniy Stepanov | [msan] Mostly disable msan-handle-icmp-exact. |
tree | commitdiff |
2013-01-28 |
Evgeniy Stepanov | Revert r173678. |
tree | commitdiff |
2013-01-28 |
Evgeniy Stepanov | [msan] Make msan-handle-icmp-exact=0 by default. |
tree | commitdiff |
2013-01-28 |
Craig Topper | Fix 256-bit PALIGNR comment decoding to understand... |
tree | commitdiff |
2013-01-28 |
Nadav Rotem | A bugfix for tblgen, in the function ‘emitSourceFileHea... |
tree | commitdiff |
2013-01-28 |
Craig Topper | Add missing break in 256-bit palignr comment printing... |
tree | commitdiff |
2013-01-28 |
Craig Topper | Fix inconsistent usage of PALIGN and PALIGNR when refer... |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Created ObjCARCUtil.cpp for functions which in my humbl... |
tree | commitdiff |
2013-01-28 |
Craig Topper | Remove addToNoHelperNeeded function that was left unuse... |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Cleaned up includes in various ObjCARC files and remove... |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Refactor ObjCARCAliasAnalysis into its own file. |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Mid-air collision. reapply r173656. |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Rewrite the removeAttr() method. |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Rewrite the addAttr() method. |
tree | commitdiff |
2013-01-28 |
NAKAMURA Takumi | Revert r173646, "Use proper type for the index." |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Refactored out pass ObjCARCAPElim from ObjCARCOpts... |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Fixed case insensitive issue. |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Removed extraneous doxygen end module statement. |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCAR... |
tree | commitdiff |
2013-01-28 |
Reed Kotler | Make some code a little simpler. |
tree | commitdiff |
2013-01-28 |
Michael Gottesman | Extracted ObjCARC.cpp into its own library libLLVMObjCA... |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Use proper type for the index. |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Remove another use of AttributeWithIndex, using the... |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Remove another use of AttributeWithIndex, using the... |
tree | commitdiff |
2013-01-28 |
Bill Wendling | Remove a use of AttributeWithIndex. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Improve the debug output a bit. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Use proper return type for attribute index. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Use proper return type for attribute index. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Push the calculation of the 'Raw' attribute mask down... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Add special 'get' methods to create an Attribute with... |
tree | commitdiff |
2013-01-27 |
Richard Osborne | [XCore] Add missing l2rus instructions. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Privitize some the copy c'tor and assignment operator... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Add some helpful comments. |
tree | commitdiff |
2013-01-27 |
Richard Osborne | [XCore] Add missing l2r instructions. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | s/AttrList/pImpl/g in AttributeSet. No functionality... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Start using more of the AttrNode in the AttributeSetImp... |
tree | commitdiff |
2013-01-27 |
Benjamin Kramer | Legalizer: Reword comment again, per Duncan's suggestion. |
tree | commitdiff |
2013-01-27 |
Richard Osborne | [XCore] Add missing 1r instructions. |
tree | commitdiff |
2013-01-27 |
Richard Osborne | [XCore] Add missing 0r instructions. |
tree | commitdiff |
2013-01-27 |
Hal Finkel | BBVectorize: Better use of TTI->getShuffleCost |
tree | commitdiff |
2013-01-27 |
Benjamin Kramer | Legalizer: Add an assert and tweak a comment to clarify... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | In the AttributeSetImpl c'tor, fill in the AttrNodes... |
tree | commitdiff |
2013-01-27 |
Benjamin Kramer | When the legalizer is splitting vector shifts, the... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Fix miscompile. Add back the use of the ArrayRef versio... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Remove dead methods. |
tree | commitdiff |
2013-01-27 |
Chandler Carruth | Re-revert r173342, without losing the compile time... |
tree | commitdiff |
2013-01-27 |
Michael Gottesman | Renamed function IsPotentialUse to IsPotentialRetainabl... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Use the AttributeSet instead of AttributeWithIndex. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Use the AttributeSet instead of AttributeWithIndex. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Use the AttributeSet instead of AttributeWithIndex. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Use the AttributeSet instead of AttributeWithIndex. |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Convert the CPP backend to use the AttributeSet instead... |
tree | commitdiff |
2013-01-27 |
Bill Wendling | Use the AttributeSet instead of AttributeWithIndex... |
tree | commitdiff |
2013-01-26 |
Hal Finkel | BBVectorize: Add a additional comment about the cost... |
tree | commitdiff |
2013-01-26 |
Hal Finkel | BBVectorize: Fix anomalous capital letter in comment |
tree | commitdiff |
2013-01-26 |
Benjamin Kramer | X86: Decode PALIGN operands so I don't have to do it... |
tree | commitdiff |
2013-01-26 |
Benjamin Kramer | X86: Do splat promotion later, so the optimizer can... |
tree | commitdiff |
2013-01-26 |
Reed Kotler | fix use of std::std. it's ordered set. |
tree | commitdiff |
2013-01-26 |
NAKAMURA Takumi | DWARFDebugLine.cpp: Fix true path. Did you forget ... |
tree | commitdiff |
2013-01-26 |
Andrew Kaylor | Add DIContext::getLineInfoForAddressRange() function... |
tree | commitdiff |
2013-01-26 |
Bill Wendling | Convert BuildLibCalls.cpp to using the AttributeSet... |
tree | commitdiff |
2013-01-25 |
Dmitri Gribenko | Remove unused variables, silences -Wunused-variable |
tree | commitdiff |
2013-01-25 |
Bill Wendling | Remove dead method. |
tree | commitdiff |
2013-01-25 |
Bill Wendling | Remove some introspection functions. |
tree | commitdiff |
2013-01-25 |
Hal Finkel | Initial implementation of PPCTargetTransformInfo |
tree | commitdiff |
2013-01-25 |
Nadav Rotem | Fix a warning in the new DWARFheader. Add a new line... |
tree | commitdiff |
2013-01-25 |
Andrew Kaylor | Add support for applying in-memory relocations to the... |
tree | commitdiff |
2013-01-25 |
Eli Bendersky | In this patch, we teach X86_64TargetMachine that it... |
tree | commitdiff |
2013-01-25 |
Richard Osborne | Add instruction encodings / disassembly support for... |
tree | commitdiff |
2013-01-25 |
Nadav Rotem | LoopVectorize: Refactor the code that vectorizes loads... |
tree | commitdiff |
2013-01-25 |
Bill Wendling | Use the new 'getSlotIndex' method to retrieve the attri... |
tree | commitdiff |
2013-01-25 |
Jakub Staszak | Use const reference instead of vector copying. |
tree | commitdiff |
2013-01-25 |
Bill Wendling | Add an accessor method to get the slot's index. This... |
tree | commitdiff |
2013-01-25 |
Richard Osborne | Use the correct format in the STW / SETPSC instruction... |
tree | commitdiff |
2013-01-25 |
Richard Osborne | Fix order of operands for crc8_l4r |
tree | commitdiff |
2013-01-25 |
Eli Bendersky | When encountering an unknown file format, ObjectFile... |
tree | commitdiff |
2013-01-25 |
Eli Bendersky | Add command-line flags for DWARF dumping. |
tree | commitdiff |
2013-01-25 |
Richard Osborne | Add instruction encodings / disassembly support for... |
tree | commitdiff |
2013-01-25 |
Richard Osborne | Fix order of operands for l5r instructions. |
tree | commitdiff |
2013-01-25 |
Richard Osborne | Use correct mnemonic / instruction name for ldivu. |
tree | commitdiff |
2013-01-25 |
Benjamin Kramer | LoopVectorize: Simplify code. No functionality change. |
tree | commitdiff |
2013-01-25 |
Pedro Artigas | added ability to dynamically change the ExportList... |
tree | commitdiff |
2013-01-25 |
Nadav Rotem | LoopVectorizer: Refactor more code to use the IRBuilder. |
tree | commitdiff |
next |