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
*
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
451
-22840
/
+25485
|
\
|
*
AVX-512 set: Added BROADCAST instructions
Elena Demikhovsky
2013-08-07
4
-7
/
+146
|
*
[SystemZ] Optimize floating-point comparisons with zero
Richard Sandiford
2013-08-07
6
-74
/
+87
|
*
[SystemZ] Add floating-point load-and-test instructions
Richard Sandiford
2013-08-07
3
-0
/
+26
|
*
Simplify code. No functional change intended.
Craig Topper
2013-08-07
1
-4
/
+1
|
*
Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor.
Evgeniy Stepanov
2013-08-07
1
-1
/
+2
|
*
Create a pattern for the "trap" instruction.
Reed Kotler
2013-08-07
2
-0
/
+29
|
*
Remove unused functions introduced in r172685 to unbreak the Clang -Werror build
David Blaikie
2013-08-07
1
-16
/
+0
|
*
R600: Add new file from r187831 to CMakeLists.txt
Tom Stellard
2013-08-06
1
-0
/
+1
|
*
[mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
2013-08-06
22
-622
/
+622
|
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
5
-44
/
+163
|
*
R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Tom Stellard
2013-08-06
4
-32
/
+83
|
*
[NVPTX] We dont have any target specific flags yet for generating symbol refe...
Justin Holewinski
2013-08-06
1
-7
/
+2
|
*
[mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates of
Akira Hatanaka
2013-08-06
3
-54
/
+41
|
*
[mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'
Akira Hatanaka
2013-08-06
3
-38
/
+18
|
*
[mips] Replace usages of register classes with register operands. Also, remove
Akira Hatanaka
2013-08-06
7
-168
/
+221
|
*
Add PPC64 mulli pattern
Hal Finkel
2013-08-06
1
-0
/
+3
|
*
This corrects creation of operands for t2PLDW. It also removes the definition...
Mihai Popa
2013-08-06
2
-25
/
+24
|
*
Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...
Mihai Popa
2013-08-06
2
-5
/
+5
|
*
[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
Justin Holewinski
2013-08-06
1
-11
/
+19
|
*
[NVPTX] Fix bug in stack code generation causes by MC conversion
Justin Holewinski
2013-08-06
4
-53
/
+68
|
*
[NVPTX] Start conversion to MC infrastructure
Justin Holewinski
2013-08-06
10
-317
/
+593
|
*
ARM: implement allowTruncateForTailCall
Tim Northover
2013-08-06
2
-0
/
+18
|
*
Refactor isInTailCallPosition handling
Tim Northover
2013-08-06
4
-0
/
+31
|
*
Simplify vector lane handling math a bit. No functional change intended.
Craig Topper
2013-08-06
1
-22
/
+16
|
*
Simplify math a little bit.
Craig Topper
2013-08-06
1
-16
/
+17
|
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
12
-12
/
+14
|
*
Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types.
Craig Topper
2013-08-06
1
-1
/
+1
|
*
Simplify code slightly. No functional change.
Craig Topper
2013-08-06
1
-4
/
+2
|
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-1
/
+1
|
*
R600: Implement TargetLowering::getVectorIdxTy()
Tom Stellard
2013-08-05
3
-5
/
+14
|
*
Silencing an MSVC11 type conversion warning.
Aaron Ballman
2013-08-05
1
-1
/
+1
|
*
[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences
Richard Sandiford
2013-08-05
5
-17
/
+182
|
*
[SystemZ] Add definitions for BRCT and BRCTG
Richard Sandiford
2013-08-05
2
-0
/
+22
|
*
[SystemZ] Use LOAD AND TEST to eliminate comparisons against zero
Richard Sandiford
2013-08-05
3
-1
/
+48
|
*
[SystemZ] Add LOAD AND TEST instructions
Richard Sandiford
2013-08-05
1
-0
/
+13
|
*
[SystemZ] Split out comparison elimination into a separate pass
Richard Sandiford
2013-08-05
5
-270
/
+346
|
*
AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.
Elena Demikhovsky
2013-08-05
4
-0
/
+354
|
*
Add the saving of S2. This is needed for some of the floating point
Reed Kotler
2013-08-04
2
-6
/
+10
|
*
X86: Turn fp selects into mask operations.
Benjamin Kramer
2013-08-04
5
-70
/
+91
|
*
AVX-512 set: added VEXTRACTPS instruction
Elena Demikhovsky
2013-08-04
2
-6
/
+15
|
*
X86: correct tail return address calculation
Tim Northover
2013-08-04
2
-4
/
+6
|
*
Clean up code for Mips16 large frame handling.
Reed Kotler
2013-08-04
6
-35
/
+138
|
*
PPCAsmParser: Stop leaking names.
Benjamin Kramer
2013-08-03
1
-10
/
+31
|
*
ARMAsmParser: Plug a leak.
Benjamin Kramer
2013-08-03
1
-3
/
+11
|
*
Stop leaking register infos in the disassemblers.
Benjamin Kramer
2013-08-03
2
-4
/
+4
|
*
Fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-03
1
-1
/
+18
|
*
Add a missing 'return' statement.
Joey Gouly
2013-08-02
1
-0
/
+1
|
*
[mips] Expand vector truncating stores and extending loads.
Akira Hatanaka
2013-08-02
1
-0
/
+14
|
*
[ARMv8] Add an assembler warning for the deprecated 'setend' instruction.
Joey Gouly
2013-08-02
1
-0
/
+12
[next]