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
2013-01-27
s/AttrList/pImpl/g in AttributeSet. No functionality change.
Bill Wendling
2013-01-27
Start using more of the AttrNode in the AttributeSetImpl class.
Bill Wendling
2013-01-27
Legalizer: Reword comment again, per Duncan's suggestion.
Benjamin Kramer
2013-01-27
[XCore] Add missing 1r instructions.
Richard Osborne
2013-01-27
[XCore] Add missing 0r instructions.
Richard Osborne
2013-01-27
BBVectorize: Better use of TTI->getShuffleCost
Hal Finkel
2013-01-27
Legalizer: Add an assert and tweak a comment to clarify the assumptions this ...
Benjamin Kramer
2013-01-27
In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the ...
Bill Wendling
2013-01-27
When the legalizer is splitting vector shifts, the result may not have the ri...
Benjamin Kramer
2013-01-27
Fix miscompile. Add back the use of the ArrayRef version of the ::get method.
Bill Wendling
2013-01-27
Remove dead methods.
Bill Wendling
2013-01-27
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-27
Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.
Michael Gottesman
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
Use the AttributeSet instead of AttributeWithIndex object.
Bill Wendling
2013-01-26
BBVectorize: Add a additional comment about the cost computation
Hal Finkel
2013-01-26
BBVectorize: Fix anomalous capital letter in comment
Hal Finkel
2013-01-26
X86: Decode PALIGN operands so I don't have to do it in my head.
Benjamin Kramer
2013-01-26
X86: Do splat promotion later, so the optimizer can chew on it first.
Benjamin Kramer
2013-01-26
fix use of std::std. it's ordered set.
Reed Kotler
2013-01-26
DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?
NAKAMURA Takumi
2013-01-26
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-26
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-25
Remove unused variables, silences -Wunused-variable
Dmitri Gribenko
2013-01-25
Remove dead method.
Bill Wendling
2013-01-25
Remove some introspection functions.
Bill Wendling
2013-01-25
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-25
Fix a warning in the new DWARFheader. Add a new line at the end of the file.
Nadav Rotem
2013-01-25
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-25
Add instruction encodings / disassembly support for l4r instructions.
Richard Osborne
2013-01-25
LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...
Nadav Rotem
2013-01-25
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
Use const reference instead of vector copying.
Jakub Staszak
2013-01-25
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
Use the correct format in the STW / SETPSC instruction names.
Richard Osborne
2013-01-25
Fix order of operands for crc8_l4r
Richard Osborne
2013-01-25
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2013-01-25
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-25
Add instruction encodings / disassembly support for l5r instructions.
Richard Osborne
2013-01-25
Fix order of operands for l5r instructions.
Richard Osborne
2013-01-25
Use correct mnemonic / instruction name for ldivu.
Richard Osborne
2013-01-25
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-01-25
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-25
LoopVectorizer: Refactor more code to use the IRBuilder.
Nadav Rotem
2013-01-25
Refactor some code to use the IRBuilder.
Nadav Rotem
[prev]
[next]