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
path:
root
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validate target data layout strings.
Lang Hames
2011-10-17
1
-25
/
+88
*
Use a SmallVector for intrinsic argument types.
Benjamin Kramer
2011-10-17
2
-2
/
+2
*
Don't renumber the blocks here. This could cause problems later on if another
Bill Wendling
2011-10-17
1
-3
/
+1
*
Pseudoinstructions should not be less constrained than the instruction they are
Cameron Zwarich
2011-10-17
1
-6
/
+6
*
Tidy up organization.
Jim Grosbach
2011-10-17
1
-8
/
+4
*
Add a call to EmitSjLjDispatchBlock.
Bill Wendling
2011-10-17
1
-0
/
+8
*
Fix improperly formed assert() call.
Jim Grosbach
2011-10-17
1
-1
/
+1
*
Add definitions of conditional moves with 64-bit operands. Comment out code for
Akira Hatanaka
2011-10-17
3
-75
/
+130
*
Revert change to function alignment b/c existing logic was fine
Hal Finkel
2011-10-17
1
-10
/
+3
*
Removed set, but unused variables.
Chad Rosier
2011-10-17
2
-12
/
+0
*
Move class and instruction definitions for conditional moves to a seperate file.
Akira Hatanaka
2011-10-17
4
-106
/
+112
*
Revert change made in r142205.
Akira Hatanaka
2011-10-17
1
-2
/
+2
*
Redefine count-leading 0s and 1s instructions.
Akira Hatanaka
2011-10-17
2
-20
/
+17
*
Redefine mfhi/lo and mthi/lo instructions.
Akira Hatanaka
2011-10-17
2
-35
/
+16
*
Redefine multiply and divide instructions.
Akira Hatanaka
2011-10-17
2
-25
/
+26
*
Add definition of a base class for logical shift/rotate instructions with two
Akira Hatanaka
2011-10-17
2
-20
/
+12
*
Remove >80-col line and unicode
Hal Finkel
2011-10-17
1
-2
/
+2
*
Add definition of a base class for logical shift/rotate immediate instructions
Akira Hatanaka
2011-10-17
2
-27
/
+33
*
Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf.
Akira Hatanaka
2011-10-17
3
-9
/
+11
*
Fix CMake build.
Michael J. Spencer
2011-10-17
1
-1
/
+0
*
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
Devang Patel
2011-10-17
2
-220
/
+2
*
Instructions for Book E PPC should be word aligned, set function alignment to...
Hal Finkel
2011-10-17
1
-3
/
+10
*
Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ...
Craig Topper
2011-10-17
2
-24
/
+19
*
Add comment explaining that the order of processing doesn't matter here.
Bill Wendling
2011-10-17
1
-0
/
+1
*
Add PPC 440 scheduler and some associated tests (new files)
Hal Finkel
2011-10-17
1
-0
/
+568
*
Add PPC 440 scheduler and some associated tests
Hal Finkel
2011-10-17
9
-2
/
+53
*
Add X86 PEXTR and PDEP instructions.
Craig Topper
2011-10-16
5
-13
/
+42
*
Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.
Benjamin Kramer
2011-10-16
1
-9
/
+14
*
X86AsmParser: Synthesize EndLoc for tokens out of StartLoc + Length and print...
Benjamin Kramer
2011-10-16
1
-3
/
+4
*
Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there was
Nadav Rotem
2011-10-16
1
-3
/
+5
*
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
7
-50
/
+56
*
Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...
Craig Topper
2011-10-16
2
-12
/
+25
*
Add flags on Thumb2 indexed stores paralleling the flags on the indexed loads.
Cameron Zwarich
2011-10-16
1
-1
/
+3
*
Fix an obvious typo found when looking at nearby code.
Cameron Zwarich
2011-10-16
1
-1
/
+1
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-6
/
+13
*
Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...
Craig Topper
2011-10-16
3
-18
/
+54
*
Add X86 feature detection support for BMI instructions. Added new cpuid funct...
Craig Topper
2011-10-16
3
-18
/
+107
*
Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...
Craig Topper
2011-10-15
3
-17
/
+46
*
The CELL backend cannot select patterns for vector trunc-store and shl on v2...
Nadav Rotem
2011-10-15
1
-0
/
+9
*
ARM cannot select a pattern for trunc-store v4i8; /ARM/vrev.ll fails when pro...
Nadav Rotem
2011-10-15
1
-0
/
+2
*
SmallVector -> array
Benjamin Kramer
2011-10-15
1
-3
/
+3
*
Mark tADDrSPi as having side effects again.
Jakob Stoklund Olesen
2011-10-15
1
-3
/
+3
*
Thumb1 does not support dynamic stack realignment.
Chad Rosier
2011-10-15
1
-0
/
+5
*
Mark registers as DEAD because they're really just clobbers.
Bill Wendling
2011-10-15
1
-1
/
+1
*
Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...
Eli Friedman
2011-10-14
1
-0
/
+8
*
Make sure that the register is in the register class before adding it as a ma...
Bill Wendling
2011-10-14
1
-1
/
+3
*
Mark the invoke call instruction as implicitly defining the callee-saved regi...
Bill Wendling
2011-10-14
1
-2
/
+31
*
Fix a non-firing assert. Change:
Richard Trieu
2011-10-14
1
-1
/
+1
*
A few 80-col violations.
Evan Cheng
2011-10-14
1
-4
/
+8
*
Add an implementation of the CanLowerReturn function to the PPC backend
Hal Finkel
2011-10-14
2
-0
/
+17
[next]