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-03-26
Updating branches/google/testing to r177703
testing
Alexander Kornienko
2013-03-22
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-22
Remove the empty directory. Silly git-svn.
Chandler Carruth
2013-03-22
Remove the ARM-specific variant of this test. It's already covered by
Chandler Carruth
2013-03-22
Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...
Argyrios Kyrtzidis
2013-03-22
Revert r177543: Add timing of the IR parsing code with a new
Chandler Carruth
2013-03-22
Fix the invalid opcode for Mips branch instructions in the assembler
Jack Carter
2013-03-22
This patch that enables the Mips assembler to use symbols for offset for inst...
Jack Carter
2013-03-21
Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class
Hal Finkel
2013-03-21
Add TableGen ctags(1) emitter and helper script.
Sean Silva
2013-03-21
Always forward 'resume' instructions to the outter landing pad.
Bill Wendling
2013-03-21
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...
Douglas Gregor
2013-03-21
This patch enables the Mips .set directive to define aliases
Jack Carter
2013-03-21
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
Fix Darwin NEON FP and increase coverage
Renato Golin
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-21
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-21
Correct PPC FRAMEADDR lowering using a pseudo-register
Hal Finkel
2013-03-21
Avoid NEON SP-FP unless unsafe-math or Darwin
Renato Golin
2013-03-21
Update some EH tests that were violating the new EH model.
Bill Wendling
2013-03-21
Hoist the definition of getTypeSizeInBits to be inlinable and in the
Chandler Carruth
2013-03-21
[SROA] Prefix names using a custom IRBuilder inserter.
Chandler Carruth
2013-03-21
[msan] Add an option to disable poisoning of shadow for undef values.
Evgeniy Stepanov
2013-03-21
simplify-libcalls: Removed unused variable
Meador Inge
2013-03-21
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-21
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-21
Removing unused DISubprogram::getFile
David Blaikie
2013-03-21
Add a WriteMicrocoded for ancient microcoded instructions.
Jakob Stoklund Olesen
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
Remove 'else' after 'return'.
Jakub Staszak
2013-03-20
[lit] Avoid CRLFs in bash scripts on Windows
Reid Kleckner
2013-03-20
Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...
Justin Holewinski
2013-03-20
Model prefetches and barriers as loads.
Jakob Stoklund Olesen
2013-03-20
Add a catch-all WriteSystem SchedWrite type.
Jakob Stoklund Olesen
2013-03-20
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
Annotate the remaining SSE MOV instructions.
Jakob Stoklund Olesen
2013-03-20
Annotate SSE horizontal and integer instructions.
Jakob Stoklund Olesen
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Correct cost model for vector shift on AVX2
Michael Liao
2013-03-20
Remove trailing spaces.
Jakub Staszak
2013-03-20
Call the new llvm_gcov_init function to register the environment.
Bill Wendling
2013-03-20
minor code style cleanup.
Chris Lattner
2013-03-20
xlC doesn't like Header being both a type and a member variable. Rename the
Rafael Espindola
2013-03-20
Add std prefixes to fix the build with xlc.
Rafael Espindola
[next]