projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2009-10-14
Bob Wilson
Fix instruction encoding bits for NEON VPADAL.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Bob Wilson
Remove unused variables to fix build warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Jim Grosbach
Make loop not recalc getNumOperands() each time around
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Devang Patel
Add support to record DbgScope as inlined scope.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Jim Grosbach
quiet compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Dan Gohman
Delete bogus semicolons.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Jim Grosbach
Inst{11-8} for vshl should be 0b0101, not 0b1111.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Eric Christopher
Remove a bunch of unused arguments from functions,...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Nick Lewycky
The ARM and PowerPC jits are broken in this regard.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Duncan Sands
There seems to be no reason for opt's -S option to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Nick Lewycky
Make use of the result of the loads even though that...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Bob Wilson
Set instruction encoding bits 4 and 7 for ARM register...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Bob Wilson
Refactor code to select NEON VST intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Devang Patel
Use isVoidTy()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Bob Wilson
Refactor code to select NEON VLD intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Devang Patel
Add copyMD to copy metadata from one instruction to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Bob Wilson
More refactoring. NEON vst lane intrinsics can share...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Bob Wilson
Refactor code for selecting NEON load lane intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Duncan Sands
I don't see any point in having both eh.selector.i32...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Chris Lattner
make instcombine's instruction sinking more aggressive...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Edward O'Callaghan
Undo pthread patch from rev. 83930 & 83823. Credit...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Evan Cheng
Clear VisitedPHIs after use.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Evan Cheng
Another BasicAA fix. If a value does not alias a GEP...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Edward O'Callaghan
AuroraUX needs special Solaris system header.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Evan Cheng
More code clean up based on patch feedback.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Evan Cheng
Change VisitedPHIs into an instance variable that's...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Evan Cheng
Replace test with a simpler hand crafted one.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Edward O'Callaghan
Provide AuroraUX triple support in configure. Credit...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Dale Johannesen
Use llvmgxx for C++ test.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Dan Gohman
Fix this test to account for a movl $0 being emitted...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Dale Johannesen
Testcases for msasm bit (llvm-gcc 84062).
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Dan Gohman
Make isSafeToClobberEFLAGS more aggressive. Teach it...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
Dan Gohman
This remat entry is basically done. There are hooks...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Add a few README.txt items.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Fix resetCachedCostInfo to reset all of the cost inform...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Kevin Enderby
Correct comment about ARM immediates using '#' not...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
Check void type before using RAUWd.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Bob Wilson
More Neon clean-up: avoid the need for custom-lowering...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Kevin Enderby
More bits of the ARM target assembler for llvm-mc to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Evan Cheng
Teach basic AA about PHI nodes. If all operands of...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dale Johannesen
Documentation for the new msasm flag, which is no
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Bob Wilson
NEON VLD/VST are now fully implemented. For operations...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
Do not check use_empty() before replaceAllUsesWith...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Jeffrey Yasskin
Keep track of stubs that are created. This fixes PR5162...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Douglas Gregor
Add is_same type trait
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Duncan Sands
Introduce new convenience methods for sign extending or
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
Optimizer may remove debug info. This test checks...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Bob Wilson
Revise ARM inline assembly memory operands to require...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dale Johannesen
Add an "msasm" flag to inline asm as suggested in PR...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
These tests now pass.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Sandeep Patel
Fix method name in comment, per Bob Wilson.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Use the new CodeMetrics class to compute code size...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Compute a full cost value even when a setjmp call is...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Split code not specific to Function inlining out into...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
David Goodwin
Add debugging output.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Ted Kremenek
Provide a mode for ImmutableMap/ImmutableSet to not...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Sandeep Patel
Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Ted Kremenek
Update CMake file (lexically order files).
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
Do not write empty METADATA_ATTACHMENT record.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
Remove unnecessary assert.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Benjamin Kramer
Update the other CMake file.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
Parse GEP with attached custom metadata. This happens...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Ted Kremenek
Update CMake file.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Evan Cheng
Refactor some code. No functionality changes.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Commit the removal of this file, which is now moved...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Move the InlineCost code from Transforms/Utils to Analysis.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Start refactoring the inline cost estimation code so...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
change simplifycfg to not duplicate 'unwind' instructio...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
convert to filecheck
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
rename test
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Make LoopUnswitch's cost estimation count Instructions...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
rename ReleaseNotes-2.6.html -> ReleaseNotes.html
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
add Zero
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Jeffrey Yasskin
Make the ExecutionEngine automatically remove global...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
don't use dead loads as tests.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
"there is not any instruction with attached debug info...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Bob Wilson
Add some ARM instruction encoding bits.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Bob Wilson
Fix regression introduced by r83894.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
Copy metadata when value is RAUW'd. It is debatable...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
Disable this test for now.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Bob Wilson
Fix a tab. Thanks to Johnny Chen for pointing it out.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Duncan Sands
The eh.exception intrinsic only reads from memory,...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Duncan Sands
Pacify the compiler (signed with unsigned comparison...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Nick Lewycky
Force memory use markers to have a ConstantInt for...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Nick Lewycky
Teach BasicAA a little something about the atomic intri...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Nick Lewycky
Add new "memory use marker" intrinsics. These indicate...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Daniel Dunbar
Fix a -Asserts warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
remove dead header.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
remove notcast, it is now dead!
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Chris Lattner
remove two old and nearly useless tests.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Devang Patel
XFAIL these tests for now.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Dan Gohman
Add a ceilLogBase2 function to APInt.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Victor Hernandez
Memory dependence analysis was incorrectly stopping...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-13
Edward O'Callaghan
Regenerate configure for rev. 83823 putback.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-12
Devang Patel
Enable "debug info attached to an instruction" mode.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-12
Devang Patel
Find enclosing subprogram info.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-12
Devang Patel
Set default location for a function if it is not set.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-12
Kevin Enderby
Fix two warnings about unused variables that are only...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-12
Bob Wilson
Delete a comment that makes no sense to me. The statem...
commit
|
commitdiff
|
tree
|
snapshot
next