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
/
Target
Age
Commit message (
Expand
)
Author
2009-02-14
Merge r64316 from mainline.
Tanya Lattner
2009-02-14
Merge 64124 frm mainline.
Tanya Lattner
2009-02-04
Merge from mainline.
Tanya Lattner
2009-02-03
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-02-03
Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware has
Dan Gohman
2009-02-02
Only force SSE level if it is not correct.
Torok Edwin
2009-02-02
remove #if 0 code on Bill's request.
Torok Edwin
2009-02-02
Made the common case of default address space directive as non-virtual for pe...
Sanjiv Gupta
2009-02-02
ADD / SUB / SMUL / UMUL with overflow second result top bits must be zero.
Evan Cheng
2009-02-02
Add comment.
Evan Cheng
2009-02-02
Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit...
Evan Cheng
2009-02-01
Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack for
Torok Edwin
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
Fixed the comment. No functionality change.
Sanjiv Gupta
2009-01-30
Use sublw for comparison with literals instead of subwf.
Sanjiv Gupta
2009-01-30
When PerformBuildVectorCombine, avoid creating a X86ISD::VZEXT_LOAD of
Mon P Wang
2009-01-30
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-29
Make x86's BT instruction matching more thorough, and add some
Dan Gohman
2009-01-28
Fixed lowering of v816 shuffles.
Mon P Wang
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 1...
Evan Cheng
2009-01-28
Add shuffle splat pattern for x86 sse shifts.
Mon P Wang
2009-01-28
Suppress a compile time warning.
Evan Cheng
2009-01-27
Treat [1 x i8] zeroinitializer as a C string, placing such stuff into
Anton Korobeynikov
2009-01-27
Reformat the allocation-order arrays to a more conventional style.
Dan Gohman
2009-01-27
Respect the DisableRedZone flag on PowerPC.
Dan Gohman
2009-01-27
Simplify findNonImmUse; return the result using the return value
Dan Gohman
2009-01-27
Implement multiple with overflow by 2 with an add instruction.
Evan Cheng
2009-01-27
Eliminate unnecessary operands-list traversals.
Dan Gohman
2009-01-27
Enable the red zone on x86-64 by default.
Dan Gohman
2009-01-27
Fix the Red Zone calculation for functions with frame pointers.
Dan Gohman
2009-01-26
CellSPU:
Scott Michel
2009-01-26
Make the Dwarf macro information section optional; CellSPU's assembler
Scott Michel
2009-01-26
Implement Red Zone utilization on x86-64. This is currently
Dan Gohman
2009-01-26
Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside cal...
Evan Cheng
2009-01-26
Take the next steps in making SDUse more consistent with LLVM Use, and
Dan Gohman
2009-01-26
Untabify code.
Scott Michel
2009-01-26
CellSPU:
Scott Michel
2009-01-26
Fix a typo
Nate Begeman
2009-01-26
De-identifying per sabre review
Nate Begeman
2009-01-26
Map address space 256 to gs; similar mappings could be supported for the
Nate Begeman
2009-01-26
Support pattern matching various x86 sse shifts.
Nate Begeman
2009-01-25
silence a warning when assertions are disabled.
Chris Lattner
2009-01-25
should have removed the + when manually applying a patch!
Torok Edwin
2009-01-25
revert this patch for now, because Codegen does still want to generate SSE code,
Torok Edwin
2009-01-25
If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ...
Torok Edwin
2009-01-25
Private linkage support for PPC / Darwin.
Evan Cheng
2009-01-24
Fix an indent and a typo.
Nate Begeman
[next]