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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'upstream' into merge-2012_09_10
Stephen Hines
2012-09-10
319
-3509
/
+11080
|
\
|
*
Revert r163556. Missed updates to tablegen files.
Chad Rosier
2012-09-10
2
-4
/
+4
|
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
2
-4
/
+4
|
*
[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariant
Chad Rosier
2012-09-10
1
-1
/
+17
|
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
6
-7
/
+7
|
*
Disable stack coloring because it makes dragonegg fail bootstrapping.
Nadav Rotem
2012-09-10
1
-1
/
+1
|
*
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
3
-7
/
+10
|
*
[ms-inline asm] Add support for .att_syntax directive.
Chad Rosier
2012-09-10
1
-1
/
+4
|
*
Enable stack coloring.
Nadav Rotem
2012-09-10
1
-1
/
+1
|
*
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-10
1
-2
/
+8
|
*
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
Michael J. Spencer
2012-09-10
1
-2
/
+1
|
*
Stack Coloring: Handle the case where END markers come before BEGIN markers p...
Nadav Rotem
2012-09-10
1
-0
/
+12
|
*
Enhance PR11334 fix to support extload from v2f32/v4f32
Michael Liao
2012-09-10
3
-7
/
+15
|
*
Add "blocked" heuristic to the Hexagon MI scheduler.
Sergei Larin
2012-09-10
2
-177
/
+269
|
*
Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().
Michael Ilseman
2012-09-10
1
-0
/
+18
|
*
whitespace
Michael Ilseman
2012-09-10
1
-10
/
+10
|
*
Add boolean simplification support from CMOV
Michael Liao
2012-09-10
1
-12
/
+42
|
*
Fix an assertion failure when optimising a shufflevector incorrectly into con...
James Molloy
2012-09-10
2
-10
/
+12
|
*
Minor cleanup. No functional change.
Nadav Rotem
2012-09-10
1
-3
/
+3
|
*
Stack Coloring: Debug prints to print the slot number and not the array index.
Nadav Rotem
2012-09-10
1
-1
/
+2
|
*
Stack Coloring: When searching for disjoint regions, do not compare intervals...
Nadav Rotem
2012-09-10
1
-1
/
+1
|
*
Stack Coloring: Add support for multiple regions of the same slot, within a ...
Nadav Rotem
2012-09-10
1
-23
/
+33
|
*
The VPSHUFB 256-bit instruction may be generated when one of input vector is ...
Elena Demikhovsky
2012-09-10
1
-4
/
+15
|
*
Make helper function static.
Benjamin Kramer
2012-09-10
1
-2
/
+1
|
*
Move bypassSlowDivision into the llvm namespace.
Benjamin Kramer
2012-09-10
1
-4
/
+6
|
*
c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.
Benjamin Kramer
2012-09-10
1
-4
/
+2
|
*
Fix a typo in the comment.
Nadav Rotem
2012-09-10
1
-2
/
+2
|
*
Add an assertion that the frame index is indeed inside the declared lifetime ...
Nadav Rotem
2012-09-10
1
-0
/
+16
|
*
Teach the DAGBuilder about lifetime markers which are generated from PHINodes.
Nadav Rotem
2012-09-10
1
-18
/
+22
|
*
Fix style issues from r163302 pointed out by Evan.
Hans Wennborg
2012-09-10
1
-18
/
+15
|
*
Move spaces to the right places. No functionality change.
Nick Lewycky
2012-09-09
1
-4
/
+4
|
*
Add missing space before {. No functionality change.
Nick Lewycky
2012-09-09
1
-1
/
+1
|
*
Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.
Craig Topper
2012-09-09
1
-1
/
+25
|
*
DSE: Poking holes into a SetVector is expensive, avoid it if possible.
Benjamin Kramer
2012-09-09
1
-5
/
+5
|
*
LiveVariables: Compute a set of defs and kills to speed up updating LV during...
Benjamin Kramer
2012-09-09
1
-4
/
+30
|
*
Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.
Craig Topper
2012-09-08
2
-20
/
+41
|
*
Use 256-bit alignment for constant pool value for 256-bit vector FNEG lowering.
Craig Topper
2012-09-08
1
-2
/
+3
|
*
Add support for lowering FABS of vector types.
Craig Topper
2012-09-08
1
-12
/
+25
|
*
Set operation action for FFLOOR to Expand for all vector types for X86. Set F...
Craig Topper
2012-09-08
2
-0
/
+2
|
*
Add operator< for FoldingSetNodeID.
Ted Kremenek
2012-09-08
1
-0
/
+18
|
*
Remove an incorrect assert during branch weight propagation.
Andrew Trick
2012-09-08
1
-1
/
+0
|
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
7
-12
/
+20
|
*
Fix indent.
Chad Rosier
2012-09-07
1
-2
/
+2
|
*
Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...
Benjamin Kramer
2012-09-07
1
-1
/
+1
|
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-07
2
-49
/
+48
|
*
Custom DAGCombine for and/or/xor are for all ARMs.
Jakob Stoklund Olesen
2012-09-07
1
-6
/
+3
|
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
10
-21
/
+28
|
*
PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...
Benjamin Kramer
2012-09-07
1
-5
/
+6
|
*
MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.
Benjamin Kramer
2012-09-07
1
-8
/
+8
|
*
SimplifyCFG: ValidLookupTableConstant should be static
Hans Wennborg
2012-09-07
1
-1
/
+1
[next]