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
*
[DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...
Quentin Colombet
2013-10-11
1
-29
/
+0
*
[DAGCombiner] Slice a big load in two loads when the element are next to each
Quentin Colombet
2013-10-11
1
-0
/
+29
*
Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...
Justin Holewinski
2013-10-11
1
-0
/
+4
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-0
/
+5
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
2
-16
/
+16
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
1
-5
/
+5
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-96
/
+101
*
Refactor LiveInterval: introduce new LiveRange class
Matthias Braun
2013-10-10
2
-101
/
+126
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
3
-129
/
+124
*
Rename parameter: defined regs are not incoming.
Matthias Braun
2013-10-10
1
-3
/
+2
*
test commit
Sriram Murali
2013-10-10
1
-2
/
+4
*
Fix grammar / missing words
Matt Arsenault
2013-10-10
1
-2
/
+3
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
2
-1
/
+15
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-1
/
+1
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
1
-1
/
+1
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-1
/
+1
*
Revert "llvm-c: Make target initializer functions external functions in lib."
Rui Ueyama
2013-10-09
1
-11
/
+36
*
Debug Info: In DIBuilder, the context and type fields of template_type and
Manman Ren
2013-10-09
1
-4
/
+4
*
llvm-c: Make target initializer functions external functions in lib.
Anders Waldenborg
2013-10-09
1
-36
/
+11
*
Flip the ownership of MCStreamer and MCTargetStreamer.
Benjamin Kramer
2013-10-09
1
-3
/
+3
*
Add a GlobalAlias::isValidLinkage to reduce code duplication.
Rafael Espindola
2013-10-09
1
-0
/
+5
*
AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.
Elena Demikhovsky
2013-10-09
1
-15
/
+40
*
[AArch64] Add support for NEON scalar floating-point reciprocal estimate,
Chad Rosier
2013-10-08
1
-0
/
+3
*
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
[next]