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
*
Implement the immediate part of the 'B' modifier.
Eric Christopher
2011-05-24
2
-1
/
+13
*
Fix LoopUnswitch bug. RewriteLoopBodyWithConditionConstant can delete a dead
Evan Cheng
2011-05-24
1
-13
/
+34
*
Add more unimplemented asm modifiers and some documentation of what they
Eric Christopher
2011-05-24
1
-3
/
+13
*
Add support for the arm 'y' asm modifier.
Eric Christopher
2011-05-24
2
-0
/
+27
*
Update documentation: -basicaa does chaining these days.
Dan Gohman
2011-05-24
1
-3
/
+3
*
Test case for r132003.
Akira Hatanaka
2011-05-24
1
-0
/
+23
*
Test basic SEH directive-parsing functionality. Fix a latent bug exposed by
Charles Davis
2011-05-24
2
-1
/
+20
*
Enable printing of immediates that do not fit in 16-bit. .cprestore can have
Akira Hatanaka
2011-05-24
4
-4
/
+4
*
Change condition for determining whether a function is small for inlining met...
Eli Friedman
2011-05-24
1
-1
/
+1
*
Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.
Charles Davis
2011-05-24
2
-11
/
+121
*
Fix test case.
Akira Hatanaka
2011-05-24
1
-3
/
+3
*
Revision 131986 test case.
Akira Hatanaka
2011-05-24
1
-0
/
+136
*
Implement byval structure argument passing. The following limitations or
Akira Hatanaka
2011-05-24
1
-5
/
+115
*
Make instcombine O(N) instead of O(N^2) in code where the same simplifiable c...
Eli Friedman
2011-05-24
1
-10
/
+11
*
Remove dead code.
Devang Patel
2011-05-24
3
-17
/
+0
*
Fix "make check" in Release by removing debug-only options from an 'opt' invo...
Cameron Zwarich
2011-05-24
1
-2
/
+2
*
Make DecomposeGEPExpression check SimplifyInstruction only
Dan Gohman
2011-05-24
2
-9
/
+37
*
Add a method to TargetRegisterInfo to get the register number that the Win64 EH
Charles Davis
2011-05-24
3
-0
/
+30
*
Clean up the lazy initialization of DIBuilder a bit.
Cameron Zwarich
2011-05-24
4
-13
/
+8
*
Work around code generation bug in Visual Studio 2010.
Jakob Stoklund Olesen
2011-05-24
1
-2
/
+2
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
9
-27
/
+125
*
Explain FIXME.
Rafael Espindola
2011-05-24
1
-4
/
+5
*
Fix the defaults for .eh_frame. We were marking it as writable.
Rafael Espindola
2011-05-24
2
-2
/
+7
*
- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is
Evan Cheng
2011-05-24
3
-12
/
+45
*
Remove dead option.
Evan Cheng
2011-05-24
1
-5
/
+0
*
FileCheck-ize a couple of IV unit tests.
Andrew Trick
2011-05-24
2
-7
/
+13
*
Fix cmake dependencies.
Rafael Espindola
2011-05-24
1
-1
/
+1
*
Simplify offset calculation of stack frame objects for $gp restore location and
Akira Hatanaka
2011-05-24
1
-56
/
+31
*
Fix debug info for blocks' variable.
Devang Patel
2011-05-24
1
-6
/
+21
*
Test case for r130799 - indvars: Added canExpandBackEdgeTakenCount.
Andrew Trick
2011-05-24
1
-1
/
+5
*
Remove unnecessary comment.
Devang Patel
2011-05-23
1
-1
/
+0
*
Expand f64 FPOW.
Akira Hatanaka
2011-05-23
1
-0
/
+1
*
Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.
Akira Hatanaka
2011-05-23
2
-0
/
+9
*
Revert 121907 (it causes llc crash) and apply original patch from PR9817.
Devang Patel
2011-05-23
2
-3
/
+3
*
Fixes related to coding style.
Akira Hatanaka
2011-05-23
1
-36
/
+36
*
Document llvm.exp and llvm.pow.
Dan Gohman
2011-05-23
1
-0
/
+68
*
When checking for signed multiplication overflow, watch out for INT_MIN and -1.
Dan Gohman
2011-05-23
2
-0
/
+20
*
Propagate error correctly in the MC Asm parser for leading '$' expressions.
Jim Grosbach
2011-05-23
1
-1
/
+1
*
Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove functions and variables
Akira Hatanaka
2011-05-23
2
-38
/
+40
*
clarify this, apparently it is confusing :)
Chris Lattner
2011-05-23
1
-1
/
+3
*
Change StackDirection from StackGrowsUp to StackGrowsDown.
Akira Hatanaka
2011-05-23
6
-252
/
+94
*
Test case for r131908.
Devang Patel
2011-05-23
1
-0
/
+102
*
Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en...
Devang Patel
2011-05-23
3
-1
/
+19
*
While replacing all uses of a SDValue with another value, do not forget to tr...
Devang Patel
2011-05-23
2
-0
/
+51
*
Clear list of instructions without DebugLoc.
Devang Patel
2011-05-23
1
-0
/
+1
*
The dragonegg option to disable LLVM optimizations changed.
Duncan Sands
2011-05-23
2
-2
/
+2
*
Implement .seh_stackalloc and .seh_pushframe parsing.
Charles Davis
2011-05-23
1
-4
/
+27
*
fix a really nasty basicaa mod/ref calculation bug that was causing miscompil...
Chris Lattner
2011-05-23
2
-2
/
+22
*
Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...
Cameron Zwarich
2011-05-23
2
-6
/
+11
*
rearrange two transforms, since one subsumes the other. Make the shift-exact...
Chris Lattner
2011-05-23
1
-16
/
+23
[next]