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
Age
Commit message (
Expand
)
Author
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
simplify this logic now that GlobalAlias::isDeclaration is fixed.
Chris Lattner
2011-07-14
Fix GlobalValue::isDeclaration() to always consider aliases to be definitions.
Chris Lattner
2011-07-14
Check register class matching instead of width of type matching
Eric Christopher
2011-07-14
Reorganize ARM assembler aliases.
Jim Grosbach
2011-07-14
Add LLVMConstNamedStruct to the C api to let its users create constants
Rafael Espindola
2011-07-14
DebugLoc's don't hide any interesting types for TypeFinder to find.
Chris Lattner
2011-07-14
manually copy debugloc over to a new instruction in clone() instead
Chris Lattner
2011-07-14
Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc into
Chris Lattner
2011-07-14
Add 256-bit load/store recognition and matching in several places.
Bruno Cardoso Lopes
2011-07-14
Don't leak operands when putting them into a shift.
Benjamin Kramer
2011-07-14
Update ARM Assembly of LDM/STM.
Jim Grosbach
2011-07-14
The key of a StringMap can contain nul's in it, so having first() return
Chris Lattner
2011-07-14
though it isn't the case here, the key of a StringMap can
Chris Lattner
2011-07-14
add comments.
Chris Lattner
2011-07-14
consolidate GlobalValue::isDeclaration into one
Chris Lattner
2011-07-14
ARM ISB assembly parsing tests.
Jim Grosbach
2011-07-14
code cleanup
Chris Lattner
2011-07-14
ARM ISB instruction assembly parsing.
Jim Grosbach
2011-07-14
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-14
add a couple more missing C api, patch by Vitaly Lugovskiy!
Chris Lattner
2011-07-14
Update XCoreRegisterInfo::eliminateFrameIndex() to handle DBG_VALUE
Richard Osborne
2011-07-14
Simplify some functions in the C API by using an ArrayRef to directly referen...
Frits van Bommel
2011-07-14
[VECTOR-SELECT]
Nadav Rotem
2011-07-14
Add assertion for the chain value type
Nadav Rotem
2011-07-14
Mention all API changes I've made since 2.9 was branched.
Jay Foad
2011-07-14
Add a testcase for r135123.
Eric Christopher
2011-07-14
add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy!
Chris Lattner
2011-07-14
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
Reapply r135121 with a fixed copy constructor.
Jakob Stoklund Olesen
2011-07-14
Simplify.
Devang Patel
2011-07-14
Don't emit a bit test if there is only one case the test can yield false. A s...
Benjamin Kramer
2011-07-14
Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...
Devang Patel
2011-07-14
Add a dag combine pattern for folding C2-(A+C1) -> (C2-C1)-A
Eric Christopher
2011-07-14
Revert r135121 which broke a gcc-4.2 builder.
Jakob Stoklund Olesen
2011-07-14
Count references to interference cache entries.
Jakob Stoklund Olesen
2011-07-14
Fix up assertion in r135018 so it doesn't trigger on 32-bit; when we're in 32...
Eli Friedman
2011-07-14
ARM tests for EOR instruction parsing and encoding.
Jim Grosbach
2011-07-14
Simplify. Compile unit check inside hasValidLocation() did not add any value.
Devang Patel
2011-07-14
Remove duplicate tests.
Jim Grosbach
2011-07-14
ARM Assembler support for DSB instruction.
Jim Grosbach
2011-07-14
Reapply r135074 and r135080 with a fix.
Jakob Stoklund Olesen
2011-07-14
DMB instalias needs the same predicate as the instruction.
Jim Grosbach
2011-07-14
Fix typo in DEBUG message.
Devang Patel
2011-07-14
Add DEBUG messages.
Devang Patel
2011-07-13
ARM Assembler support for DMB instruction.
Jim Grosbach
2011-07-13
Update comments. These are for assembler, too.
Jim Grosbach
2011-07-13
Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...
Owen Anderson
2011-07-13
Add code to handle a "frameless" unwind stack.
Bill Wendling
2011-07-13
ARM Assembler support for DBG instruction.
Jim Grosbach
[next]