aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-01-20add an option to not auto-process abbreviations in advance()Chris Lattner
2013-01-20The last of PR14471 - emission of constant floatsDavid Blaikie
2013-01-20stringref'ize readRecord and properly capitalize it. Add a compatibility met...Chris Lattner
2013-01-20Make some helper methods static.Craig Topper
2013-01-20Remove DebugLoc argument from static function. It can easily be obtained from...Craig Topper
2013-01-20Use MVT instead of EVT in more instruction lowering code.Craig Topper
2013-01-20move some private methods out of line, add a skipRecord() method.Chris Lattner
2013-01-19Use MVT instead of EVT in more of the shuffle lowering code.Craig Topper
2013-01-19add some optional flags to affect the way advance works.Chris Lattner
2013-01-19Capitalize LowerVectorIntExtend to be consistent with all the other lower fun...Craig Topper
2013-01-19Fix a latent bug exposed by recent static member debug info changes.David Blaikie
2013-01-19fix method name.Chris Lattner