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
*
Remove unimplemented method. Fixes PR10658.
Rafael Espindola
2011-08-16
1
-10
/
+0
*
cmake/modules/FindBison.cmake: It must be unneeded any more.
NAKAMURA Takumi
2011-08-16
1
-52
/
+0
*
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
7
-168
/
+74
*
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
*
Fix test.
Eli Friedman
2011-08-16
1
-1
/
+1
*
Revert a bit of r137667; the logic in question can safely handle atomic load/...
Eli Friedman
2011-08-16
2
-4
/
+25
*
Migrate this test from llvm/test/FrontendC++/ptr-to-method-devirt.cpp and
Eric Christopher
2011-08-16
1
-0
/
+39
*
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
2
-10
/
+69
*
Add comments and test for atomic load/store and mem2reg.
Eli Friedman
2011-08-15
2
-0
/
+16
*
Refactor.
Devang Patel
2011-08-15
2
-49
/
+68
*
Add a test file for Thumb2 NEON.
Owen Anderson
2011-08-15
1
-0
/
+1586
*
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
2
-31
/
+43
*
Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...
Devang Patel
2011-08-15
2
-21
/
+24
*
Avoid evaluating Neon macro arguments more than once by disabling type checks.
Bob Wilson
2011-08-15
1
-15
/
+8
*
In places where it's using "getFirstNonPHI", skip the landingpad instruction ...
Bill Wendling
2011-08-15
1
-5
/
+8
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
5
-7
/
+30
*
Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.
Devang Patel
2011-08-15
3
-0
/
+11
*
Don't sink the instruction to before a landingpad instruction.
Bill Wendling
2011-08-15
1
-1
/
+1
*
This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...
Devang Patel
2011-08-15
2
-14
/
+14
*
Update inter-procedural optimizations for atomic load/store.
Eli Friedman
2011-08-15
4
-10
/
+16
*
Update instcombine for atomic load/store.
Eli Friedman
2011-08-15
4
-31
/
+54
*
Refactor. Variables are part of compile unit so let CompileUnit create new va...
Devang Patel
2011-08-15
4
-123
/
+129
*
Add some comments here because the lack of a check for volatile/atomic here i...
Eli Friedman
2011-08-15
1
-0
/
+4
*
Fix PR10656. It's only profitable to use 128-bit inserts and extracts
Bruno Cardoso Lopes
2011-08-15
2
-4
/
+26
*
There is no need to maintain a set to keep track of variables that use locati...
Devang Patel
2011-08-15
2
-8
/
+2
*
Fix warning.
Devang Patel
2011-08-15
2
-2
/
+2
*
Add some more comprehensive VFP decoding tests.
Owen Anderson
2011-08-15
1
-0
/
+213
*
Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...
Devang Patel
2011-08-15
2
-55
/
+24
*
Duncan pointed out that the LandingPadInst might read memory. (It might also
Bill Wendling
2011-08-15
3
-6
/
+4
*
Fix llvm::CloneModule to correctly clone globals. Patch per bug report by Si...
Eli Friedman
2011-08-15
1
-14
/
+13
*
Fix predicates methods on Instruction to handle atomic load/store correctly.
Eli Friedman
2011-08-15
1
-7
/
+15
*
Fix this test to avoid leaving a temporary file behind.
Eric Christopher
2011-08-15
1
-1
/
+1
*
Misc analysis passes that need to be aware of atomic load/store.
Eli Friedman
2011-08-15
4
-19
/
+50
*
Move MatchResultTy enum into base class definition.
Jim Grosbach
2011-08-15
2
-7
/
+10
*
Atomic load/store support in LICM.
Eli Friedman
2011-08-15
3
-10
/
+97
*
Enforce the constraint that Rt must be even on LDRD/STRD instructions in ARM ...
Owen Anderson
2011-08-15
2
-33
/
+47
*
Add an ipsccp test. Migrated from test/FrontendC++.
Eric Christopher
2011-08-15
1
-0
/
+26
*
Add a test for Thumb1 LDRSH decoding.
Owen Anderson
2011-08-15
1
-0
/
+3
*
Add testcase for STRH. Patch by James Molloy.
Owen Anderson
2011-08-15
1
-0
/
+3
*
Remove dead classes.
Owen Anderson
2011-08-15
1
-33
/
+0
*
The "landingpad" instruction will never be "trivially" dead.
Bill Wendling
2011-08-15
1
-0
/
+4
*
Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.
Owen Anderson
2011-08-15
3
-6
/
+6
*
Simplify mapping to variable from its abstract variable info.
Devang Patel
2011-08-15
2
-29
/
+18
*
Fix decoding LDRSB and LDRSH in Thumb1 mode. Patch by James Molloy.
Owen Anderson
2011-08-15
2
-6
/
+10
[next]