index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize the reading of probability metadata to work for both branches
Chandler Carruth
2011-10-19
2
-16
/
+67
*
Teach the BranchProbabilityInfo analysis pass to read any metadata
Chandler Carruth
2011-10-19
2
-0
/
+63
*
Add pass printing support to BlockFrequencyInfo pass. The implementation
Chandler Carruth
2011-10-19
4
-0
/
+32
*
Duncan pointed out that sometimes CC and CXX are used to specify the compiler...
Bill Wendling
2011-10-19
1
-20
/
+2
*
Add support for the vector-widening of vselect and vector-setcc
Nadav Rotem
2011-10-19
3
-1
/
+96
*
Use bash instead.
Bill Wendling
2011-10-19
1
-1
/
+1
*
Make sure we emit the 'movw' and 'movt' only if it's supported. Otherwise, us...
Bill Wendling
2011-10-19
1
-5
/
+27
*
Remove some dead code.
Bill Wendling
2011-10-19
1
-6
/
+0
*
Make changes so that this runs on FreeBSD.
Bill Wendling
2011-10-19
1
-7
/
+13
*
Rename PEXTR to PEXT. Add intrinsics for BMI instructions.
Craig Topper
2011-10-19
6
-39
/
+223
*
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
Joe Abbey
2011-10-19
2
-0
/
+9
*
Added testcase for <rdar://problem/10215997>
Lang Hames
2011-10-18
1
-0
/
+29
*
Emit the MOVT instruction only if the # LPads is > 64K.
Bill Wendling
2011-10-18
1
-10
/
+20
*
For Thumb mode, we need to use a constant pool if the value is too large to be
Bill Wendling
2011-10-18
1
-3
/
+20
*
Regenerate projects/sample/configure.
Daniel Dunbar
2011-10-18
1
-24
/
+19725
*
projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ...
Daniel Dunbar
2011-10-18
32
-48
/
+18811
*
Revert "Turn on the vzeroupper pass by default."
Eric Christopher
2011-10-18
1
-1
/
+1
*
Add additional element-promotion tests.
Nadav Rotem
2011-10-18
1
-0
/
+31
*
ARM VTBL (one register) assembly parsing and encoding.
Jim Grosbach
2011-10-18
5
-3
/
+102
*
Use the integer compare when the value is small enough. Use the "move into a
Bill Wendling
2011-10-18
1
-2
/
+17
*
Turn on the vzeroupper pass by default.
Eric Christopher
2011-10-18
1
-1
/
+1
*
Whitespace.
Eric Christopher
2011-10-18
1
-1
/
+1
*
Use the integer compare when the value is small enough. Use the "move into a
Bill Wendling
2011-10-18
1
-6
/
+19
*
Missed a spot!
Nick Lewycky
2011-10-18
1
-1
/
+1
*
Fix some typo/formatting issues. No functionality change.
Nick Lewycky
2011-10-18
2
-10
/
+10
*
Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde...
Nadav Rotem
2011-10-18
2
-7
/
+37
*
Teach fast isel about vector stores, and make DoSelectCall return false when ...
Lang Hames
2011-10-18
1
-3
/
+24
*
The value we're comparing against may be too large for the ARM CMP
Bill Wendling
2011-10-18
1
-12
/
+16
*
The immediate may be too large for the CMP instruction. Move it into a register
Bill Wendling
2011-10-18
1
-8
/
+13
*
Tidy up formatting.
Jim Grosbach
2011-10-18
1
-8
/
+12
*
Tidy up formatting.
Jim Grosbach
2011-10-18
1
-8
/
+12
*
Yet more ARM NEON assembly parsing for the lane index operand.
Jim Grosbach
2011-10-18
1
-18
/
+18
*
Enable more encoded immediate tests.
Jim Grosbach
2011-10-18
1
-5
/
+5
*
More vmov lane testcases.
Jim Grosbach
2011-10-18
1
-22
/
+22
*
ARM vmla/vmls assembly parsing for the lane index operand.
Jim Grosbach
2011-10-18
2
-8
/
+8
*
ARM vmov assembly parsing for the lane index operand.
Jim Grosbach
2011-10-18
2
-38
/
+38
*
The MCJITMemoryManager takes ownership of the JMM, so don't leak it.
Jim Grosbach
2011-10-18
1
-0
/
+2
*
Object/COFF: Remove useless test.
Michael J. Spencer
2011-10-18
1
-1
/
+1
*
llvm-objdump: Add static symbol table dumping.
Michael J. Spencer
2011-10-18
2
-5
/
+122
*
Object/COFF: Change type from a struct to a uint16_t. The struct would be
Michael J. Spencer
2011-10-18
2
-5
/
+10
*
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-10-18
28
-144
/
+106
*
llvm-ar: Remove local test target, this is no longer useful.
Daniel Dunbar
2011-10-18
1
-7
/
+0
*
llvm-config: Add an all-targets pseudo-component.
Daniel Dunbar
2011-10-18
1
-2
/
+6
*
build: Remove some unused code.
Daniel Dunbar
2011-10-18
1
-2
/
+0
*
Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.
Andrew Trick
2011-10-18
5
-119
/
+121
*
Use isIntN and isUIntN to check for valid signed/unsigned numbers.
Bob Wilson
2011-10-18
1
-3
/
+2
*
whitespace
Andrew Trick
2011-10-18
3
-8
/
+8
*
A landing pad could have more than one predecessor. In that case, we want that
Bill Wendling
2011-10-18
1
-1
/
+8
*
ARM vmla/vmls assembly parsing for the lane index operand.
Jim Grosbach
2011-10-18
3
-12
/
+16
*
Another failing encoding.
Owen Anderson
2011-10-18
1
-0
/
+3
[next]