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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
1
-1
/
+11
*
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-18
1
-1
/
+1
*
Fix typo
Eli Bendersky
2013-04-18
1
-1
/
+1
*
Cleanup patch:
Bill Wendling
2013-04-18
1
-12
/
+12
*
This patch addresses two cleanup issues:
Bill Wendling
2013-04-18
1
-3
/
+0
*
C API: Fix coding style
Tom Stellard
2013-04-18
1
-1
/
+1
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
2
-1557
/
+91
*
Fix comment spacing.
Chad Rosier
2013-04-18
1
-2
/
+2
*
Add an option `-enable-old-style-attr-syntax' to print out function attribute...
Bill Wendling
2013-04-17
1
-1
/
+2
*
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-17
1
-98
/
+72
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
8
-33
/
+64
*
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-17
1
-0
/
+82
*
C API: Add LLVMTargetMachineEmitToMemoryBuffer()
Tom Stellard
2013-04-16
1
-0
/
+3
*
C API: Add LLVMGetBufferSize()
Tom Stellard
2013-04-16
1
-0
/
+1
*
C API: Add LLVMGetBufferStart()
Tom Stellard
2013-04-16
1
-0
/
+1
*
C API: Add LLVMAddTargetDependentFunctionAttr()
Tom Stellard
2013-04-16
1
-0
/
+7
*
Cleanup naming: DataLayout s/TD/DL/
Eli Bendersky
2013-04-16
1
-7
/
+7
*
Add four new functions and one new enum to the C API:
Hans Wennborg
2013-04-16
1
-0
/
+12
*
Fix silly typo that broke big endian hosts.
Rafael Espindola
2013-04-15
1
-1
/
+1
*
Fix endianness on some MSVC versions.
Rafael Espindola
2013-04-15
1
-1
/
+1
*
Simplify the MCInst operator iterator declaration.
Jim Grosbach
2013-04-15
1
-1
/
+1
*
Try to fix the mingw builds.
Rafael Espindola
2013-04-15
1
-1
/
+1
*
Fix bit size of v64i8 and v32i16 vector types.
Arnold Schwaighofer
2013-04-15
1
-2
/
+2
*
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-15
1
-75
/
+80
*
Remove unused function.
Rafael Espindola
2013-04-15
1
-4
/
+0
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
3
-12
/
+20
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-15
1
-11
/
+8
*
Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...
Nadav Rotem
2013-04-15
1
-0
/
+1
*
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-15
1
-1
/
+1
*
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-13
2
-13
/
+17
*
Add typenames to see if bot goes green.
Rafael Espindola
2013-04-13
1
-3
/
+3
*
Some versions of gcc don't like typenames in these places.
Rafael Espindola
2013-04-13
1
-9
/
+15
*
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-13
1
-106
/
+677
*
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
1
-10
/
+11
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-11
/
+10
*
Add missing relocation names
Nico Rieck
2013-04-12
2
-0
/
+68
*
Support MIPS64EL relocation type names
Nico Rieck
2013-04-12
1
-41
/
+60
*
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-12
1
-64
/
+81
*
TBAA: add utility to create a TBAA scalar type node
Manman Ren
2013-04-11
1
-1
/
+13
*
[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a future
Chad Rosier
2013-04-11
1
-10
/
+12
*
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
1
-61
/
+64
*
Fix llvm-readobj tests on big endian hosts.
Rafael Espindola
2013-04-11
1
-1
/
+8
*
Print more information about relocations.
Rafael Espindola
2013-04-11
1
-64
/
+54
*
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-11
1
-0
/
+5
*
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
1
-0
/
+1
*
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
1
-0
/
+3
*
Fix MachO's getRelocationAdditionalInfo.
Rafael Espindola
2013-04-11
1
-18
/
+2
*
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
2
-2
/
+8
*
Revert "Update the version of dwarf we say we're emitting to at least 3."
Eric Christopher
2013-04-10
1
-1
/
+1
*
Track the compact unwind encoding for when we are unable to generate compact ...
Bill Wendling
2013-04-10
1
-1
/
+10
[next]