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
...
*
R600: improve inputs/interpolation handling
Tom Stellard
2013-02-05
10
-252
/
+130
*
R600: Add tests for instruction predicates
Tom Stellard
2013-02-05
1
-0
/
+100
*
R600: Emit function name in the AsmPrinter
Tom Stellard
2013-02-05
5
-2
/
+18
*
R600/SI: Add patterns for fcos and fsin.
Tom Stellard
2013-02-05
1
-0
/
+10
*
Fix comments
Eli Bendersky
2013-02-05
2
-2
/
+2
*
Hexagon: Add V4 compare instructions. Enable relationship mapping
Jyotsna Verma
2013-02-05
3
-16
/
+220
*
Fix comment formatting
Eli Bendersky
2013-02-05
1
-6
/
+3
*
Fix signed-unsigned comparison warning.
Tim Northover
2013-02-05
1
-8
/
+10
*
Support: ensure proper state in ErrorOr copy ctors before calling 'get'
Meador Inge
2013-02-05
1
-7
/
+4
*
Formatting.
NAKAMURA Takumi
2013-02-05
1
-1
/
+1
*
llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...
NAKAMURA Takumi
2013-02-05
1
-0
/
+1
*
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-02-05
2
-9
/
+180
*
Fix remaining StringRef abuse.
Tim Northover
2013-02-05
1
-2
/
+2
*
Revert r174343, "When the target-independent DAGCombiner inferred a higher al...
NAKAMURA Takumi
2013-02-05
3
-10
/
+6
*
Link .ARM.exidx with corresponding text section.
Logan Chien
2013-02-05
2
-0
/
+65
*
ARM cost model: Cost for scalar integer casts and floating point conversions
Arnold Schwaighofer
2013-02-05
2
-7
/
+266
*
Fix formatting in AArch64 backend.
Tim Northover
2013-02-05
24
-841
/
+577
*
Remove cyclic dependency in AArch64 libraries
Tim Northover
2013-02-05
23
-814
/
+874
*
This patch that sets the Mips ELF header flag for
Jack Carter
2013-02-05
6
-2
/
+22
*
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-02-05
8
-49
/
+72
*
[Support][ErrorOr] Add support for convertable types.
Michael J. Spencer
2013-02-05
2
-3
/
+16
*
Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.
Bill Wendling
2013-02-05
2
-1
/
+21
*
Changed in comment cxx -> C++. Thanks Richard Smith!.
Michael Gottesman
2013-02-05
1
-2
/
+2
*
This patch changes a static_cast to dyn_cast
Jack Carter
2013-02-05
3
-3
/
+8
*
Construct a skeleton cu for each compile unit in the module, not just
Eric Christopher
2013-02-05
1
-5
/
+8
*
Add support for testing the output of the abbrev table for the
Eric Christopher
2013-02-05
1
-0
/
+10
*
Add support for emitting a stub DW_AT_GNU_dwo_id as part of the
Eric Christopher
2013-02-05
2
-2
/
+11
*
Use the do-while(0) thing for this #define.
Bill Wendling
2013-02-05
1
-8
/
+10
*
Print error messages from MemoryBuffer::getFile() in llvm-symbolizer
Alexey Samsonov
2013-02-05
1
-1
/
+2
*
Add code to GlobalVariable.h so that global variables marked as
Michael Gottesman
2013-02-05
2
-2
/
+44
*
When the target-independent DAGCombiner inferred a higher alignment for a load,
Owen Anderson
2013-02-05
3
-6
/
+10
*
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...
Michael Gottesman
2013-02-05
7
-5
/
+25
*
[Stack Alignment] emit warning instead of a hard error
Manman Ren
2013-02-04
2
-5
/
+5
*
Initial cleanups of the param-attribute code in the bitcode reader/writer.
Bill Wendling
2013-02-04
5
-66
/
+59
*
Replace global std::string with const char[]
Alexey Samsonov
2013-02-04
2
-2
/
+2
*
Hexagon: Add V4 combine instructions and some more Def Pats for V2.
Jyotsna Verma
2013-02-04
5
-9
/
+191
*
Disable a couple more vector splat optimizations on PPC.
Benjamin Kramer
2013-02-04
2
-3
/
+45
*
Fix some abuses of StringRef
Tim Northover
2013-02-04
1
-3
/
+4
*
X86: Open up some opportunities for constant folding by postponing shift lowe...
Benjamin Kramer
2013-02-04
2
-4
/
+12
*
X86: Simplify code. No functionality change.
Benjamin Kramer
2013-02-04
1
-19
/
+5
*
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-04
7
-55
/
+129
*
Give explicit suffix to integer constant over 32-bits.
Tim Northover
2013-02-04
1
-1
/
+1
*
Enable AArch64 as a target built by default.
Tim Northover
2013-02-04
3
-2
/
+3
*
Update debugging test for change in expected metadata.
Tim Northover
2013-02-04
1
-6
/
+16
*
Coding standards: don't use ``inline`` when defining a function in a class
Dmitri Gribenko
2013-02-04
1
-0
/
+28
*
Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to
Patrik Hagglund
2013-02-04
4
-5
/
+29
*
More MSan/ASan annotations.
Evgeniy Stepanov
2013-02-04
6
-9
/
+24
*
[DebugInfo] remove more node indirection (this time from the subprogram's var...
David Blaikie
2013-02-04
4
-27
/
+10
*
PR15149: crash when printing debug info metadata containing an invalid langua...
David Blaikie
2013-02-04
1
-2
/
+2
*
Removed reference to LLVM as a project (since in LangRef it is used solely as...
Michael Gottesman
2013-02-04
1
-1
/
+1
[prev]
[next]