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
*
Don't fast-isel for atomic load/store; some cases require extra handling miss...
Eli Friedman
2011-09-02
4
-0
/
+18
*
Thumb2 parsing and encoding for ASR.
Jim Grosbach
2011-09-02
2
-12
/
+75
*
Better fix for this testcase. Update it to the new EH scheme entirely.
Bill Wendling
2011-09-02
1
-6
/
+7
*
Update for new EH stuff. (I'm not sure if this is 100% correct.)
Bill Wendling
2011-09-02
1
-1
/
+1
*
Test case update for unroll-scev.
Andrew Trick
2011-09-02
2
-8
/
+13
*
Comment and clarifying assert.
Andrew Trick
2011-09-02
2
-2
/
+4
*
No need to get fancy inserting a PHI node when the values are stored in stack
Bill Wendling
2011-09-02
1
-43
/
+15
*
Make RecordVal Name an Init
David Greene
2011-09-02
2
-3
/
+16
*
Change X86 disassembly to print immediates values as signed by default. Special
Kevin Enderby
2011-09-02
3
-1
/
+92
*
Tidy up. Formatting.
Jim Grosbach
2011-09-02
4
-16
/
+18
*
Update comments to reflect reality.
Bill Wendling
2011-09-02
2
-4
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2011-09-02
1
-4
/
+8
*
Thumb2 parsing and encoding for AND (register).
Jim Grosbach
2011-09-02
2
-1
/
+38
*
Simplify by using isFullCopy().
Jakob Stoklund Olesen
2011-09-02
1
-3
/
+1
*
Revert r138826 until PR10834 can be fixed.
Bill Wendling
2011-09-02
1
-1
/
+8
*
Thumb2 parsing and encoding for ADD (register).
Jim Grosbach
2011-09-02
2
-9
/
+30
*
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-02
5
-10
/
+40
*
Fix the disassembly of the X86 "crc32w %ax, %eax" instruction. Bug 10702.
Kevin Enderby
2011-09-02
2
-2
/
+8
*
Tests for Thumb2 AND (immediate) instruction.
Jim Grosbach
2011-09-02
2
-4
/
+12
*
Extra CHECK-NOT to make sure that GVN transform works properly.
Jakub Staszak
2011-09-02
1
-0
/
+1
*
-unroll-scev flag removal
Andrew Trick
2011-09-02
4
-4
/
+4
*
Enable SCEV-based unrolling by default.
Andrew Trick
2011-09-02
1
-3
/
+3
*
Add FIXME. Thumb2 ADR encoding choice is non-trivial.
Jim Grosbach
2011-09-02
1
-0
/
+6
*
Return undef value (instead of arbitrary) for wrong or undef index in
Jakub Staszak
2011-09-02
1
-4
/
+4
*
ConstantVector returns arbitrary value for the wrong index.
Jakub Staszak
2011-09-02
2
-0
/
+33
*
Compare type size instead of type _store_ size to make sure that BitCastInst
Jakub Staszak
2011-09-02
2
-2
/
+19
*
Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.
Kalle Raiskila
2011-09-02
2
-3
/
+14
*
Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr...
Craig Topper
2011-09-02
2
-26
/
+26
*
Perform the upgrading of the old EH to the new EH in a more sane manner.
Bill Wendling
2011-09-02
1
-34
/
+113
*
Update to new EH scheme.
Bill Wendling
2011-09-02
1
-95
/
+34
*
Merge the ARM disassembler header into the implementation file, since it is n...
Owen Anderson
2011-09-01
2
-85
/
+54
*
Fix 80 columns violations.
Owen Anderson
2011-09-01
1
-449
/
+655
*
Revert r131152, r129796, r129761. This code is currently considered
Dan Gohman
2011-09-01
5
-52
/
+56
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
19
-38
/
+80
*
Null-initialize to shut up -Wuninitialized warnings.
Eli Friedman
2011-09-01
1
-1
/
+1
*
Fix apparent build error caused by r138948 on certain versions of GCC with -W...
James Molloy
2011-09-01
2
-21
/
+36
*
Reduce indentation. No functionality change.
Bill Wendling
2011-09-01
1
-17
/
+18
*
Change worklist driven deletion to be an iterative process.
Bill Wendling
2011-09-01
2
-42
/
+12
*
Fix test; sorry for any inconvenience.
Eli Friedman
2011-09-01
1
-2
/
+2
*
Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...
Eli Friedman
2011-09-01
2
-7
/
+22
*
Add missing newline.
Eli Friedman
2011-09-01
1
-1
/
+1
*
Fix the build for us -Werror users.
Nick Lewycky
2011-09-01
2
-37
/
+24
*
Make isSafeToSpeculativelyExecute() return the right answer for some new inst...
Eli Friedman
2011-09-01
1
-0
/
+4
*
XFAIL this test on arm until the backend is fixed.
Benjamin Kramer
2011-09-01
1
-0
/
+3
*
This test depends on cmov being available.
Benjamin Kramer
2011-09-01
1
-1
/
+1
*
Permit remat of partial register defs when it is safe.
Jakob Stoklund Olesen
2011-09-01
2
-5
/
+34
*
ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.
Jim Grosbach
2011-09-01
2
-1
/
+3
*
Fix vbroadcast matching logic to early unmatch if the node doesn't have
Bruno Cardoso Lopes
2011-09-01
2
-1
/
+15
*
Fix up r137380 based on post-commit review by Jim Grosbach.
James Molloy
2011-09-01
4
-615
/
+630
*
t2Bcc is allowed to have a predicate without a preceding IT instruction.
Owen Anderson
2011-09-01
2
-1
/
+8
[next]