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
*
Modify for the new EH scheme.
Bill Wendling
2011-08-17
1
-1
/
+57
*
Revert r137781; I agree with Duncan's comment that the situation in question ...
Eli Friedman
2011-08-17
1
-5
/
+4
*
Add support for half-word unaligned loads and stores.
Akira Hatanaka
2011-08-17
3
-14
/
+31
*
Static fields require an out-of-line definition. Fix DynamicLibrary for real.
Jordy Rose
2011-08-17
1
-0
/
+2
*
Be more careful in the Thumb decoder hooks to avoid walking off the end of th...
Owen Anderson
2011-08-17
1
-8
/
+12
*
Silly mistake from r137777; restore significant isStructTy() checks. While h...
Eli Friedman
2011-08-17
1
-4
/
+19
*
Move pattern matching for EXT and INS to post-legalization DAGCombine per Bru...
Akira Hatanaka
2011-08-17
2
-98
/
+102
*
Allow the MCDisassembler to return a "soft fail" status code, indicating an i...
Owen Anderson
2011-08-17
6
-630
/
+698
*
Introduce matching patterns for vbroadcast AVX instruction. The idea is to
Bruno Cardoso Lopes
2011-08-17
4
-0
/
+66
*
Update comments about vector splat handling in x86
Bruno Cardoso Lopes
2011-08-17
1
-8
/
+7
*
Now that we have a canonical way to handle 256-bit splats:
Bruno Cardoso Lopes
2011-08-17
1
-38
/
+0
*
Add support for ext and ins.
Akira Hatanaka
2011-08-17
4
-1
/
+170
*
Unbork Windows build. Thanks, Francois.
Jordy Rose
2011-08-17
1
-2
/
+2
*
Use DynamicLibrary instances as a way to get symbols from a specific library....
Jordy Rose
2011-08-17
2
-67
/
+109
*
Thumb ADD(immediate) parsing support.
Jim Grosbach
2011-08-16
2
-3
/
+8
*
Separate out Thumb1 instructions that need an S bit operand from those that d...
Owen Anderson
2011-08-16
2
-0
/
+9
*
Extend the undef ^ undef idiom once more. No testcase: I can't figure out ho...
Eli Friedman
2011-08-16
1
-4
/
+5
*
Thumb parsing diagnostics for low-reg requirements on ADD and MOV.
Jim Grosbach
2011-08-16
3
-15
/
+38
*
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
6
-170
/
+218
*
A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop
Eli Friedman
2011-08-16
1
-40
/
+72
*
Add missing exit for 'case'.
Jim Grosbach
2011-08-16
1
-0
/
+1
*
Thumb assembly parsing and encoding for ADD(register) instruction.
Jim Grosbach
2011-08-16
1
-0
/
+9
*
The resume instruction may throw. Return 'true' in this case.
Bill Wendling
2011-08-16
1
-1
/
+1
*
Move some logic into a helper function and expand the commentary.
Jim Grosbach
2011-08-16
1
-13
/
+28
*
Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...
Eli Friedman
2011-08-16
1
-0
/
+7
*
ARM thumb assembly parsing for arithmetic flag setting instructions.
Jim Grosbach
2011-08-16
3
-1
/
+62
*
Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'
Bill Wendling
2011-08-16
5
-24
/
+12
*
Add getFirstInsertionPt() method.
Bill Wendling
2011-08-16
1
-0
/
+6
*
I think there was some confusion about what I meant. :-) Replacing the comment.
Bill Wendling
2011-08-16
1
-1
/
+4
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
3
-6
/
+6
*
Instead of always leaving the work to the generic legalizer when
Bruno Cardoso Lopes
2011-08-16
1
-0
/
+96
*
Remove unnecessary version check.
Devang Patel
2011-08-16
1
-2
/
+1
*
ARM .align NOP padding uses different encoding pre-ARMv6.
Jim Grosbach
2011-08-16
1
-14
/
+37
*
Revert r137562 because it caused PR10674
Nadav Rotem
2011-08-16
1
-7
/
+0
*
Add a mechanism for optimisation plugins to register passes that all front en...
David Chisnall
2011-08-16
1
-0
/
+15
*
A few places where we want to skip the landingpad instruction for insertion.
Bill Wendling
2011-08-16
3
-2
/
+8
*
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-08-16
6
-167
/
+73
*
Define function MipsMCInstLower::LowerOperand.
Akira Hatanaka
2011-08-16
2
-25
/
+29
*
Add parameter Offset to MipsMCInstLower::LowerSymbolOperand.
Akira Hatanaka
2011-08-16
2
-5
/
+5
*
Revert a bit of r137667; the logic in question can safely handle atomic load/...
Eli Friedman
2011-08-16
1
-4
/
+4
*
After talking with Bill, it seems like the LandingPad handling here is likely
Eli Friedman
2011-08-16
1
-4
/
+1
*
Minor comment fixes.
Eli Friedman
2011-08-16
2
-5
/
+7
*
Update SimplifyCFG for atomic operations.
Eli Friedman
2011-08-15
1
-10
/
+26
*
Add comments and test for atomic load/store and mem2reg.
Eli Friedman
2011-08-15
1
-0
/
+4
*
Refactor.
Devang Patel
2011-08-15
2
-49
/
+68
*
Specify a necessary fixed bit for VLD3DUP, and otherwise rearrange the Thumb2...
Owen Anderson
2011-08-15
3
-20
/
+27
*
While I'm here, remove the "_alt" hacks to a series of INSERT_SUBREG and
Bruno Cardoso Lopes
2011-08-15
1
-15
/
+25
*
Reorder declarations of vmovmskp* and also put the necessary AVX
Bruno Cardoso Lopes
2011-08-15
1
-31
/
+35
*
Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...
Devang Patel
2011-08-15
2
-21
/
+24
*
In places where it's using "getFirstNonPHI", skip the landingpad instruction ...
Bill Wendling
2011-08-15
1
-5
/
+8
[next]