index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Print InlinedAt location.
Devang Patel
2010-06-29
Add another bswap idiom that isn't matched.
Eric Christopher
2010-06-29
Move SSE2 Packed Integer instructions around, and create specific sections fo...
Bruno Cardoso Lopes
2010-06-29
Print InlinedAt location.
Devang Patel
2010-06-29
Add AVX Move Aligned/Unaligned packed integers
Bruno Cardoso Lopes
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
Add AVX ld/st XCSR register.
Bruno Cardoso Lopes
2010-06-29
Do not hardcode DW_AT_stmt_list value.
Devang Patel
2010-06-29
Add support for encoding VDUP (ARM core register) instructions.
Bob Wilson
2010-06-29
Fix the handling of partial redefines in the fast register allocator.
Jakob Stoklund Olesen
2010-06-29
Fix a register scavenger crash when dealing with undefined subregs.
Bob Wilson
2010-06-29
Add AVX non-temporal stores
Bruno Cardoso Lopes
2010-06-29
Fix whitespace style.
Dan Gohman
2010-06-29
Move non-temporal movs to their own section
Bruno Cardoso Lopes
2010-06-29
Add support for encoding NEON VMOV (from core register to scalar) instructions.
Bob Wilson
2010-06-29
Add sqrt, rsqrt and rcp AVX instructions
Bruno Cardoso Lopes
2010-06-29
skip dbg_value instructions
Jim Grosbach
2010-06-29
The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to add
Bob Wilson
2010-06-29
use ArgOperand API
Gabor Greif
2010-06-29
Return Changed. This required setting Changed if dbg metadata
Duncan Sands
2010-06-29
It seems clear that this should return Changed.
Duncan Sands
2010-06-29
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-29
getMachineBasicBlockAddress returns a uintptr_t - don't truncate
Duncan Sands
2010-06-29
The variable ValueSize is set to 1 on both code paths, and then
Duncan Sands
2010-06-29
The variable "Value" is carefully set to Layout.getSymbolAddress,
Duncan Sands
2010-06-29
Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.
Duncan Sands
2010-06-29
Remove pointless variable LastDef.
Duncan Sands
2010-06-29
Remove unused variable Loc and pointless variables unified_syntax
Duncan Sands
2010-06-29
use ArgOperand APIs
Gabor Greif
2010-06-29
Remove an unused and a pointless variable.
Duncan Sands
2010-06-29
Remove pointless and unused variables.
Duncan Sands
2010-06-29
encode operand initializations (at fixed index)
Gabor Greif
2010-06-29
Remove a pointless variable.
Duncan Sands
2010-06-29
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-29
Use a more obvious way to avoid compiling functions which are only used when ...
Benjamin Kramer
2010-06-29
Jump through some silly hoops to make GCC accept that a function may not always
Chandler Carruth
2010-06-29
PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas.
Evan Cheng
2010-06-29
Change if-cvt options to something that actually as useable.
Evan Cheng
2010-06-29
When processing loops for scheduling latencies (used for live outs on loop
Jim Grosbach
2010-06-29
Just as its not safe to blindly transfer the nsw bit from an add
Dan Gohman
2010-06-29
Refactoring of arithmetic instruction classes with unary operator
Bruno Cardoso Lopes
2010-06-29
When no memoperands are present, assume unaligned, volatile.
Jakob Stoklund Olesen
2010-06-29
Reapply my if-conversion cleanup from svn r106939 with fixes.
Bob Wilson
2010-06-29
Add an Intraprocedural form of BasicAliasAnalysis, which aims to
Dan Gohman
2010-06-29
Described the missing AVX forms of SSE2 convert instructions
Bruno Cardoso Lopes
2010-06-29
Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding is
Bob Wilson
2010-06-28
Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they
Bob Wilson
2010-06-28
Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo instead
Bob Wilson
2010-06-28
Use DW_FORM_addr for DW_AT_entry_pc.
Devang Patel
[next]