projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-05-26
Andrew Trick
indvars: incremental fixes for -disable-iv-rewrite...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Jakob Stoklund...
Add a RAGreedy::canEvict function.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Eli Friedman
Rewrite fast-isel integer cast handling to handle more...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Akira Hatanaka
Define WeakRefDirective.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Eli Friedman
PR9998: ashr exact %x, 31 is not equivalent to sdiv...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Devang Patel
Remove unused statistical counter.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Cameron Zwarich
Convert tBX_CALL / tBXr9_CALL to actual pseudoinstructions.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Charles Davis
Add tests for .seh_setframe and .seh_handlerdata parsin...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Eric Christopher
Clean up comment a bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Eric Christopher
Implement the 'm' modifier. Note that it only works...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Akira Hatanaka
Remove MipsTargetLowering::LowerFP_TO_SINT. Patterns...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Akira Hatanaka
Custom-lower FCOPYSIGN nodes.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Eli Friedman
Prepare ARMFastISel::SelectSIToFP for getRegForValue...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Evan Cheng
Simplify r132022 based on Cameron's feedback.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Akira Hatanaka
Update MaxCallFrameSize regardless of the relocation...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Akira Hatanaka
Change initial value of MaxCallFrameSize. MipsFI::getMa...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Akira Hatanaka
Coding style fixes. Added comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Francois Pichet
Remove unused OpcodeMask enumerator.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Francois Pichet
Fix 3 MSVC warnings:
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Francois Pichet
Fix MSVC warning: "is out of range for enum constant"
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Rafael Espindola
Fix some issues Duncan found in the previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Frits van Bommel
Fix warning in the CMake build about redefining LLVM_PA...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Argyrios Kyrtzidis
[tablegen] A couple of changes to ClangDiagnosticEmmitter.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Charles Davis
Add tests for .seh_savereg and .seh_savexmm parsing...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Cameron Zwarich
Restore an accidentally removed comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Cameron Zwarich
Move some code to a more logical place.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Cameron Zwarich
Make tTAILJMPr/tTAILJMPrND emit a tBX without a precedi...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Cameron Zwarich
Change the order of tBX's operands so that the predicat...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Cameron Zwarich
Rename tBX_Rm to tBX.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Cameron Zwarich
Rename the existing tBX/tBXr9 instructions to tBX_CALL...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Andrew Trick
indvars: fixed IV cloning in -disable-iv-rewrite mode...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Charles Davis
Add a test for .seh_pushframe parsing. Fix the bug...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Rafael Espindola
Replace the -unwind-tables option with a per function...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Akira Hatanaka
Fix lowering of DYNAMIC_STACKALLOC nodes.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Charles Davis
Add a test for the .seh_handler directive. Fix problems...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Bruno Cardoso...
Fix PR9762
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Evan Cheng
Forgot dyn_cast check.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Eric Christopher
Implement the arm 'L' asm modifier.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Eric Christopher
Implement the immediate part of the 'B' modifier.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Evan Cheng
Fix LoopUnswitch bug. RewriteLoopBodyWithConditionConst...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Eric Christopher
Add more unimplemented asm modifiers and some documenta...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Eric Christopher
Add support for the arm 'y' asm modifier.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Dan Gohman
Update documentation: -basicaa does chaining these...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Akira Hatanaka
Test case for r132003.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Charles Davis
Test basic SEH directive-parsing functionality. Fix...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Akira Hatanaka
Enable printing of immediates that do not fit in 16...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Eli Friedman
Change condition for determining whether a function...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Charles Davis
Implement the rest of the SEH directive-parsing methods...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Akira Hatanaka
Fix test case.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Akira Hatanaka
Revision 131986 test case.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Akira Hatanaka
Implement byval structure argument passing. The followi...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Eli Friedman
Make instcombine O(N) instead of O(N^2) in code where...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Devang Patel
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Cameron Zwarich
Fix "make check" in Release by removing debug-only...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Dan Gohman
Make DecomposeGEPExpression check SimplifyInstruction...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Charles Davis
Add a method to TargetRegisterInfo to get the register...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Cameron Zwarich
Clean up the lazy initialization of DIBuilder a bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Jakob Stoklund...
Work around code generation bug in Visual Studio 2010.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Cameron Zwarich
Make LoadAndStorePromoter preserve debug info and creat...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Rafael Espindola
Explain FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Rafael Espindola
Fix the defaults for .eh_frame. We were marking it...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Evan Cheng
- Teach SelectionDAG::isKnownNeverZero to return true...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Evan Cheng
Remove dead option.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Andrew Trick
FileCheck-ize a couple of IV unit tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Rafael Espindola
Fix cmake dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Akira Hatanaka
Simplify offset calculation of stack frame objects...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Devang Patel
Fix debug info for blocks' variable.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Andrew Trick
Test case for r130799 - indvars: Added canExpandBackEdg...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Devang Patel
Remove unnecessary comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Akira Hatanaka
Expand f64 FPOW.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Akira Hatanaka
Add pattern for double-to-integer conversion. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Devang Patel
Revert 121907 (it causes llc crash) and apply original...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Akira Hatanaka
Fixes related to coding style.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Dan Gohman
Document llvm.exp and llvm.pow.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Dan Gohman
When checking for signed multiplication overflow, watch...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Jim Grosbach
Propagate error correctly in the MC Asm parser for...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Akira Hatanaka
Fix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Chris Lattner
clarify this, apparently it is confusing :)
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Akira Hatanaka
Change StackDirection from StackGrowsUp to StackGrowsDown.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Devang Patel
Test case for r131908.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Devang Patel
Preserve debug info during iSel by keeping DanglingDebu...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Devang Patel
While replacing all uses of a SDValue with another...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Devang Patel
Clear list of instructions without DebugLoc.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Duncan Sands
The dragonegg option to disable LLVM optimizations...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Charles Davis
Implement .seh_stackalloc and .seh_pushframe parsing.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Chris Lattner
fix a really nasty basicaa mod/ref calculation bug...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Cameron Zwarich
Fix <rdar://problem/9476260> by having tail calls alway...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Chris Lattner
rearrange two transforms, since one subsumes the other...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Chris Lattner
Transform any logical shift of a power of two into...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Bill Wendling
Use a more efficient data structure for the "operand...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Chris Lattner
use the valuetracking isPowerOfTwo function, which...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Chris Lattner
Teach valuetracking that byval arguments with a specifi...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Chris Lattner
add a helper method to get the byval alignment of an...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Chris Lattner
Eliminate some temporary variables, and don't call...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Chris Lattner
add test from PR9164
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Chris Lattner
testcase for PR9378
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Chris Lattner
add a missing alias to make us more bug compatible...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Chris Lattner
document thiscall, PR9101
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Chris Lattner
implement PR9315, constant folding exp2 in terms of...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Renato Golin
RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
commit
|
commitdiff
|
tree
|
snapshot
next