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
*
Compress flags in X86 op folding to reduce space in static tables.
Craig Topper
2012-06-23
1
-16
/
+16
*
Make helper method static since it doesn't use anything in the class.
Craig Topper
2012-06-23
1
-3
/
+3
*
Remove intrinsic specific instructions for 128-bit (V)CVTDQ2PD. Replace with ...
Craig Topper
2012-06-23
2
-26
/
+9
*
Handle aliases to tls variables in all architectures, not just x86.
Rafael Espindola
2012-06-23
2
-8
/
+11
*
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-23
3
-7
/
+21
*
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
2
-2
/
+13
*
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
8
-14
/
+84
*
Whitespace.
Chad Rosier
2012-06-22
1
-8
/
+8
*
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-22
2
-2
/
+2
*
Use "NoItineraries" for processors with no itineraries.
Andrew Trick
2012-06-22
4
-9
/
+2
*
Functions calling __builtin_eh_return must have a frame pointer.
Jakob Stoklund Olesen
2012-06-22
1
-1
/
+1
*
ARM scheduling fix: don't guess at implicit operand latency.
Andrew Trick
2012-06-22
1
-5
/
+9
*
ARM scheduling fix: compute predicated implicit use properly.
Andrew Trick
2012-06-22
1
-3
/
+1
*
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
1
-1
/
+2
*
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-22
4
-42
/
+48
*
1. fix null program output after some other changes
Akira Hatanaka
2012-06-21
3
-9
/
+30
*
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-21
1
-1
/
+6
*
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
1
-1
/
+2
*
Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
Lang Hames
2012-06-21
1
-0
/
+8
*
Revert r158846.
Akira Hatanaka
2012-06-20
2
-128
/
+166
*
In MipsDisassembler.cpp, instead of defining register class tables, use the ones
Akira Hatanaka
2012-06-20
2
-166
/
+128
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
4
-10
/
+106
*
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-20
1
-7
/
+7
*
Add predicate check around some patterns.
Craig Topper
2012-06-20
1
-35
/
+37
*
Add predicate check around some patterns.
Craig Topper
2012-06-20
1
-18
/
+22
*
Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...
Craig Topper
2012-06-20
1
-3
/
+6
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
2
-2
/
+2
*
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
2
-0
/
+19
*
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-19
1
-5
/
+3
*
Mark most PPC register classes to avoid write-after-write.
Hal Finkel
2012-06-19
2
-0
/
+16
*
Make MipsLongBranch::runOnMachineFunction return true.
Akira Hatanaka
2012-06-19
1
-4
/
+4
*
Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator in
Akira Hatanaka
2012-06-19
1
-2
/
+2
*
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-19
6
-25
/
+114
*
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-19
5
-45
/
+19
*
ARM: use NOEN loads and stores if possible when handling struct byval.
Manman Ren
2012-06-18
1
-8
/
+42
*
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-06-18
2
-2
/
+2
*
ARM: Define generic HINT instruction.
Jim Grosbach
2012-06-18
4
-50
/
+46
*
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-18
1
-0
/
+31
*
Temporarily revert r158087.
Chandler Carruth
2012-06-18
3
-93
/
+14
*
Cleanup trip-count finding for PPC CTR loops (and some bug fixes).
Hal Finkel
2012-06-16
1
-86
/
+127
*
*no need to pollute Intel syntax with bonus mnemonics; operand size is explic...
Kay Tiong Khoo
2012-06-16
1
-6
/
+6
*
Mips/AsmParser/CMakeLists.txt: Fix dependency.
NAKAMURA Takumi
2012-06-16
1
-2
/
+1
*
Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,
Kevin Enderby
2012-06-15
2
-21
/
+31
*
ARM: optimization for sub+abs.
Manman Ren
2012-06-15
1
-11
/
+6
*
*fixed to separate mnemonic from operands with tab
Kay Tiong Khoo
2012-06-15
1
-4
/
+4
*
Preserve <undef> flags in ARMExpandPseudo.
Jakob Stoklund Olesen
2012-06-15
1
-5
/
+6
*
Move AVX version of convert instructions that write to GPRs to the Op1 table.
Craig Topper
2012-06-15
1
-9
/
+13
*
Move X86::VCVTTSD2SIrr from the 2 operand to 1 operand MemRegOp table.
Pete Cooper
2012-06-14
1
-1
/
+1
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
18
-91
/
+91
*
1. introduce MipsPat in place of Pat in order to exclude those from
Akira Hatanaka
2012-06-14
4
-204
/
+229
[next]