aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-21Formatting and comment fixes to the always inliner.Chandler Carruth
2013-01-21Clean up the formatting and doxygen for the simple inliner a bit. NoChandler Carruth
2013-01-21Fix an old-style doxygen comment.Chandler Carruth
2013-01-21Cleanup the formatting of this header. This removes the namespace indentChandler Carruth
2013-01-21Revert "[Object] .bss sections have no content. PR15005."Michael J. Spencer
2013-01-21Use <0 checks in place of ==-1 because it results in simpler code.Craig Topper
2013-01-21Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.Craig Topper
2013-01-21Remove trailing whitespace.Craig Topper
2013-01-21[Object] .bss sections have no content. PR15005.Michael J. Spencer
2013-01-21Fix some 80 column violations.Craig Topper
2013-01-21Make helper method static.Craig Topper
2013-01-21[Support] Make test C++03.Michael J. Spencer
2013-01-21Remove the comma from the last enumerator to fix -pedantic warnings.Chandler Carruth
2013-01-21Introduce a generic interface for querying an operation's expectedChandler Carruth
2013-01-21Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.NAKAMURA Takumi
2013-01-20Disable test that fails due to lack of std::true_type in C++03.Benjamin Kramer
2013-01-20Convert more EVT's to MVT's in the lowering methods.Craig Topper
2013-01-20Capitalize lowerTRUNCATE so that it matches the other lower functions in this...Craig Topper
2013-01-20Revert CostTable algorithm, will re-writeRenato Golin
2013-01-20[Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer
2013-01-20LoopVectorize: Fix a C++11 incompatibility.Benjamin Kramer
2013-01-20Add instruction encodings / disassembly support for l2rus instructions.Richard Osborne
2013-01-20Add instruction encodings / disassembly support for l3r instructions.Richard Osborne
2013-01-20Add instruction encodings / disassembler support for 2rus instructions.Richard Osborne
2013-01-20Add instruction encodings / disassembly support 3r instructions.Richard Osborne
2013-01-20llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.NAKAMURA Takumi
2013-01-20llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add /usr/bin/cmp.NAKAMURA Takumi
2013-01-20Fix a build error.Nadav Rotem
2013-01-20[docs] Update IRC information.Michael J. Spencer
2013-01-20Make LowerVSETCC a static function and use MVT instead of EVT.Craig Topper
2013-01-20Revert 172708.Nadav Rotem
2013-01-20Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...Michael Gottesman
2013-01-20Update the gcc-loops benchmarkNadav Rotem
2013-01-20Update the linpack benchmark with different array sizes.Nadav Rotem
2013-01-20LoopVectorizer: Implement a new heuristics for selecting the unroll factor.Nadav Rotem
2013-01-20Change the cpu type in the test.Nadav Rotem
2013-01-20More copy editing.Michael Gottesman
2013-01-20Doxygenified and copy edited BasicBlock.h.Michael Gottesman
2013-01-20Doxygenified Argument.h and performed some copy editing of the documentation.Michael Gottesman
2013-01-20Converted all method comments in IRBuilder.h to use doxygen style comments.Michael Gottesman
2013-01-20Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.Michael Gottesman
2013-01-20Added IRBuilder::CreateFPExtOrFPTrunc.Michael Gottesman
2013-01-20llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 inst...NAKAMURA Takumi
2013-01-20ReleaseNotes: note Sphinx migration.Sean Silva
2013-01-20docs: Nuke the old release notes.Sean Silva
2013-01-20trivial micro-optimization: lazily call the virtual method instead of eagerly...Chris Lattner
2013-01-20switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner
2013-01-20docs: Use proper markup.Sean Silva
2013-01-20docs: Inline documentation structure into homepage.Sean Silva
2013-01-20convert the bitstream reader itself and the IR .bc file parser to use the new...Chris Lattner