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
...
*
Fix duplicated assertions.
Matt Arsenault
2013-10-08
1
-27
/
+21
*
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
2013-10-08
1
-0
/
+12
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-10-08
1
-1
/
+1
*
Move DIRef::getName out of line.
Manman Ren
2013-10-08
1
-10
/
+13
*
IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.
Benjamin Kramer
2013-10-08
1
-2
/
+2
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
4
-53
/
+98
*
update mach-o EXPORT_SYMBOL_* names
Nick Kledzik
2013-10-08
1
-2
/
+2
*
Formally added an explicit enum for DWARF TLS support. No functionality change.
Richard Mitton
2013-10-07
1
-0
/
+3
*
Change objectsize intrinsic to accept different address spaces.
Matt Arsenault
2013-10-07
1
-1
/
+1
*
Remove dead code.
Rafael Espindola
2013-10-07
1
-45
/
+0
*
Fix the documentation of getDefaultSubtargetFeatures.
Rafael Espindola
2013-10-07
1
-2
/
+1
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
3
-0
/
+17
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
3
-17
/
+0
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
3
-0
/
+17
*
AVX-512: added scalar convert instructions and intrinsics.
Elena Demikhovsky
2013-10-06
1
-0
/
+30
*
[Mips] Add MIPS program header types.
Simon Atanasyan
2013-10-06
1
-1
/
+6
*
Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...
Craig Topper
2013-10-05
1
-59
/
+3
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
3
-44
/
+20
*
Implement aarch64 neon instruction set AdvSIMD (Across).
Jiangning Liu
2013-10-05
2
-1
/
+20
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
1
-0
/
+2
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
1
-8
/
+14
*
Pull this out for a bit of readability.
Eric Christopher
2013-10-04
1
-15
/
+18
*
Reformat.
Eric Christopher
2013-10-04
1
-832
/
+791
*
Formatting.
Eric Christopher
2013-10-04
1
-1
/
+1
*
reverting per request
Jack Carter
2013-10-04
1
-5
/
+0
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-0
/
+5
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-14
/
+8
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
1
-2
/
+0
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
1
-0
/
+2
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
1
-2
/
+18
*
Rename DataLayout variables TD -> DL
Matt Arsenault
2013-10-03
1
-7
/
+7
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
3
-7
/
+41
*
Add patterns for selecting TBM instructions from logical operations. Patch fr...
Craig Topper
2013-10-03
1
-1
/
+1
*
Add v4f16 to supported value types.
Pete Cooper
2013-10-03
3
-29
/
+37
*
[llvm-c][Disassembler] Add an option to print latency information in
Quentin Colombet
2013-10-02
1
-0
/
+2
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
11
-1064
/
+0
*
Fix option parsing in the gold plugin.
Rafael Espindola
2013-10-02
1
-0
/
+5
*
Program.h: Fix \Note into \note. [-Wdocumentation]
NAKAMURA Takumi
2013-10-02
1
-2
/
+2
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
3
-13
/
+18
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
1
-8
/
+14
*
[llvm-c][Disassembler] Add an option to reproduce in disassembled output the
Quentin Colombet
2013-10-01
1
-0
/
+2
*
Add non-blocking Wait() for launched processes
Tareq A. Siraj
2013-10-01
1
-7
/
+55
*
[ARM] Introduce the 'sevl' instruction in ARMv8.
Joey Gouly
2013-10-01
1
-0
/
+4
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
2
-0
/
+61
*
Debug Info: constify and rename from generateRef to getRef.
Manman Ren
2013-09-30
1
-2
/
+2
*
llvm-c: use typedef for function pointers
Anders Waldenborg
2013-09-30
1
-8
/
+13
*
Move command line options to the users of libLTO. Fixes --enable-shared build.
Rafael Espindola
2013-09-30
2
-9
/
+24
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-2
/
+0
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-0
/
+48
*
IRBuilder: Move fast math flags to IRBuilderBase.
Benjamin Kramer
2013-09-30
1
-34
/
+28
[prev]
[next]