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
2012-01-12
Fix the code that was WRONG.
Bill Wendling
2012-01-12
Added FPOW, FEXP, FLOG to PromoteNode so that custom actions can be set to Pr...
Pete Cooper
2012-01-12
Fixed a bug in LowerVECTOR_SHUFFLE caused assertion failure
Elena Demikhovsky
2012-01-12
When hoisting common code, watch out for uses which are marked "kill". If the
Evan Cheng
2012-01-12
Support segmented stacks on 64-bit FreeBSD.
Rafael Espindola
2012-01-12
Support segmented stacks on win32.
Rafael Espindola
2012-01-12
Allow targets to select source order pre-RA scheduler.
Evan Cheng
2012-01-12
Rename X86ATTAsmParser -> X86AsmParser
Devang Patel
2012-01-12
Make SplitAnalysis::UseSlots private.
Jakob Stoklund Olesen
2012-01-12
After Jakob's r147938 exception handling on i386 was completely broken.
Benjamin Kramer
2012-01-12
Fix a bug in the AVX 256-bit shuffle code in cases where the splat element is...
Nadav Rotem
2012-01-12
X86: Generalize the x << (y & const) optimization to also catch masks with mo...
Benjamin Kramer
2012-01-12
Add predicate method check match memory operand size, if available.
Devang Patel
2012-01-12
A DenseMap of a std::map isn't a very good idea because the "grow()" method will
Bill Wendling
2012-01-12
Add intel style operand parser skeleton.
Devang Patel
2012-01-12
Switch all of the uses of my InsertDAGNode helper to follow the exact
Chandler Carruth
2012-01-11
Revert r147978. A DenseMap's iterators may become invalidated here.
Bill Wendling
2012-01-11
Make data structures private.
Jakob Stoklund Olesen
2012-01-11
Use a DenseMap.
Bill Wendling
2012-01-11
Sink spillInterferences into RABasic.
Jakob Stoklund Olesen
2012-01-11
Cleanup.
Jakob Stoklund Olesen
2012-01-11
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen
2012-01-11
Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe...
Eli Friedman
2012-01-11
Fix assert.
Eric Christopher
2012-01-11
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-11
On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...
Nadav Rotem
2012-01-11
Support segmented stacks on mac.
Rafael Espindola
2012-01-11
Generate the segmented stack prologue for fastcc too.
Rafael Espindola
2012-01-11
Revert r147945 which disabled an addressing mode transformation. I had
Chandler Carruth
2012-01-11
Use unsigned comparison in segmented stack prologue.
Rafael Espindola
2012-01-11
[asan] extend the workaround for http://llvm.org/bugs/show_bug.cgi?id=11395: ...
Kostya Serebryany
2012-01-11
Explicitly set the scale to 1 on some segstack prologue instrs.
Rafael Espindola
2012-01-11
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-11
Add XOP Intrinsics and tests
Jan Sjödin
2012-01-11
Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...
Nadav Rotem
2012-01-11
Don't try to create a GEP when the pointee type is unsized (such GEPs
Duncan Sands
2012-01-11
Disable the transformation I added in r147936 to see if it fixes some
Chandler Carruth
2012-01-11
Hoist a really redundant code pattern into a helper function, and delete
Chandler Carruth
2012-01-11
Simplify the AND-rooted mask+shift checking code to match that of the
Chandler Carruth
2012-01-11
Unify the interface of the three mask+shift transform helpers, and
Chandler Carruth
2012-01-11
Clarify and make explicit some of the requirements for transforming
Chandler Carruth
2012-01-11
Fix undefined code and reenable test case.
Jakob Stoklund Olesen
2012-01-11
Hoist the logic to transform shift+mask combinations into sub-register
Chandler Carruth
2012-01-11
Teach the X86 instruction selection to do some heroic transforms to
Chandler Carruth
2012-01-11
Improved compile time:
Stepan Dyatkovskiy
2012-01-11
Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...
Andrew Trick
2012-01-11
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
Add the skeleton of an asm parser for mips.
Rafael Espindola
2012-01-11
ARM Ld/St Optimizer fix.
Andrew Trick
2012-01-11
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
[next]