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
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
llvm/unittests: Use OwningPtr to fix --vg-leak.
NAKAMURA Takumi
2013-01-23
IRTests/WaymarkTest.cpp: Fix in --vg-leak.
NAKAMURA Takumi
2013-01-23
IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...
NAKAMURA Takumi
2013-01-23
IRTests/IRBuilderTest.cpp: Let GV added to the module.
NAKAMURA Takumi
2013-01-23
IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...
NAKAMURA Takumi
2013-01-23
Untabify.
NAKAMURA Takumi
2013-01-23
Whitespace.
NAKAMURA Takumi
2013-01-23
DominatorTreeTest.cpp: Add the file header.
NAKAMURA Takumi
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
docs: Update title of external tutorial.
Sean Silva
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
[Support][ErrorOr] Don't use nullptr :(
Michael J. Spencer
2013-01-23
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-23
[Support][ErrorOr] Add optimized specialization of ErrorOr<void>.
Michael J. Spencer
2013-01-22
Add instruction encodings / disassembly support for u10 / lu10 instructions.
Richard Osborne
2013-01-22
[Support][ErrorOr] Make old gcc happy.
Michael J. Spencer
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
Add forgotten test case for the x32 commit
Eli Bendersky
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
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-22
llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...
Alexey Samsonov
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
Fix truncation of relocation types in Support/ELF.h
Tim Northover
2013-01-22
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ...
NAKAMURA Takumi
2013-01-22
Fix missed out llvm-stress after APFloat change.
Tim Northover
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
SparseMultiSet.h: Add suggested parentheses.
NAKAMURA Takumi
[prev]
[next]