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-04-24
LoopVectorizer: Bail out if we don't have datalayout we need it
Arnold Schwaighofer
2013-04-24
Revert r180189.
Rafael Espindola
2013-04-24
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
Register Coalescing: add a flag to disable rescheduling.
Andrew Trick
2013-04-24
MI Sched: regpressure tracing.
Andrew Trick
2013-04-24
Formatting fixes.
Rafael Espindola
2013-04-24
Use a pointer as the relocation iterator.
Rafael Espindola
2013-04-24
Formatting.
Eric Christopher
2013-04-24
Align the __LD,__compact_unwind section.
Bill Wendling
2013-04-23
Fix dependency layering issues caused by r180112.
Eric Christopher
2013-04-23
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.
Jyotsna Verma
2013-04-23
Hexagon: Define relations for GP-relative instructions.
Jyotsna Verma
2013-04-23
Make sure the instruction right after an inlined function has a
Adrian Prantl
2013-04-23
Add more tests for r179925 to verify correct handling of signext/zeroext; str...
Stephen Lin
2013-04-23
Lowercase "is" boolean variable prefix for consistency within function, no fu...
Stephen Lin
2013-04-23
Hexagon: Remove assembler mapped instruction definitions.
Jyotsna Verma
2013-04-23
Change commentary for PowerPC Boolean vector contents.
Bill Schmidt
2013-04-23
[mips] Compare splat value with element size instead of calling isUIntN.
Akira Hatanaka
2013-04-23
DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...
Owen Anderson
2013-04-23
Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...
Aaron Ballman
2013-04-23
R600: Use .AMDGPU.config section to emit stacksize
Vincent Lejeune
2013-04-23
R600: Add CF_END
Vincent Lejeune
2013-04-23
LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...
Nadav Rotem
2013-04-23
Hexagon: Remove duplicate instructions to handle global/immediate values
Jyotsna Verma
2013-04-23
Call the potentially costly isAnnotatedParallel() only once.
Pekka Jaaskelainen
2013-04-23
Add some constraints to use of 'returned':
Stephen Lin
2013-04-23
Wrap.h: Define wrap / unwrap function for ExecutionEngine
Tom Stellard
2013-04-23
Fixup for r180094: properly use MSan interface functions
Alexey Samsonov
2013-04-23
Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.
Carlo Kok
2013-04-23
Tell MSan that memory initialized by libz is valid
Alexey Samsonov
2013-04-23
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
2013-04-23
Add llvm_unreachable after fully covered switch to pacify GCC
Hans Wennborg
2013-04-23
Add more guards around zlib-dependent code
Alexey Samsonov
2013-04-23
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-23
Refuse to (even try to) vectorize loops which have uniform writes,
Pekka Jaaskelainen
2013-04-23
AArch64: remove unnecessary check that RS is valid
Tim Northover
2013-04-22
Struct-path aware TBAA: update getMostGenericTBAA
Manman Ren
2013-04-22
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
[ms-inline asm] Removed this unnecessary check. In the current implementation,
Chad Rosier
2013-04-22
[ms-inline asm] Get the OpDecl and remove a redundant lookup.
Chad Rosier
2013-04-22
[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn
Chad Rosier
2013-04-22
Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbol
Eli Bendersky
2013-04-22
Changed back (relative to commit 179786) the operations executed when extract...
Anat Shemer
2013-04-22
Fix unused variable warning.
Chad Rosier
2013-04-22
80 columns.
Akira Hatanaka
2013-04-22
[mips] In performDSPShiftCombine, check that all elements in the vector are
Akira Hatanaka
2013-04-22
[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This is
Chad Rosier
2013-04-22
[Support] Fix argv string escape bug on Windows
Reid Kleckner
[prev]
[next]