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