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
*
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
1
-3
/
+5
*
Make a bunch of lowering helper functions static instead of member functions....
Craig Topper
2012-09-11
2
-82
/
+56
*
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-11
2
-2
/
+2
*
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
NAKAMURA Takumi
2012-09-11
1
-0
/
+1
*
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-11
2
-0
/
+133
*
Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...
Craig Topper
2012-09-11
1
-22
/
+47
*
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Chandler Carruth
2012-09-11
2
-4
/
+8
*
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
3
-766
/
+118
*
Revert r160148 it seems to cause more problems than it should
Eric Christopher
2012-09-10
1
-1
/
+1
*
80-col fixup.
Eric Christopher
2012-09-10
3
-4
/
+6
*
80-col fixup.
Eric Christopher
2012-09-10
1
-1
/
+2
*
No reason to construct this twice.
Eric Christopher
2012-09-10
2
-2
/
+2
*
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
7
-14
/
+14
*
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
[next]