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-10-04
Enable -schedmodel, but prefer itineraries until we have more benchmark data.
Andrew Trick
2012-10-03
Fix PR13967.
Jakub Staszak
2012-10-03
Clean up tailing whitespaces
Michael Liao
2012-10-03
[ms-inline asm] Add support in the X86AsmPrinter for printing memory references
Chad Rosier
2012-10-03
This patch moves from using a hard coded number (4)
Jack Carter
2012-10-03
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
Update to use the predicate methods to query if an attribute exists.
Bill Wendling
2012-10-03
Fix a cycle in the DAG. In this code we replace multiple loads with a single ...
Nadav Rotem
2012-10-03
Typos.
Chad Rosier
2012-10-03
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-03
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
Tim Northover
2012-10-03
This Patch corrects a problem whereby the optimization to use a faster divide
Preston Gurd
2012-10-03
A DAGCombine optimization for mergeing consecutive stores to memory. The opti...
Nadav Rotem
2012-10-03
Set up MCSchedModel after detecting the CPU type in X86SubTarget.
Preston Gurd
2012-10-03
tsan: prepare for migration to new memory_order enum values (ABI compatible)
Dmitry Vyukov
2012-10-03
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
Fix an issue where we failed to adjust the alignment constraint on
Chandler Carruth
2012-10-03
Try to use a better set of abstractions for computing the alignment
Chandler Carruth
2012-10-03
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
Fix doxygen comment to match function name.
Craig Topper
2012-10-03
Remove unused function that used to get itineraries from SubTargetFeatures. T...
Craig Topper
2012-10-03
Fix 80-column violation
Craig Topper
2012-10-03
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-10-03
Switch the SetVector::remove_if implementation to use partition which
Chandler Carruth
2012-10-02
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
2012-10-02
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-10-02
Teach the new SROA to handle cases where an alloca that has already been
Chandler Carruth
2012-10-02
Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!
Nick Lewycky
2012-10-02
Remove the old coalescer algorithm.
Jakob Stoklund Olesen
2012-10-02
Handle reserved registers more accurately in handleMove().
Jakob Stoklund Olesen
2012-10-02
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
80-col.
Eric Christopher
2012-10-02
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
Use the existing DebugLoc.
Eric Christopher
2012-10-02
Make the location a parameter since we may not want the next one
Eric Christopher
2012-10-02
Remove the SavePoint infrastructure from fast isel, replace
Eric Christopher
2012-10-02
Improve overflow detection in StringRef::getAsUnsignedInteger().
Nick Kledzik
2012-10-02
Fix another crasher in SROA, reported by Joel.
Chandler Carruth
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
Fix a silly coding error on my part. The whole point of the speculator
Chandler Carruth
2012-10-02
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-10-02
Turn the new SROA pass back on. Let's see if it sticks this time. =]
Chandler Carruth
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
[next]