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
*
Add a 'deleteModule' method to the Linker class.
Bill Wendling
2013-10-16
1
-0
/
+2
*
TypeFinder: prefer iterative algorithm to keep stack usage low.
Will Dietz
2013-10-16
1
-0
/
+8
*
Add support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
1
-0
/
+2
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
1
-0
/
+23
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
3
-3
/
+17
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
2
-0
/
+4
*
Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.
NAKAMURA Takumi
2013-10-15
1
-1
/
+1
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
1
-1
/
+2
*
Reformat.
Eric Christopher
2013-10-15
1
-2
/
+1
*
Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...
Anders Waldenborg
2013-10-15
1
-11
/
+36
*
Add AllTargetsBindings sublibrary instead of having static inlines in the llv...
Anders Waldenborg
2013-10-15
1
-36
/
+11
*
Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...
Craig Topper
2013-10-15
1
-3
/
+0
*
Simplify formatting and sort these. No functionality changed.
Chandler Carruth
2013-10-15
1
-14
/
+10
*
Remove dead code.
Rafael Espindola
2013-10-14
1
-21
/
+0
*
Fix the ExecutionDepsFix pass to handle AVX instructions.
Andrew Trick
2013-10-14
1
-0
/
+20
*
LiveRegUnits: Use *MBB for consistency and convenience.
Andrew Trick
2013-10-14
1
-1
/
+1
*
Use a SparseSet in LiveRegUnits.
Andrew Trick
2013-10-14
1
-7
/
+13
*
Move LiveRegUnits implementation into .cpp. Comment and format.
Andrew Trick
2013-10-14
1
-87
/
+13
*
Remove extra indentation in LiveRegUnits.
Andrew Trick
2013-10-14
1
-112
/
+112
*
Convert LiveRegUnits methods to the current convention (it's new code).
Andrew Trick
2013-10-14
1
-15
/
+15
*
Remove the now unused strong phi elimination pass.
Rafael Espindola
2013-10-14
2
-9
/
+0
*
[AArch64] Add support for NEON scalar integer compare instructions.
Chad Rosier
2013-10-14
1
-0
/
+24
*
MC: Don't assume incoming StringRef's are null terminated.
Will Dietz
2013-10-13
1
-6
/
+6
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
2
-3
/
+13
*
Introduce ad hoc liveness tracking utility: LiveRegUnits
Matthias Braun
2013-10-11
1
-0
/
+156
*
[DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...
Quentin Colombet
2013-10-11
1
-0
/
+29
*
[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
[next]