Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
8e47daf2858e980210f3e1f007036b24da342c29
« Previous
bbf9d3e
Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.
by Craig Topper
· 12 years ago
9b33ef7
Remove trailing whitespace.
by Craig Topper
· 12 years ago
07d5617
[Object] .bss sections have no content. PR15005.
by Michael J. Spencer
· 12 years ago
b99bafe
Fix some 80 column violations.
by Craig Topper
· 12 years ago
b84b423
Make helper method static.
by Craig Topper
· 12 years ago
7babd25
[Support] Make test C++03.
by Michael J. Spencer
· 12 years ago
c61aa59
Remove the comma from the last enumerator to fix -pedantic warnings.
by Chandler Carruth
· 12 years ago
1e05bd9
Introduce a generic interface for querying an operation's expected lowered cost.
by Chandler Carruth
· 12 years ago
f3c437b
Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.
by NAKAMURA Takumi
· 12 years ago
c052d5b
Disable test that fails due to lack of std::true_type in C++03.
by Benjamin Kramer
· 12 years ago
a080daf
Convert more EVT's to MVT's in the lowering methods.
by Craig Topper
· 12 years ago
d713c0f
Capitalize lowerTRUNCATE so that it matches the other lower functions in this file despite it not matching coding standards.
by Craig Topper
· 12 years ago
053a211
Revert CostTable algorithm, will re-write
by Renato Golin
· 12 years ago
01812be
[Support] Port ErrorOr<T> from lld to C++03.
by Michael J. Spencer
· 12 years ago
5ff7a3f
LoopVectorize: Fix a C++11 incompatibility.
by Benjamin Kramer
· 12 years ago
b853c41
Add instruction encodings / disassembly support for l2rus instructions.
by Richard Osborne
· 12 years ago
c78ec6b
Add instruction encodings / disassembly support for l3r instructions.
by Richard Osborne
· 12 years ago
a68c64f
Add instruction encodings / disassembler support for 2rus instructions.
by Richard Osborne
· 12 years ago
62b8786
Add instruction encodings / disassembly support 3r instructions.
by Richard Osborne
· 12 years ago
1340833
llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.
by NAKAMURA Takumi
· 12 years ago
30bb189
llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add /usr/bin/cmp.
by NAKAMURA Takumi
· 12 years ago
e6e7606
Fix a build error.
by Nadav Rotem
· 12 years ago
ba87320
[docs] Update IRC information.
by Michael J. Spencer
· 12 years ago
26827f3
Make LowerVSETCC a static function and use MVT instead of EVT.
by Craig Topper
· 12 years ago
0c8607b
by Nadav Rotem
· 12 years ago
ec98d2c
Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they also work with vectors.
by Michael Gottesman
· 12 years ago
df76b38
Update the gcc-loops benchmark
by Nadav Rotem
· 12 years ago
c2b96cb
Update the linpack benchmark with different array sizes.
by Nadav Rotem
· 12 years ago
0bbbc52
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
by Nadav Rotem
· 12 years ago
bcdabad
Change the cpu type in the test.
by Nadav Rotem
· 12 years ago
0e1a9f2
More copy editing.
by Michael Gottesman
· 12 years ago
a1456e1
Doxygenified and copy edited BasicBlock.h.
by Michael Gottesman
· 12 years ago
b6b8ba62
Doxygenified Argument.h and performed some copy editing of the documentation.
by Michael Gottesman
· 12 years ago
864c2a2
Converted all method comments in IRBuilder.h to use doxygen style comments.
by Michael Gottesman
· 12 years ago
bd12e22
Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.
by Michael Gottesman
· 12 years ago
8b28998
Added IRBuilder::CreateFPExtOrFPTrunc.
by Michael Gottesman
· 12 years ago
fe311db
llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 instead of 1 here.
by NAKAMURA Takumi
· 12 years ago
8a72eff
ReleaseNotes: note Sphinx migration.
by Sean Silva
· 12 years ago
4a53562
docs: Nuke the old release notes.
by Sean Silva
· 12 years ago
1ca114a
trivial micro-optimization: lazily call the virtual method instead of eagerly calling it.
by Chris Lattner
· 12 years ago
4156ca7
switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of
by Chris Lattner
· 12 years ago
52878db
docs: Use proper markup.
by Sean Silva
· 12 years ago
31da439
docs: Inline documentation structure into homepage.
by Sean Silva
· 12 years ago
5a4251c
convert the bitstream reader itself and the IR .bc file parser to use the new advance() APIs,
by Chris Lattner
· 12 years ago
099b636
add an option to not auto-process abbreviations in advance()
by Chris Lattner
· 12 years ago
1426841
The last of PR14471 - emission of constant floats
by David Blaikie
· 12 years ago
194ef24
stringref'ize readRecord and properly capitalize it. Add a compatibility method to easy
by Chris Lattner
· 12 years ago
f84b750
Make some helper methods static.
by Craig Topper
· 12 years ago
3b2aba0
Remove DebugLoc argument from static function. It can easily be obtained from the SVOp passed in.
by Craig Topper
· 12 years ago
45e1c75
Use MVT instead of EVT in more instruction lowering code.
by Craig Topper
· 12 years ago
f9147c4
move some private methods out of line, add a skipRecord() method.
by Chris Lattner
· 12 years ago
657a99c
Use MVT instead of EVT in more of the shuffle lowering code.
by Craig Topper
· 12 years ago
344fc23
add some optional flags to affect the way advance works.
by Chris Lattner
· 12 years ago
00a312c
Capitalize LowerVectorIntExtend to be consistent with all the other lower functions in this file.
by Craig Topper
· 12 years ago
fe07db3
Fix a latent bug exposed by recent static member debug info changes.
by David Blaikie
· 12 years ago
bc83720
fix method name.
by Chris Lattner
· 12 years ago
63246aa
Add a new BitstreamEntry concept, and add two helper methods for walking
by Chris Lattner
· 12 years ago
35f63dd
Documentation: remove more mentions of Tcl
by Dmitri Gribenko
· 12 years ago
ae4a9ae
Documentation: replace some non-ASCII characters by equivalent markup
by Dmitri Gribenko
· 12 years ago
e37dd04
Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely
by Jakub Staszak
· 12 years ago
312c7d9
BitstreamReader hasn't aged well. It's been hacked on by various people and
by Chris Lattner
· 12 years ago
1af132d
LoopVectorizer: Emit memory checks into their own basic block.
by Benjamin Kramer
· 12 years ago
ba95865
On Sandybridge split unaligned 256bit stores into two xmm-sized stores.
by Nadav Rotem
· 12 years ago
cfcab21
Use MVT instead of EVT when computing shuffle immediates since they can only be for legal types. Keeps compiler from generating unneeded checks and handling for extended types.
by Craig Topper
· 12 years ago
90230c8
Sort all of the includes. Several files got checked in with mis-sorted includes.
by Chandler Carruth
· 12 years ago
e11dda8
This is a resubmittal. For some reason it broke the bots yesterday
by Jack Carter
· 12 years ago
065db23
Fix 80-col and early exit in cost model
by Renato Golin
· 12 years ago
d32eea9
Remove some register allocation order dependencies.
by Jakob Stoklund Olesen
· 12 years ago
6fff325
Fixing behavior of ELFObjectFile::getSymbolFileOffset().
by Andrew Kaylor
· 12 years ago
9778d5c
Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags
by David Greene
· 12 years ago
48177ac
On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vinsertf128) is faster than using a single vmovups instruction.
by Nadav Rotem
· 12 years ago
7336f7f
Use hexDigitValue in LLLexer.
by Jordan Rose
· 12 years ago
ffd5f9a
Improved comment.
by Michael Gottesman
· 12 years ago
8a8cef7
Fixed typo in comment.
by Michael Gottesman
· 12 years ago
0969ddf
Split out DW_OP_addr for the split debug info DWARF5 proposal.
by Eric Christopher
· 12 years ago
aec7106
If the attributes don't exist, just bail for now.
by Bill Wendling
· 12 years ago
1b0c54f
Use AttributeSet accessor methods instead of Attribute accessor methods.
by Bill Wendling
· 12 years ago
1a17bd2
Remove unused parameter. Also use the AttributeSet query methods instead of the Attribute query methods.
by Bill Wendling
· 12 years ago
8a53a83
Add llvm::hexDigitValue to convert single characters to hex.
by Jordan Rose
· 12 years ago
c91cbb9
This is a resubmittal. For some reason it broke the bots yesterday
by Jack Carter
· 12 years ago
82d3d45
R600: Proper insert S_WAITCNT instructions
by Tom Stellard
· 12 years ago
935a915
R600: Optimize and cleanup KILL on SI
by Tom Stellard
· 12 years ago
956f134
Push some more methods down to hide the use of the Attribute class.
by Bill Wendling
· 12 years ago
e72fac6
This is a resubmittal. For some reason it broke the bots yesterday
by Jack Carter
· 12 years ago
39dff21
[Linker] Zap a dead typedef.
by Daniel Dunbar
· 12 years ago
b52677c
Silence GCC warning about dropping off a non-void function.
by Benjamin Kramer
· 12 years ago
92d8cc6
[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader dependency again.
by Daniel Dunbar
· 12 years ago
6d49b68
[MC/Mach-O] Implement integrated assembler support for linker options.
by Daniel Dunbar
· 12 years ago
55c6f0c
Documentation: remove all mentions of DejaGNU and Tcl
by Dmitri Gribenko
· 12 years ago
3177949
Streamline the mentions of grep and FileCheck in TestingGuide.rst
by Eli Bendersky
· 12 years ago
8d3c901
The IR linker still depends on the bitcode reader.
by Benjamin Kramer
· 12 years ago
ca81374
llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. It sometimes causes spurious failure on lit win32.
by NAKAMURA Takumi
· 12 years ago
fe7d2b6
80 columns
by Alexey Samsonov
· 12 years ago
ae36ecc
Move Blacklist.h to include/ to enable use from clang.
by Will Dietz
· 12 years ago
deb3187
Add basic command line parsing to TestMain.
by Manuel Klimek
· 12 years ago
5141d97
Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 immediate handling. Also use MVT since this only called on legal types during pattern matching.
by Craig Topper
· 12 years ago
e6d8fa7
Minor formatting fix. No functional change.
by Craig Topper
· 12 years ago
41169f2
Remove support for Tcl test format since nobody uses it
by Dmitri Gribenko
· 12 years ago
0a38861
Spelling fix: extened->extended. Trailing whitespace in same function.
by Craig Topper
· 12 years ago
5a529e4
Make more use of is128BitVector/is256BitVector in place of getSizeInBits() == 128/256.
by Craig Topper
· 12 years ago
Next »