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
*
When BasicAA can determine that two pointers have the same base but
Dan Gohman
2011-05-21
3
-2
/
+143
*
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-21
6
-31
/
+23
*
Set the "LastFrameInst" field when streaming a .seh_setframe directive. This
Charles Davis
2011-05-21
1
-0
/
+1
*
Fix PR9962 by properly constraining register classes in RemoveCopyByCommuting...
Cameron Zwarich
2011-05-20
1
-0
/
+4
*
Change the order fixed objects are created in MipsTargetLowering::LowerCall in
Akira Hatanaka
2011-05-20
1
-25
/
+35
*
Fix typo. When will I learn?
Charles Davis
2011-05-20
1
-1
/
+0
*
Add fast-isel support for byval calls on x86.
Eli Friedman
2011-05-20
2
-20
/
+70
*
Add .pdata and .xdata sections to the COFF TLOF implementation.
Charles Davis
2011-05-20
3
-0
/
+27
*
No reason not to allow defining the CFA as a reg w/ offset zero.
Jim Grosbach
2011-05-20
2
-4
/
+0
*
In CC_MipsO32, allocate a stack space regardless of whether the argument is
Akira Hatanaka
2011-05-20
1
-22
/
+25
*
Fix typo.
Jim Grosbach
2011-05-20
1
-1
/
+1
*
Add support for frame info use of the .cfi_def_cfa directive.
Jim Grosbach
2011-05-20
1
-1
/
+2
*
Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.
Jim Grosbach
2011-05-20
1
-1
/
+1
*
Define functions that get/set maximum call frame size.
Akira Hatanaka
2011-05-20
1
-1
/
+6
*
adds some attributes to attribute section when cpu is "xscale"
Rafael Espindola
2011-05-20
2
-0
/
+37
*
fixes target address tBL and tBLX and sets relocation type
Rafael Espindola
2011-05-20
3
-2
/
+50
*
Add asserts in StringRef to make sure we avoid undefined behavior:
Argyrios Kyrtzidis
2011-05-20
1
-7
/
+20
*
Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.
Stuart Hastings
2011-05-20
6
-50
/
+60
*
Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle
Akira Hatanaka
2011-05-20
6
-103
/
+39
*
indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs.
Andrew Trick
2011-05-20
4
-114
/
+373
*
Now that they're implemented, make the Win64 EH MCAsmStreamer methods call
Charles Davis
2011-05-20
1
-0
/
+26
*
Fixed regression due to commit 131709, which disables vararg tail call optimi...
Chad Rosier
2011-05-20
1
-12
/
+24
*
Revert accidental commit.
Evan Cheng
2011-05-20
3
-10
/
+1
*
"Implement" the HandlerData Win64 EH method in the base MCStreamer.
Charles Davis
2011-05-20
1
-2
/
+1
*
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
Benjamin Kramer
2011-05-20
3
-3
/
+3
*
Remove noisy semicolons.
Benjamin Kramer
2011-05-20
3
-8
/
+13
*
Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to pr...
Cameron Zwarich
2011-05-20
2
-0
/
+36
*
indvars: minor cleanup in preparation for sign/zero extend elimination.
Andrew Trick
2011-05-20
1
-18
/
+11
*
Fix bug in which nodes that write to argument registers do not get glued with...
Akira Hatanaka
2011-05-20
2
-16
/
+17
*
Remove code that creates unnecessary frame objects.
Akira Hatanaka
2011-05-20
1
-4
/
+0
*
Define variables and functions in MipsFunctionInfo.
Akira Hatanaka
2011-05-20
1
-1
/
+30
*
Don't attempt to tail call optimize for Win64.
Chad Rosier
2011-05-20
2
-8
/
+9
*
Revert r131664 and fix it in instcombine instead. rdar://9467055
Evan Cheng
2011-05-20
7
-33
/
+31
*
Fix PR9955 by only attaching load memory operands to load instructions and
Cameron Zwarich
2011-05-19
1
-3
/
+37
*
Add fast-isel support for zeroext and signext ret instructions on x86.
Eli Friedman
2011-05-19
2
-5
/
+63
*
Looks like OS X assemblers (including MC) don't like
Rafael Espindola
2011-05-19
2
-1
/
+25
*
Misc code refactorings:
Rafael Espindola
2011-05-19
4
-21
/
+14
*
Oddly people want to use the 'r' constraint for fp constants on x86.
Eric Christopher
2011-05-19
2
-1
/
+13
*
Implement the EndProlog Win64 EH method on the base MCStreamer.
Charles Davis
2011-05-19
2
-5
/
+7
*
Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather than
Cameron Zwarich
2011-05-19
1
-14
/
+48
*
Fix up this test to use explicit triples (Win64 passes a different number of ...
Eli Friedman
2011-05-19
1
-13
/
+26
*
This fixes one divergence between LLVM and binutils for ARM in the
Jason W Kim
2011-05-19
2
-6
/
+9
*
Reapply r131605. This time with a fix, which is to use NoFolder.
Devang Patel
2011-05-19
1
-30
/
+34
*
ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.
Rafael Espindola
2011-05-19
2
-1
/
+9
*
Align i64 arguments to 64 bit boundaries.
Akira Hatanaka
2011-05-19
2
-1
/
+41
*
Implement the Win64 EH prolog instruction methods on the base MCStreamer.
Charles Davis
2011-05-19
4
-45
/
+57
*
Fix up the new StandardPasses to run the same scalarrepl passes as the old one.
Eli Friedman
2011-05-19
1
-4
/
+10
*
crc32 with 64-bit output zeros upper 32-bits. rdar://9467055
Evan Cheng
2011-05-19
2
-0
/
+32
*
Update some currently-disabled code, preparing for eventual use.
Stuart Hastings
2011-05-19
1
-6
/
+7
*
Increase number of available registers when target is MIPS32.
Akira Hatanaka
2011-05-19
2
-3
/
+11
[next]