index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Eliminate narrowing conversion in initializer list, to make C++11 happy
Douglas Gregor
2012-01-30
1
-2
/
+2
*
X86: Simplify shuffle mask generation code.
Benjamin Kramer
2012-01-30
1
-53
/
+34
*
Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...
Alexander Potapenko
2012-01-30
1
-3
/
+15
*
Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps to allow custom code ...
Craig Topper
2012-01-30
1
-4
/
+4
*
Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...
Craig Topper
2012-01-30
3
-10
/
+16
*
fix a major oversight that is breaking some llvm-test tests.
Chris Lattner
2012-01-30
1
-0
/
+1
*
DenseMap::find_as() and unit tests.
Talin
2012-01-30
3
-3
/
+77
*
First step of flipping on ConstantDataSequential: enable ConstantDataVector
Chris Lattner
2012-01-30
1
-7
/
+89
*
when verbose asm is on, print integers in ConstantDataSequentials just
Chris Lattner
2012-01-30
1
-0
/
+3
*
don't lose tail padding on ConstantDataAggregate vec3's.
Chris Lattner
2012-01-30
1
-21
/
+24
*
Fix ConstantFoldShuffleVectorInstruction to properly handle the case
Chris Lattner
2012-01-30
1
-3
/
+5
*
CMake: Promote the testing targets out of folders on IDE.
NAKAMURA Takumi
2012-01-30
1
-1
/
+0
*
CMake: Add the folder "Tablegenning" on llvm-tblgen targets.
NAKAMURA Takumi
2012-01-30
1
-0
/
+1
*
initialize the Next field to null
Chris Lattner
2012-01-30
1
-1
/
+1
*
Move some XOP patterns into instruction definition. Replae VPCMOV intrinsic p...
Craig Topper
2012-01-30
4
-452
/
+252
*
Add bitcode reader and writer support for ConstantDataAggregate, which
Chris Lattner
2012-01-30
4
-3
/
+112
*
Cleanup the organization of some methods in llvm::Triple and provide
Chandler Carruth
2012-01-29
1
-15
/
+19
*
Move Clang's file-level locking facility over to LLVM's support
Douglas Gregor
2012-01-29
3
-0
/
+291
*
Cleanups for EABI standard functions
Anton Korobeynikov
2012-01-29
1
-2
/
+7
*
Use base AAPCS for varargs functions even for AAPCS-VFP CC
Anton Korobeynikov
2012-01-29
1
-1
/
+3
*
Fix some scavenger performance issues.
Jakob Stoklund Olesen
2012-01-29
2
-24
/
+13
*
Avoid creating BitVector temporaries.
Jakob Stoklund Olesen
2012-01-29
1
-7
/
+7
*
Add a BitVector::reset(BitVector&) method.
Jakob Stoklund Olesen
2012-01-29
1
-0
/
+10
*
Fix typo.
Nick Lewycky
2012-01-28
1
-2
/
+2
*
Add a note about a potential optimization for clz/ctz patterns for ARM
Bob Wilson
2012-01-28
1
-0
/
+16
*
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-28
4
-2
/
+14
*
Silence GCC's -Wreturn-type warning.
Benjamin Kramer
2012-01-28
1
-0
/
+3
*
Small improvement to the recursion detection logic from the previous commit.
Rafael Espindola
2012-01-28
2
-1
/
+7
*
Handle recursive variable definitions directly. This gives us better error
Rafael Espindola
2012-01-28
3
-12
/
+28
*
[asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA Takumi
Kostya Serebryany
2012-01-28
1
-1
/
+1
*
Reapply r149159 with a fix to add to a PHI node with a non-null parent.
Bill Wendling
2012-01-28
1
-34
/
+64
*
Remove code that adds live ranges for dead defs. It seems to be breaking things.
Lang Hames
2012-01-28
1
-24
/
+0
*
Revert r149159 until I can fix tests.
Bill Wendling
2012-01-28
1
-61
/
+32
*
Don't always create a separate block for the call to _Unwind_Resume.
Bill Wendling
2012-01-28
1
-32
/
+61
*
Fix Record Name Reference
David Greene
2012-01-28
1
-1
/
+1
*
Silence warning about parens for && within ||
Lang Hames
2012-01-27
1
-1
/
+1
*
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
6
-9
/
+78
*
Remove Deprecated Features
David Greene
2012-01-27
1
-250
/
+51
*
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
4
-53
/
+15
*
Add a "moveInstr" method to LiveIntervals. This can be used to move instructions
Lang Hames
2012-01-27
4
-1
/
+234
*
Backing out ill-considered 'refactor'.
Lang Hames
2012-01-27
1
-39
/
+53
*
Move some duplicate loops in the coalescer into their own function.
Lang Hames
2012-01-27
1
-53
/
+39
*
Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]
Devang Patel
2012-01-27
2
-3
/
+7
*
Fix typo.
Jim Grosbach
2012-01-27
1
-1
/
+1
*
Move some patterns back near their instructions and use AddedComplexity to fi...
Craig Topper
2012-01-27
1
-49
/
+41
*
Physreg dead defs should be handled too.
Lang Hames
2012-01-27
1
-1
/
+1
*
smallvectorize.
Chris Lattner
2012-01-27
1
-6
/
+6
*
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-27
10
-75
/
+108
*
Unix line endings
Matt Beaumont-Gay
2012-01-27
1
-19
/
+19
*
Place the GEP instructions nearer to the instructions which use them.
Bill Wendling
2012-01-27
1
-37
/
+36
[prev]
[next]