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
In my recent change to avoid use of underaligned memory I didn't notice that
Duncan Sands
2012-10-04
The alignment of an sret parameter is known: it must be at least the
Duncan Sands
2012-10-04
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
Fix PR13969, a mini-phase-ordering issue with the new SROA pass.
Chandler Carruth
2012-10-04
The memcpy optimizer was happily doing call slot forwarding when the new memory
Duncan Sands
2012-10-04
Teach the integer-promotion rewrite strategy to be endianness aware.
Chandler Carruth
2012-10-04
Use method to query if there are attributes.
Bill Wendling
2012-10-04
Add method to query for NoCapture attribute.
Bill Wendling
2012-10-04
Use method to query for NoAlias attribute.
Bill Wendling
2012-10-04
Use method to query for attributes.
Bill Wendling
2012-10-04
Add method to query for 'NoAlias' attribute on call/invoke instructions.
Bill Wendling
2012-10-04
Use method to query for attributes.
Bill Wendling
2012-10-04
Query for attributes via the correct method call.
Bill Wendling
2012-10-04
Use new accessor methods to query for attributes.
Bill Wendling
2012-10-04
[tsan] add 3 internal flags for fine-grain control of what is instrumented an...
Kostya Serebryany
2012-10-04
Remove template from function that is only used with one type after r165092.
Craig Topper
2012-10-04
Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP
Lang Hames
2012-10-04
Implement methods that enable expansion of load immediate
Jack Carter
2012-10-04
This patch is a partial implementation of mips .set assembler directive. Dire...
Jack Carter
2012-10-04
tblgen: Whitespace and 80-col cleanup.
Sean Silva
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
[prev]
[next]