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
*
Debug Info: clean up testing case.
Manman Ren
2013-10-29
1
-2
/
+4
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
26
-84
/
+88
*
add test cases for frameaddr and returnaddr for aarch64
Weiming Zhao
2013-10-29
2
-0
/
+41
*
[AArch64] Implement FrameAddr and ReturnAddr
Weiming Zhao
2013-10-29
2
-0
/
+43
*
[ARM] Make sure HasCRC is initialized to false in Subtarget.
Amara Emerson
2013-10-29
1
-0
/
+1
*
Support for microMIPS jump instructions
Zoran Jovanovic
2013-10-29
18
-21
/
+253
*
R600/SI: Add compute support for CI v2
Tom Stellard
2013-10-29
7
-16
/
+35
*
R600: Expand vector FSQRT ops
Tom Stellard
2013-10-29
2
-0
/
+55
*
DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.
Alexey Samsonov
2013-10-29
2
-43
/
+42
*
The asm printer has a mangler. Use it.
Rafael Espindola
2013-10-29
3
-7
/
+4
*
The AsmPrinter has a Mangler. Use it.
Rafael Espindola
2013-10-29
3
-8
/
+6
*
The asm printer has a mangler. Don't keep a second pointer to it.
Rafael Espindola
2013-10-29
1
-10
/
+11
*
Support names like llvm-ar-3.4 and llvm-ranlib-3.4.
Rafael Espindola
2013-10-29
1
-2
/
+2
*
Test cleanup for v8 instructions
Bernard Ogden
2013-10-29
3
-7
/
+38
*
Clarify that GlobalVariables definitions must have an initializer.
Rafael Espindola
2013-10-29
2
-6
/
+14
*
Quick-fix DebugInfo build on Windows
Timur Iskhodzhanov
2013-10-29
1
-1
/
+3
*
ARM: Add subtarget feature for CRC
Bernard Ogden
2013-10-29
7
-18
/
+40
*
Fix misapplied patch in r193597
Anders Waldenborg
2013-10-29
1
-2
/
+2
*
llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst too
Anders Waldenborg
2013-10-29
2
-6
/
+49
*
AArch64: add 'a' inline asm operand modifier
Tim Northover
2013-10-29
2
-0
/
+11
*
Debug Info: instead of calling addToContextOwner which constructs the context
Manman Ren
2013-10-29
13
-54
/
+66
*
Add llvm/test/Transforms/SLPVectorizer/ARM/lit.local.cfg. Tests there require...
NAKAMURA Takumi
2013-10-29
1
-0
/
+3
*
Fix "existant" typos
Alp Toker
2013-10-29
4
-5
/
+5
*
Clean up.
Richard Smith
2013-10-29
1
-4
/
+4
*
DWARFFormValue.cpp: Appease gcc to give explicit constructors.
NAKAMURA Takumi
2013-10-29
1
-4
/
+4
*
ARM cost model: Unaligned vectorized double stores are expensive
Arnold Schwaighofer
2013-10-29
3
-9
/
+44
*
ARM cost model: Account for zero cost scalar SROA instructions
Arnold Schwaighofer
2013-10-29
3
-6
/
+85
*
SLPVectorizer: Use vector type for vectorized memory operations
Arnold Schwaighofer
2013-10-29
1
-2
/
+2
*
Cleaning up comments in lli
Andrew Kaylor
2013-10-29
1
-2
/
+2
*
Adding a workaround for __main linking with remote lli and Cygwin/MinGW
Andrew Kaylor
2013-10-29
9
-21
/
+51
*
Move the STT_FILE symbols out of the normal symbol table processing for
Joerg Sonnenberger
2013-10-29
5
-22
/
+101
*
Debug Info: use createAndAddDIE to wrap around "new DIE" in DwarfDebug.
Manman Ren
2013-10-29
1
-6
/
+5
*
Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.
Manman Ren
2013-10-29
6
-23
/
+27
*
Debug Info: add a helper function createAndAddDIE.
Manman Ren
2013-10-29
2
-29
/
+28
*
Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.
Alexey Samsonov
2013-10-28
2
-56
/
+10
*
Renaming MCJIT .ir files to .ll and moving them to Inputs
Andrew Kaylor
2013-10-28
16
-9
/
+9
*
DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...
Alexey Samsonov
2013-10-28
6
-21
/
+16
*
lit: add missing substitutions for recently added tools
Alp Toker
2013-10-28
2
-0
/
+4
*
Quote potential shell expansions found in tests
Alp Toker
2013-10-28
2
-2
/
+2
*
DWARF parser: since DWARF4, DW_AT_high_pc may be a constant representing func...
Alexey Samsonov
2013-10-28
1
-4
/
+10
*
DebugInfo: Introduce the notion of "form classes"
Alexey Samsonov
2013-10-28
7
-74
/
+201
*
Fix the lli --extra-module value_desc
Alp Toker
2013-10-28
1
-1
/
+1
*
Add a few tests for StringRef::{start,end}with.
Rui Ueyama
2013-10-28
1
-0
/
+2
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
2
-29
/
+44
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
2
-34
/
+61
*
Convert another llc -filetype=obj test.
Rafael Espindola
2013-10-28
2
-31
/
+56
*
Standardizing lli's extra module command line option
Andrew Kaylor
2013-10-28
10
-11
/
+10
*
Remove stray '_'.
Bill Wendling
2013-10-28
1
-1
/
+1
*
Use the correct reference. Spotted by Sean Silva.
Bill Wendling
2013-10-28
1
-3
/
+3
*
Remove 2.4 from the list of supported Python versions.
Bill Wendling
2013-10-28
1
-1
/
+1
[next]