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-06-22
Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"
Jakob Stoklund Olesen
2012-06-22
simplify code from previous commits (Thanks Duncan)
Nuno Lopes
2012-06-22
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
Revert commit 158979 (dyatkovskiy) since it is causing several buildbots to
Duncan Sands
2012-06-22
Performance optimizations:
Stepan Dyatkovskiy
2012-06-22
Use "NoItineraries" for processors with no itineraries.
Andrew Trick
2012-06-22
Functions calling __builtin_eh_return must have a frame pointer.
Jakob Stoklund Olesen
2012-06-22
ARM scheduling fix: don't guess at implicit operand latency.
Andrew Trick
2012-06-22
ARM scheduling fix: compute predicated implicit use properly.
Andrew Trick
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-22
fix whitespace in my last commit.
Nuno Lopes
2012-06-22
remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...
Nuno Lopes
2012-06-21
instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...
Nuno Lopes
2012-06-21
Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...
Evan Cheng
2012-06-21
The inline asm operand modifier 'n' is suppose
Jack Carter
2012-06-21
Add support for invoke to the MemoryBuiltin analysid.
Nuno Lopes
2012-06-21
1. fix null program output after some other changes
Akira Hatanaka
2012-06-21
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-21
fix build in C++11 mode.
Nuno Lopes
2012-06-21
Fix potential crash if DAGCombine on stores sees a half type
Pete Cooper
2012-06-21
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
hopefully fix the buildbots: some tests have wrong definitions of malloc and...
Nuno Lopes
2012-06-21
port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...
Nuno Lopes
2012-06-21
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
Add a number of threshold arguments to the SRA pass.
Nadav Rotem
2012-06-21
Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
Lang Hames
2012-06-21
Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and
Evan Cheng
2012-06-21
Update regunits in RegisterCoalescer::reMaterializeTrivialDef.
Jakob Stoklund Olesen
2012-06-20
Remove spurious typedefs.
Jakob Stoklund Olesen
2012-06-20
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
Remove the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-20
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
Convert RAGreedy to LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
Enable register unit liveness by default.
Jakob Stoklund Olesen
2012-06-20
Teach PBQPBuilder::build() about regunit interference.
Jakob Stoklund Olesen
2012-06-20
Avoid iterating with LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-20
Revert r158846.
Akira Hatanaka
2012-06-20
In MipsDisassembler.cpp, instead of defining register class tables, use the ones
Akira Hatanaka
2012-06-20
Remove an "else" that snuck in after a "return" ;)
Kaelyn Uhrain
2012-06-20
Check that a file is not a directory before reading it into a MemoryBuffer.
Kaelyn Uhrain
2012-06-20
Add users of a MERGE_VALUE node to the worklist to process again when the nod...
Pete Cooper
2012-06-20
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-20
replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...
Nuno Lopes
2012-06-20
Delete dead code.
Jakob Stoklund Olesen
[prev]
[next]