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
Commit message (
Expand
)
Author
Age
Files
Lines
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
40
-188
/
+16
*
If dom tree information is available, make it possible to pass
Duncan Sands
2010-11-14
4
-8
/
+10
*
move PPCAsmPrinter into the main PPC library, like ARM and X86.
Chris Lattner
2010-11-14
5
-22
/
+2
*
fix cmake
Chris Lattner
2010-11-14
1
-1
/
+0
*
remove JIT support from the Alpha backend. The JIT will be moving to MC,
Chris Lattner
2010-11-14
8
-604
/
+2
*
random acts of tidiness.
Chris Lattner
2010-11-14
1
-10
/
+5
*
Teach InstructionSimplify about phi nodes. I chose to have it simply
Duncan Sands
2010-11-14
2
-2
/
+5
*
Boost the power of phi node constant folding slightly: if all
Duncan Sands
2010-11-14
1
-12
/
+18
*
Strip trailing whitespace.
Duncan Sands
2010-11-14
1
-50
/
+49
*
Second attempt at providing correct encodings for Thumb2 binary operators.
Owen Anderson
2010-11-14
1
-51
/
+105
*
Handle a peculiar comdat case: Creating a section with an undefined
Rafael Espindola
2010-11-14
2
-29
/
+55
*
Simplify getSymbolIndexInSymbolTable by setting the actual index of
Rafael Espindola
2010-11-14
1
-11
/
+6
*
Fix warning.
Rafael Espindola
2010-11-14
1
-0
/
+4
*
Recognise 32-bit ror-based bswap implementation used by uclibc
Peter Collingbourne
2010-11-13
1
-0
/
+29
*
Support ; as asm separator
Peter Collingbourne
2010-11-13
1
-1
/
+1
*
Generalize the reassociation transform in SimplifyCommutative (now renamed to
Duncan Sands
2010-11-13
5
-46
/
+128
*
Fix typo pointed out by Trevor Harmon.
Duncan Sands
2010-11-13
1
-1
/
+1
*
Comment out the defms until they're activated.
Bill Wendling
2010-11-13
3
-3
/
+7
*
Add uses of the *_ldst_multi multiclasses. These aren't used yet.
Bill Wendling
2010-11-13
4
-0
/
+48
*
Convert the modes to lower case.
Bill Wendling
2010-11-13
4
-22
/
+22
*
Minor cleanups:
Bill Wendling
2010-11-13
2
-11
/
+14
*
Add *_ldst_mult multiclasses to the ARM back-end. These will be used in the
Bill Wendling
2010-11-13
5
-0
/
+229
*
MC: Simplify Mach-O and ELF object writer implementations.
Daniel Dunbar
2010-11-13
5
-220
/
+123
*
Fixed error and re-enabled MBlaze MC disassembler tests.
Wesley Peck
2010-11-13
1
-0
/
+3
*
Conditional moves are slightly more expensive than moves.
Evan Cheng
2010-11-13
6
-10
/
+11
*
Fix warning and add support for printing gnu_unique_object.
Rafael Espindola
2010-11-13
1
-0
/
+2
*
Parse and record the gnu_unique_object type.
Rafael Espindola
2010-11-13
2
-0
/
+2
*
Parse and remember discriminators in .loc line. I try to output them with
Rafael Espindola
2010-11-13
2
-2
/
+8
*
JIT: More nitty style tweakage, aka territory marking.
Daniel Dunbar
2010-11-13
1
-192
/
+140
*
report_fatal_error: Simplify a possible ambiguity.
Daniel Dunbar
2010-11-13
1
-0
/
+4
*
1. Adding test cases for MBlaze MC disassembler.
Wesley Peck
2010-11-13
3
-14
/
+87
*
Add conditional move of large immediate.
Evan Cheng
2010-11-13
4
-18
/
+47
*
Swap multiclass operand order for consistency with other patterns.
Jim Grosbach
2010-11-13
1
-3
/
+3
*
Continue ARM indexed load refactoring. Multiclass for LDR{B} pre/post indexed
Jim Grosbach
2010-11-13
1
-18
/
+12
*
Fix the encoding of negative line deltas.
Rafael Espindola
2010-11-13
1
-1
/
+1
*
Fix some more 80-col violas.
Daniel Dunbar
2010-11-13
1
-4
/
+11
*
Fix 80-col violation / non-sensicalness.
Daniel Dunbar
2010-11-13
1
-3
/
+3
*
More ARM load/store indexed refactoring. Also fix an incorrect IndexMode
Jim Grosbach
2010-11-13
2
-75
/
+54
*
Revert r118917, which is implicated in the llvm-gcc-i386-linux-selfhost failure.
Dan Gohman
2010-11-13
1
-5
/
+5
*
Fix an obvious typo which inverted an immediate.
Evan Cheng
2010-11-13
1
-1
/
+1
*
1. Adding missing immediate mode asm parser test cases.
Wesley Peck
2010-11-13
1
-2
/
+2
*
Temporarily revert this.
Eric Christopher
2010-11-12
1
-5
/
+4
*
For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w...
Evan Cheng
2010-11-12
3
-15
/
+11
*
Fixing improperly encoded reverse subtract instructions in MBlaze backend.
Wesley Peck
2010-11-12
2
-9
/
+8
*
Revert r118939 while I work out why it broke some buildbots.
Owen Anderson
2010-11-12
1
-65
/
+52
*
1. Finishing MBlaze MC asm parser test cases
Wesley Peck
2010-11-12
11
-170
/
+222
*
Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...
Devang Patel
2010-11-12
2
-40
/
+9
*
Attemt to provide correct encodings for Thumb2 binary operators.
Owen Anderson
2010-11-12
1
-52
/
+65
*
Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...
Evan Cheng
2010-11-12
5
-72
/
+34
*
Make this happen for ARM like x86. Don't entirely bail out when
Eric Christopher
2010-11-12
1
-4
/
+5
[next]