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
...
*
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
*
ARM cost model: Penalize insertelement into D subregisters
Arnold Schwaighofer
2013-02-04
3
-0
/
+65
*
Turn off uninitialized-use warnings for gcc in cmake build
Edwin Vane
2013-02-04
2
-0
/
+24
*
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...
NAKAMURA Takumi
2013-02-04
1
-1
/
+4
*
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...
NAKAMURA Takumi
2013-02-04
1
-0
/
+5
*
Added instance variable/initializers/getter/setters for new keyword externall...
Michael Gottesman
2013-02-03
2
-13
/
+30
*
Recognize aarch64 for --enable-targets as advertised.
Joerg Sonnenberger
2013-02-03
2
-0
/
+2
*
use GEP::accumulateConstantOffset() to replace custom written code to compute...
Nuno Lopes
2013-02-03
1
-27
/
+2
*
[Object][Archive] Improve performance.
Michael J. Spencer
2013-02-03
3
-104
/
+106
*
[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
Michael J. Spencer
2013-02-03
2
-4
/
+29
*
Added new Global Variable marker ``externally_initialized'' to LangRef.
Michael Gottesman
2013-02-03
1
-1
/
+2
*
Added clarification paragraph to LangRef's documentation of
Michael Gottesman
2013-02-03
1
-0
/
+7
*
Remove the (apparently) unnecessary debug info metadata indirection.
David Blaikie
2013-02-02
45
-221
/
+110
*
Start static relocation implementation for mips16.
Reed Kotler
2013-02-02
3
-1
/
+37
*
Removing ssp and uwtable from the testcase
Manman Ren
2013-02-02
1
-1
/
+1
*
Remove AttrBuilder::Raw().
Bill Wendling
2013-02-02
2
-27
/
+18
*
Use the AttributeSet's iterators.
Bill Wendling
2013-02-02
2
-5
/
+22
*
Revert accidental commit (ran svn commit from wrong directory).
Nick Lewycky
2013-02-02
1
-61
/
+7
*
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
1
-7
/
+61
*
rdar://13126763
Shuxin Yang
2013-02-02
2
-13
/
+62
*
Correct indentation for dumping LexicalScope.
Manman Ren
2013-02-02
2
-15
/
+7
*
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-02-01
2
-3
/
+72
*
Add notes about future PowerPC features
Bill Schmidt
2013-02-01
1
-0
/
+17
*
LLVM enablement for some older PowerPC CPUs
Bill Schmidt
2013-02-01
3
-0
/
+39
*
Change the AttributeImpl to hold a single Constant* for the values.
Bill Wendling
2013-02-01
3
-30
/
+28
*
This patch aims to improve compile time performance by increasing
Preston Gurd
2013-02-01
1
-13
/
+13
[prev]
[next]