Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5a4251c767adb7a47ad7a53719398ee1342cc400
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
081c29b
Check for less than 0 in shuffle mask instead of -1. It's more consistent with other code related to shuffles and easier to implement in compiled code.
by Craig Topper
· 12 years ago
37d093f
Remove trailing whitespace. Remove new lines between closing brace and 'else'
by Craig Topper
· 12 years ago
268e0ff
Fixed 80+ violation.
by Michael Gottesman
· 12 years ago
a94c339
[MC/Mach-O] Add support for linker options in Mach-O files.
by Daniel Dunbar
· 12 years ago
cddd236
[MC/Mach-O] Add AsmParser support for .linker_option directive.
by Daniel Dunbar
· 12 years ago
bfdcc70
[MC] Expose ParseEscapedString to target AsmParser implementations.
by Daniel Dunbar
· 12 years ago
9b6a447
[MC] Fix 80-col violas.
by Daniel Dunbar
· 12 years ago
3da67ca
[ms-inline asm] Make the error message more generic now that we support the
by Chad Rosier
· 12 years ago
1381b9b
[Linker] Drop some now-dead component dependencies.
by Daniel Dunbar
· 12 years ago
167ede8
Reverting r171325 & r172363. This was causing a mis-compile on the self-hosted LTO build bots.
by Bill Wendling
· 12 years ago
cb4830c
Reverting back to the fallback instead of using the 64-bit popcnt instruction as it doesn't exist on all x64 CPU architectures.
by Aaron Ballman
· 12 years ago
634bd85
[Linker] Drop support for IR-level extended linking support (archives, etc.).
by Daniel Dunbar
· 12 years ago
d69a43a
Restore reverted test case, this time with REQUIRES: asserts
by Bill Schmidt
· 12 years ago
c087dcf
Remove bad test case
by Bill Schmidt
· 12 years ago
8f4ee4b
This patch fixes PR13626 by providing i128 support in the return
by Bill Schmidt
· 12 years ago
505bca3
[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.
by Chad Rosier
· 12 years ago
3389dbc
[docs] Get rid of some UTF8 characters (non-breaking space maybe).
by Daniel Dunbar
· 12 years ago
f6893dd
[utils] Update find-rev utility to take a branch argument (name of the git-svn
by Daniel Dunbar
· 12 years ago
a454ffd
Add indexed load/store instructions for offset validation check.
by Jyotsna Verma
· 12 years ago
222f02f
Added missing const from my last commit.
by Michael Gottesman
· 12 years ago
88ceb18
[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited'' Debug message to use it.
by Michael Gottesman
· 12 years ago
6782805
Reverting back to the fallback instead of using popcnt; this instruction doesn't exist on all CPU architectures. Fixes PR14982
by Aaron Ballman
· 12 years ago
792b123
This patch fixes the PPC calling convention to handle returns of
by Bill Schmidt
· 12 years ago
11af9a8
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the values of shadow scale and offset to the runtime
by Alexey Samsonov
· 12 years ago
6c327f9
Optimization for the following SIGN_EXTEND pairs:
by Elena Demikhovsky
· 12 years ago
c2cbcc3
Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so they get instantiated together.
by Craig Topper
· 12 years ago
446b88f
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
by Eric Christopher
· 12 years ago
d96c72a
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
by Eric Christopher
· 12 years ago
5ed625c
Move MachineTraceMetrics.h into include/llvm/CodeGen.
by Jakob Stoklund Olesen
· 12 years ago
02c6325
Provide a place for targets to insert ILP optimization passes.
by Jakob Stoklund Olesen
· 12 years ago
c147b67
This is a resubmittal. For some reason it broke the bots yesterday
by Jack Carter
· 12 years ago
e06bfe8
[IR] Reserve/define the purpose for the "Linker Options" metadata flags.
by Daniel Dunbar
· 12 years ago
b0ec16b
Update the description of the llvm.fmuladd.* intrinsics to avoid use of the
by Lang Hames
· 12 years ago
c3c8d2a
Documentation: fix a typo 'IEE754'
by Dmitri Gribenko
· 12 years ago
69877d6
Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.
by Aaron Ballman
· 12 years ago
5db391c
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
by Daniel Dunbar
· 12 years ago
d3c965d
Change CostTable model to be global to all targets
by Renato Golin
· 12 years ago
ac47c1b
Added test for r172599 which fixes bugzilla://14584,rdar://11744105.
by Michael Gottesman
· 12 years ago
c8b909a
[Support] Include the intrisics header and check for definition properly.
by Michael J. Spencer
· 12 years ago
4f3b323
Make this test X86 only.
by Eric Christopher
· 12 years ago
65605d8
Move this to X86.
by Eric Christopher
· 12 years ago
2c2bcbd
Add testcase missed yesterday from Paul Robinson.
by Eric Christopher
· 12 years ago
2dcc273
[Support] Add MSVC intrinsic for CountPopulation.
by Michael J. Spencer
· 12 years ago
Next »