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
*
Fix typo, pointed out by Trevor Harmon.
Duncan Sands
2010-11-03
1
-1
/
+1
*
Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...
Evan Cheng
2010-11-03
12
-56
/
+103
*
Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.
Evan Cheng
2010-11-03
6
-47
/
+111
*
Put the PC encoding in the correct bit position.
Bill Wendling
2010-11-03
1
-1
/
+1
*
Invert these branches by default, it makes assembly comparisons a little
Eric Christopher
2010-11-03
1
-2
/
+2
*
The MC code couldn't handle ARM LDR instructions with negative offsets:
Bill Wendling
2010-11-03
7
-53
/
+160
*
Fix DAGCombiner to avoid going into an infinite loop when it
Dan Gohman
2010-11-03
2
-1
/
+68
*
Remove unused function.
Jim Grosbach
2010-11-03
2
-9
/
+0
*
Remove the no longer used 'Modifier' optional operand to the ARM
Jim Grosbach
2010-11-03
2
-17
/
+8
*
Remove unused function.
Jim Grosbach
2010-11-03
2
-12
/
+0
*
Break ARM addrmode4 (load/store multiple base address) into its constituent
Jim Grosbach
2010-11-03
10
-106
/
+92
*
Two sets of changes. Sorry they are intermingled.
Evan Cheng
2010-11-03
17
-166
/
+297
*
Modify scheduling itineraries to correct instruction latencies (not operand
Evan Cheng
2010-11-03
2
-314
/
+314
*
Factor code out of APInt to form a isUIntN helper function.
Dan Gohman
2010-11-03
2
-1
/
+7
*
fix typo, patch by Trevor Harmon (PR8537)
Chris Lattner
2010-11-03
1
-1
/
+1
*
Print an error as one big string instead of breaking it up.
Dan Gohman
2010-11-03
1
-3
/
+3
*
Delete unused variables.
Dan Gohman
2010-11-03
1
-3
/
+0
*
Remove several unhelpful checks for isValid from sys::Path.
Dan Gohman
2010-11-03
1
-26
/
+4
*
Make sure we're only storing a single bit here.
Eric Christopher
2010-11-02
1
-2
/
+9
*
per a suggestion by Frits van Bommel, mark all MBlaze Pseudo
Chris Lattner
2010-11-02
3
-5
/
+8
*
chase owen.
Chris Lattner
2010-11-02
1
-3
/
+3
*
tweak this to pass.
Chris Lattner
2010-11-02
1
-5
/
+4
*
Revert r118097 to fix buildbots.
Owen Anderson
2010-11-02
2
-203
/
+203
*
temporarily xfail this.
Chris Lattner
2010-11-02
1
-2
/
+3
*
Completely reject instructions that have an operand in their
Chris Lattner
2010-11-02
3
-56
/
+60
*
Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc and
Jakob Stoklund Olesen
2010-11-02
1
-2
/
+2
*
Let the -inline-threshold command line argument take precedence over the
Jakob Stoklund Olesen
2010-11-02
2
-1
/
+4
*
Don't try to enforce MAXPATHLEN in sys::Path for Unix. OS's can check
Dan Gohman
2010-11-02
1
-4
/
+6
*
make MatchableInfo::Validate reject instructions (like LDR_PRE in ARM)
Chris Lattner
2010-11-02
1
-6
/
+31
*
Simplify.
Dan Gohman
2010-11-02
1
-2
/
+1
*
Inline asm mult-alt constraint tests.
John Thompson
2010-11-02
8
-0
/
+2611
*
Fix a copy+pasto.
Dan Gohman
2010-11-02
1
-1
/
+2
*
Avoid manipulating paths in fixed-sized arrays.
Dan Gohman
2010-11-02
1
-10
/
+6
*
rewrite EmitConvertToMCInst to iterate over the MCInst operands,
Chris Lattner
2010-11-02
2
-99
/
+76
*
Obsessive formatting changes. No functionality impact.
Bill Wendling
2010-11-02
1
-31
/
+37
*
Simplify this code.
Dan Gohman
2010-11-02
1
-6
/
+3
*
Omit unused parameter name.
Bill Wendling
2010-11-02
1
-1
/
+1
*
Simplify the EncodeInstruction method now that a lot of the special case stuff
Bill Wendling
2010-11-02
1
-13
/
+6
*
Since these fields are not exactly equivalent to the encoded field, rename th...
Owen Anderson
2010-11-02
2
-203
/
+203
*
Use '\0' instead of 0 for nul character constants.
Dan Gohman
2010-11-02
1
-3
/
+3
*
Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work
Bill Wendling
2010-11-02
6
-57
/
+81
*
Rename encoder methods to match naming convention.
Owen Anderson
2010-11-02
3
-11
/
+8
*
mark a few codegenonly instructions.
Chris Lattner
2010-11-02
2
-3
/
+3
*
appendSuffix: don't append a dot when the suffix is empty.
Mikhail Glushenkov
2010-11-02
4
-25
/
+17
*
Revert r118057, this is better fixed in appendSuffix itself.
Mikhail Glushenkov
2010-11-02
1
-3
/
+1
*
Provide correct encodings for the remaining vst variants that we currently ge...
Owen Anderson
2010-11-02
2
-53
/
+164
*
Eliminate some temporary std::strings.
Dan Gohman
2010-11-02
1
-4
/
+4
*
Tentative encodings for the "single element from one lane" variant of vst1.
Owen Anderson
2010-11-02
1
-14
/
+32
*
merge two large parallel loops in EmitConvertToMCInst, no change
Chris Lattner
2010-11-02
1
-64
/
+40
*
Add correct encodings for basic variants for vst3 and vst4.
Owen Anderson
2010-11-02
2
-37
/
+83
[next]