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-23
R600: Add a llvm.R600.store.swizzle intrinsics
Tom Stellard
2013-01-23
R600: Simplify stream outputs intrinsic
Tom Stellard
2013-01-23
ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...
Benjamin Kramer
2013-01-23
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-23
Add instruction encodings / disassembly support for l6r instructions.
Richard Osborne
2013-01-23
Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...
Benjamin Kramer
2013-01-23
InstCombine: Clean up weird code that talks about a modulus that's long gone.
Benjamin Kramer
2013-01-23
Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...
Eli Bendersky
2013-01-23
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...
Benjamin Kramer
2013-01-23
Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...
Anton Korobeynikov
2013-01-23
[asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...
Kostya Serebryany
2013-01-23
Initialize the components of this class. Otherwise GCC thinks that Array may be
Duncan Sands
2013-01-23
Add the heuristic to differentiate SSPStrong from SSPRequired.
Bill Wendling
2013-01-23
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
R600: rework handling of the constants
Tom Stellard
2013-01-23
R600: Add a CONST_ADDRESS node to model constant buf read
Tom Stellard
2013-01-23
R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def
Tom Stellard
2013-01-23
Add support for reverse pointer induction variables. These are loops that con...
Nadav Rotem
2013-01-23
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-22
Add instruction encodings / disassembly support for u10 / lu10 instructions.
Richard Osborne
2013-01-22
Fixed typo.
Michael Gottesman
2013-01-22
[ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...
Michael Gottesman
2013-01-22
Fix an issue of pseudo atomic instruction DAG schedule
Michael Liao
2013-01-22
Add a warning when there is a macro defintion that has named parameters but
Kevin Enderby
2013-01-22
[mips] Implement MipsRegisterInfo::getRegPressureLimit.
Akira Hatanaka
2013-01-22
More encapsulation work.
Bill Wendling
2013-01-22
Have the integrated assembler give an error if $1 is used as an identifier in
Kevin Enderby
2013-01-22
[mips] Clean up code in MipsTargetLowering::LowerCall. No functional change
Akira Hatanaka
2013-01-22
X86: Make sure we account for the FMA4 register immediate value, otherwise ri...
Benjamin Kramer
2013-01-22
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
[msan] Export the value of msan-keep-going flag for the runtime.
Evgeniy Stepanov
2013-01-22
[msan] Do not insert check on volatile store.
Evgeniy Stepanov
2013-01-22
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.
Daniel Dunbar
2013-01-22
Add a new method that adds the AttributeSet at the given index. No functional...
Bill Wendling
2013-01-22
Add the attributes that are passed in instead of the ones we're merging into.
Bill Wendling
2013-01-21
Use AttributeSet instead of Attribute to verify things.
Bill Wendling
2013-01-21
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-21
Fix some incorrectly named u10 / lu10 instructions.
Richard Osborne
2013-01-21
Remove unused multiclass.
Richard Osborne
2013-01-21
Add instruction encodings / disassembly support for u6 / lu6 instructions.
Richard Osborne
2013-01-21
Add instruction encoding / disassembly support for ru6 / lru6 instructions.
Richard Osborne
2013-01-21
Use correct format for the LDAWCP instruction (u6).
Richard Osborne
2013-01-21
Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
Chris Lattner
[prev]
[next]