projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolve
[oota-llvm.git]
/
lib
/
2012-10-04
Will Schmidt
- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td...
tree
|
commitdiff
2012-10-04
Jakob Stoklund Olesen
Get MCSchedModel directly from the subtarget.
tree
|
commitdiff
2012-10-04
Jakob Stoklund Olesen
Switch MachineTraceMetrics to the new TargetSchedModel...
tree
|
commitdiff
2012-10-04
Will Schmidt
test commit / whitespace
tree
|
commitdiff
2012-10-04
Benjamin Kramer
SimplifyCFG: Enhance the "remove CFG edge that leads...
tree
|
commitdiff
2012-10-04
Duncan Sands
In my recent change to avoid use of underaligned memory...
tree
|
commitdiff
2012-10-04
Duncan Sands
The alignment of an sret parameter is known: it must...
tree
|
commitdiff
2012-10-04
Benjamin Kramer
Hoist some grossly duplicated code from the COFF/ELF...
tree
|
commitdiff
2012-10-04
Chandler Carruth
Fix PR13969, a mini-phase-ordering issue with the new...
tree
|
commitdiff
2012-10-04
Duncan Sands
The memcpy optimizer was happily doing call slot forwar...
tree
|
commitdiff
2012-10-04
Chandler Carruth
Teach the integer-promotion rewrite strategy to be...
tree
|
commitdiff
2012-10-04
Bill Wendling
Use method to query if there are attributes.
tree
|
commitdiff
2012-10-04
Bill Wendling
Add method to query for NoCapture attribute.
tree
|
commitdiff
2012-10-04
Bill Wendling
Use method to query for NoAlias attribute.
tree
|
commitdiff
2012-10-04
Bill Wendling
Use method to query for attributes.
tree
|
commitdiff
2012-10-04
Bill Wendling
Add method to query for 'NoAlias' attribute on call...
tree
|
commitdiff
2012-10-04
Bill Wendling
Use method to query for attributes.
tree
|
commitdiff
2012-10-04
Bill Wendling
Query for attributes via the correct method call.
tree
|
commitdiff
2012-10-04
Bill Wendling
Use new accessor methods to query for attributes.
tree
|
commitdiff
2012-10-04
Kostya Serebryany
[tsan] add 3 internal flags for fine-grain control...
tree
|
commitdiff
2012-10-04
Craig Topper
Remove template from function that is only used with...
tree
|
commitdiff
2012-10-04
Lang Hames
Fix reg mask slot test, and preserve LiveIntervals...
tree
|
commitdiff
2012-10-04
Jack Carter
Implement methods that enable expansion of load immediate
tree
|
commitdiff
2012-10-04
Jack Carter
This patch is a partial implementation of mips .set...
tree
|
commitdiff
2012-10-04
Sean Silva
tblgen: Whitespace and 80-col cleanup.
tree
|
commitdiff
2012-10-04
Andrew Trick
Enable -schedmodel, but prefer itineraries until we...
tree
|
commitdiff
2012-10-03
Jakub Staszak
Fix PR13967.
tree
|
commitdiff
2012-10-03
Michael Liao
Clean up tailing whitespaces
tree
|
commitdiff
2012-10-03
Chad Rosier
[ms-inline asm] Add support in the X86AsmPrinter for...
tree
|
commitdiff
2012-10-03
Jack Carter
This patch moves from using a hard coded number (4)
tree
|
commitdiff
2012-10-03
Sean Silva
tblgen: Remove last traces of old TableGenMain API.
tree
|
commitdiff
2012-10-03
Sean Silva
tblgen: Put new TableGenMain API in place.
tree
|
commitdiff
2012-10-03
Bill Wendling
Update to use the predicate methods to query if an...
tree
|
commitdiff
2012-10-03
Nadav Rotem
Fix a cycle in the DAG. In this code we replace multipl...
tree
|
commitdiff
2012-10-03
Chad Rosier
Typos.
tree
|
commitdiff
2012-10-03
Bill Wendling
Add methods which query for the specific attribute...
tree
|
commitdiff
2012-10-03
Tim Northover
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
tree
|
commitdiff
2012-10-03
Preston Gurd
This Patch corrects a problem whereby the optimization...
tree
|
commitdiff
2012-10-03
Nadav Rotem
A DAGCombine optimization for mergeing consecutive...
tree
|
commitdiff
2012-10-03
Preston Gurd
Set up MCSchedModel after detecting the CPU type in...
tree
|
commitdiff
2012-10-03
Dmitry Vyukov
tsan: prepare for migration to new memory_order enum...
tree
|
commitdiff
2012-10-03
Silviu Baranga
Fixed a bug in the ExecutionDependencyFix pass that...
tree
|
commitdiff
2012-10-03
Chandler Carruth
Fix an issue where we failed to adjust the alignment...
tree
|
commitdiff
2012-10-03
Chandler Carruth
Try to use a better set of abstractions for computing...
tree
|
commitdiff
2012-10-03
Eric Christopher
Revert 165051-165049 while looking into the foreach...
tree
|
commitdiff
2012-10-03
Craig Topper
Fix doxygen comment to match function name.
tree
|
commitdiff
2012-10-03
Craig Topper
Remove unused function that used to get itineraries...
tree
|
commitdiff
2012-10-03
Craig Topper
Fix 80-column violation
tree
|
commitdiff
2012-10-03
Jakob Stoklund Olesen
The early if conversion pass is ready to be used as...
tree
|
commitdiff
2012-10-03
Chandler Carruth
Switch the SetVector::remove_if implementation to use...
tree
|
commitdiff
2012-10-02
Evan Cheng
Fix a serious X86 instruction selection bug. In
tree
|
commitdiff
2012-10-02
Eric Christopher
Revert "Don't use a debug location for frame setup...
tree
|
commitdiff
2012-10-02
Chad Rosier
Revert 165057, per Jim's request. This requires furthe...
tree
|
commitdiff
2012-10-02
Jack Carter
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT...
tree
|
commitdiff
2012-10-02
Chandler Carruth
Teach the new SROA to handle cases where an alloca...
tree
|
commitdiff
2012-10-02
Nick Lewycky
Make sure to put our sret argument into %rax on x86...
tree
|
commitdiff
2012-10-02
Jakob Stoklund Olesen
Remove the old coalescer algorithm.
tree
|
commitdiff
2012-10-02
Jakob Stoklund Olesen
Handle reserved registers more accurately in handleMove().
tree
|
commitdiff
2012-10-02
Chad Rosier
[ms-inline asm] Add basic support for wildcard MCParsed...
tree
|
commitdiff
2012-10-02
Jakob Stoklund Olesen
Make sure the whole live range is covered when values...
tree
|
commitdiff
2012-10-02
Eric Christopher
80-col.
tree
|
commitdiff
2012-10-02
Andrew Kaylor
Clean-up of memory buffer and object ownership model...
tree
|
commitdiff
2012-10-02
Eric Christopher
Don't use a debug location for frame setup instructions...
tree
|
commitdiff
2012-10-02
Eric Christopher
Use the existing DebugLoc.
tree
|
commitdiff
2012-10-02
Eric Christopher
Make the location a parameter since we may not want...
tree
|
commitdiff
2012-10-02
Eric Christopher
Remove the SavePoint infrastructure from fast isel...
tree
|
commitdiff
2012-10-02
Nick Kledzik
Improve overflow detection in StringRef::getAsUnsignedI...
tree
|
commitdiff
2012-10-02
Chandler Carruth
Fix another crasher in SROA, reported by Joel.
tree
|
commitdiff
2012-10-02
Andrew Kaylor
Support for generating ELF objects on Windows.
tree
|
commitdiff
2012-10-02
Chandler Carruth
Fix a silly coding error on my part. The whole point...
tree
|
commitdiff
2012-10-02
Duncan Sands
Fix PR13991: legalizing an overflowing multiplication...
tree
|
commitdiff
2012-10-02
Chandler Carruth
Turn the new SROA pass back on. Let's see if it sticks...
tree
|
commitdiff
2012-10-01
Chad Rosier
[ms-inline asm] Add the convertToMapAndConstraints...
tree
|
commitdiff
2012-10-01
Jim Grosbach
MachO: direct-to-object attribute for data-in-code...
tree
|
commitdiff
2012-10-01
Micah Villmow
Add in support for SPIR to LLVM core. This adds a new...
tree
|
commitdiff
2012-10-01
Benjamin Kramer
Provide a shortcut for MCObjectStreamer when emitting...
tree
|
commitdiff
2012-10-01
Chandler Carruth
Make this plural. Spotted by Duncan in review (and...
tree
|
commitdiff
2012-10-01
Chandler Carruth
Prune some unnecessary includes.
tree
|
commitdiff
2012-10-01
Chandler Carruth
Fix several issues with alignment. We weren't always...
tree
|
commitdiff
2012-10-01
Benjamin Kramer
SimplifyCFG: Don't crash when forming a switch bitmap...
tree
|
commitdiff
2012-10-01
Chandler Carruth
Factor the PHI and select speculation into a separate...
tree
|
commitdiff
2012-10-01
Craig Topper
Use constants for all return values in switch. Allows...
tree
|
commitdiff
2012-10-01
Chandler Carruth
Refactor the PartitionUse structure to actually use...
tree
|
commitdiff
2012-09-30
Jakub Staszak
Use dyn_cast instead of isa and cast.
tree
|
commitdiff
2012-09-30
Benjamin Kramer
SimplifyCFG: Enumerating all predecessors of a BB can...
tree
|
commitdiff
2012-09-30
Craig Topper
Change getX86SubSuperRegister to take an MVT::SimpleVal...
tree
|
commitdiff
2012-09-30
Benjamin Kramer
ArgumentPromotion: Remove ancient workaround for a...
tree
|
commitdiff
2012-09-30
Duncan Sands
Ignore apparent buffer overruns on external or weak...
tree
|
commitdiff
2012-09-30
Nadav Rotem
Revert r164910 because it causes failures to several...
tree
|
commitdiff
2012-09-30
Nadav Rotem
A DAGCombine optimization for merging consecutive store...
tree
|
commitdiff
2012-09-29
Bob Wilson
Add LLVM support for Swift.
tree
|
commitdiff
2012-09-29
Bob Wilson
Whitespace.
tree
|
commitdiff
2012-09-29
Benjamin Kramer
Shrink TargetAlignElem a bit, we do a lot of searches...
tree
|
commitdiff
2012-09-29
Chandler Carruth
Fix a somewhat surprising miscompile where code relying...
tree
|
commitdiff
2012-09-29
Duncan Sands
Speculatively revert commit 164885 (nadav) in the hope...
tree
|
commitdiff
2012-09-29
Craig Topper
Tidy up to match coding standards. Remove 'else' after...
tree
|
commitdiff
2012-09-29
Craig Topper
Replace a couple if/elses around similar calls with...
tree
|
commitdiff
2012-09-29
Nadav Rotem
A DAGCombine optimization for merging consecutive store...
tree
|
commitdiff
2012-09-28
Evan Cheng
Do not delete BBs if their addresses are taken. rdar...
tree
|
commitdiff
2012-09-28
Bill Wendling
Don't use bit-wise operations to query for inclusion...
tree
|
commitdiff
next