Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9c42bcf2ca4844162b427d017fa419bf93f258e3
9c42bcf
Resolve Record Names
by David Greene
· 13 years ago
f628204
Allow Names Changes on Unregistered Records
by David Greene
· 13 years ago
004adaf
Call Record Initializer
by David Greene
· 13 years ago
675f85d
Add Name Init Record Constructor
by David Greene
· 13 years ago
0abdadb
Fix 80-col Violation
by David Greene
· 13 years ago
a461c39
Fix Name Access
by David Greene
· 13 years ago
41effc6
Fix Name Access
by David Greene
· 13 years ago
e681d28
Fix Name Access
by David Greene
· 13 years ago
0615d6a
Fix Name Check
by David Greene
· 13 years ago
7474c29
Fix Name Check
by David Greene
· 13 years ago
f7931b7
Add Record Init
by David Greene
· 13 years ago
e22b321
Make Template Arg Names Inits
by David Greene
· 13 years ago
917924d
Let SetValue Take and Init Name
by David Greene
· 13 years ago
30c2225
Add Utility to Scope Names
by David Greene
· 13 years ago
ee6dca1
Make VarInit Name an Init
by David Greene
· 13 years ago
96a9f78
Add Value Accessors
by David Greene
· 13 years ago
d7f8941
Add Name Init Accessors
by David Greene
· 13 years ago
de703e2
Add Init Accessors
by David Greene
· 13 years ago
941aa7b
Generalize the reading of probability metadata to work for both branches
by Chandler Carruth
· 13 years ago
99d01c5
Teach the BranchProbabilityInfo analysis pass to read any metadata
by Chandler Carruth
· 13 years ago
6aa5c26
Add pass printing support to BlockFrequencyInfo pass. The implementation
by Chandler Carruth
· 13 years ago
250c680
Duncan pointed out that sometimes CC and CXX are used to specify the compiler. Also that the configure script takes care of finding an appropriate compiler if one's not specified.
by Bill Wendling
· 13 years ago
ca58c72
Add support for the vector-widening of vselect and vector-setcc
by Nadav Rotem
· 13 years ago
495069e
Use bash instead.
by Bill Wendling
· 13 years ago
922ad78
Make sure we emit the 'movw' and 'movt' only if it's supported. Otherwise, use a constant pool.
by Bill Wendling
· 13 years ago
b677a13
Remove some dead code.
by Bill Wendling
· 13 years ago
783993e
Make changes so that this runs on FreeBSD.
by Bill Wendling
· 13 years ago
717cdb0
Rename PEXTR to PEXT. Add intrinsics for BMI instructions.
by Craig Topper
· 13 years ago
fffc0fe
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
by Joe Abbey
· 13 years ago
aa13603
Added testcase for <rdar://problem/10215997>
by Lang Hames
· 13 years ago
15a1a22
Emit the MOVT instruction only if the # LPads is > 64K.
by Bill Wendling
· 13 years ago
a5871dc
For Thumb mode, we need to use a constant pool if the value is too large to be
by Bill Wendling
· 13 years ago
bf79f91
Regenerate projects/sample/configure.
by Daniel Dunbar
· 13 years ago
2532fa2
projects/sample: Import adapted form of current LLVM autoconf/Makefile setup so that projects/sample is standalone and not tied to the LLVM build setup.
by Daniel Dunbar
· 13 years ago
857bf83
Revert "Turn on the vzeroupper pass by default."
by Eric Christopher
· 13 years ago
d88bc2a
Add additional element-promotion tests.
by Nadav Rotem
· 13 years ago
862019c
ARM VTBL (one register) assembly parsing and encoding.
by Jim Grosbach
· 13 years ago
85f3a0a
Use the integer compare when the value is small enough. Use the "move into a
by Bill Wendling
· 13 years ago
7e8ae57
Turn on the vzeroupper pass by default.
by Eric Christopher
· 13 years ago
2115cd2
Whitespace.
by Eric Christopher
· 13 years ago
952cb50
Use the integer compare when the value is small enough. Use the "move into a
by Bill Wendling
· 13 years ago
20b2b78
Missed a spot!
by Nick Lewycky
· 13 years ago
024170f
Fix some typo/formatting issues. No functionality change.
by Nick Lewycky
· 13 years ago
fbf19ef
Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Index starts with zero.
by Nadav Rotem
· 13 years ago
e482471
Teach fast isel about vector stores, and make DoSelectCall return false when it fails to emit a store. This fixes <rdar://problem/10215997>.
by Lang Hames
· 13 years ago
564392b
The value we're comparing against may be too large for the ARM CMP
by Bill Wendling
· 13 years ago
b9fecf4
The immediate may be too large for the CMP instruction. Move it into a register
by Bill Wendling
· 13 years ago
2933e4b
Tidy up formatting.
by Jim Grosbach
· 13 years ago
39dc2af
Tidy up formatting.
by Jim Grosbach
· 13 years ago
a7d2e75
Yet more ARM NEON assembly parsing for the lane index operand.
by Jim Grosbach
· 13 years ago
0487e45
Enable more encoded immediate tests.
by Jim Grosbach
· 13 years ago
ca8d184
More vmov lane testcases.
by Jim Grosbach
· 13 years ago
aead579
ARM vmla/vmls assembly parsing for the lane index operand.
by Jim Grosbach
· 13 years ago
687656c
ARM vmov assembly parsing for the lane index operand.
by Jim Grosbach
· 13 years ago
3326fc1
The MCJITMemoryManager takes ownership of the JMM, so don't leak it.
by Jim Grosbach
· 13 years ago
7c24665
Object/COFF: Remove useless test.
by Michael J. Spencer
· 13 years ago
22ff0f3
llvm-objdump: Add static symbol table dumping.
by Michael J. Spencer
· 13 years ago
5e3a082
Object/COFF: Change type from a struct to a uint16_t. The struct would be
by Michael J. Spencer
· 13 years ago
8c39c96
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
by Daniel Dunbar
· 13 years ago
bfe2a6b
llvm-ar: Remove local test target, this is no longer useful.
by Daniel Dunbar
· 13 years ago
a6b1929
llvm-config: Add an all-targets pseudo-component.
by Daniel Dunbar
· 13 years ago
817cb96
build: Remove some unused code.
by Daniel Dunbar
· 13 years ago
90b7b12
Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.
by Andrew Trick
· 13 years ago
9d45de2
Use isIntN and isUIntN to check for valid signed/unsigned numbers.
by Bob Wilson
· 13 years ago
7f5f0da
whitespace
by Andrew Trick
· 13 years ago
f7b0207
A landing pad could have more than one predecessor. In that case, we want that
by Bill Wendling
· 13 years ago
9120088
ARM vmla/vmls assembly parsing for the lane index operand.
by Jim Grosbach
· 13 years ago
e8692ed
Another failing encoding.
by Owen Anderson
· 13 years ago
82fa5fc
Fix NEON mul encoding tests. Wrong file contents previously.
by Jim Grosbach
· 13 years ago
0a03740
ARM vqdmulh assembly parsing for the lane index operand.
by Jim Grosbach
· 13 years ago
37a3ed2
Remove duplicate test.
by Jim Grosbach
· 13 years ago
9e7df4a
Tidy up formatting.
by Jim Grosbach
· 13 years ago
970f787
ARM vmul assembly parsing for the lane index operand.
by Jim Grosbach
· 13 years ago
ec11d2a
Tidy up.
by Jim Grosbach
· 13 years ago
aff187a
Add a few more testcases.
by Owen Anderson
· 13 years ago
c3f16b3
Final patch that completes old JIT support for Mips:
by Bruno Cardoso Lopes
· 13 years ago
de1ff7f
Add several FIXME cases for ARM encodings.
by Owen Anderson
· 13 years ago
ad952ad
Fix incorrect check for sign-extended constant BUILD_VECTOR.
by Bob Wilson
· 13 years ago
db2b18f
Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS.
by Bob Wilson
· 13 years ago
630243a
Don't exit just because some early commands fail. Use the -k flag when running the checks.
by Bill Wendling
· 13 years ago
5e3e811
Tests for 142365.
by Jim Grosbach
· 13 years ago
4442824
Tidy up formatting.
by Jim Grosbach
· 13 years ago
e873d2a
ARM vqdmlal assembly parsing for the lane index operand.
by Jim Grosbach
· 13 years ago
9858a48
Thumb2 parsing of 'mov.w' gets the cc_out operand wrong. Add an alias for it.
by Jim Grosbach
· 13 years ago
f2f5bc6
ARM assembly parsing and encoding for VMOV.i64.
by Jim Grosbach
· 13 years ago
c3cab3a
PTX: Fix disabling of MAD instruction selection
by Justin Holewinski
· 13 years ago
17001ce
Fix a bunch of unused variable warnings when doing a release build with gcc-4.6.
by Duncan Sands
· 13 years ago
40825fb
Coding style cleanups. No functionality change.
by Bill Wendling
· 13 years ago
928698b
Remove NaClMode
by David Meyer
· 13 years ago
fe04757
Add support for dynamic stack realignment when in thumb1 mode. rdar://10288916
by Chad Rosier
· 13 years ago
895ede8
Commit test, capitalizing store... keep it simple.
by Joe Abbey
· 13 years ago
46bb70c
Fix comment to refer to correct instruction
by Hal Finkel
· 13 years ago
0851a29
Fix misc warnings. Patch by Joe Abbey.
by Eli Friedman
· 13 years ago
d8ffe5b
Backing out patch. Will refactor to remove the AsmParser dependency on Target.
by Lang Hames
· 13 years ago
6248a54
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.
by Jim Grosbach
· 13 years ago
4984d64
Revert "llvm-objdump: Add static symbol table dumping."
by Michael J. Spencer
· 13 years ago
b12715d
llvm-objdump: Add static symbol table dumping.
by Michael J. Spencer
· 13 years ago
206d17c
Object: Add some types to SymbolRef::Type.
by Michael J. Spencer
· 13 years ago
9b2b812
Object: Add isSymbolAbsolute and getSymbolSection.
by Michael J. Spencer
· 13 years ago
c38c36a
Object: Add isSymbolWeak.
by Michael J. Spencer
· 13 years ago
Next »