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
*
Add a 'deleteModule' method to the Linker class.
Bill Wendling
2013-10-16
3
-1
/
+11
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
8
-62
/
+24
*
Really fix build warning/error that I think r192756 was trying to fix.
Craig Topper
2013-10-16
1
-4
/
+4
*
TypeFinder: prefer iterative algorithm to keep stack usage low.
Will Dietz
2013-10-16
2
-10
/
+26
*
Fix a bug in Windows resource file detection.
Rui Ueyama
2013-10-16
1
-1
/
+1
*
Add a triple to this test.
Rafael Espindola
2013-10-16
1
-1
/
+1
*
Add support for metadata representing .ident directives.
Rafael Espindola
2013-10-16
7
-0
/
+84
*
Fix a pair of bugs in the emission of pubname tables:
Eric Christopher
2013-10-16
3
-29
/
+62
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
23
-32
/
+68
*
dos2unix on quoted-names.ll
Hans Wennborg
2013-10-16
1
-20
/
+20
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
8
-24
/
+62
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
11
-27
/
+61
*
Fixing build warning/error
Andrew Kaylor
2013-10-16
1
-2
/
+3
*
Simplify zero initialization of DIEAttrs variable.
David Blaikie
2013-10-16
1
-2
/
+1
*
Adding padding to the .eh_frame section in RuntimeDyld
Andrew Kaylor
2013-10-16
1
-1
/
+15
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
10
-7
/
+118
*
Fix typo
Matt Arsenault
2013-10-15
1
-1
/
+1
*
Fix missing C++ mode thing in header
Matt Arsenault
2013-10-15
1
-1
/
+1
*
Enable MI Sched for x86.
Andrew Trick
2013-10-15
67
-280
/
+341
*
Make sure we're not attempting to construct a subprogram DIE
Eric Christopher
2013-10-15
1
-16
/
+18
*
Add an assert that we have a scope that matters for methods
Eric Christopher
2013-10-15
1
-1
/
+4
*
Clean up, formatting, comments. No functional change.
Eric Christopher
2013-10-15
1
-100
/
+88
*
Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.
NAKAMURA Takumi
2013-10-15
1
-1
/
+1
*
Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.
David Blaikie
2013-10-15
1
-3
/
+3
*
R600/SI: Remove some leftover MI dump call
Vincent Lejeune
2013-10-15
2
-2
/
+0
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
5
-2
/
+14
*
Separating ELF and MachO stub info functions for RuntimeDyld
Andrew Kaylor
2013-10-15
3
-23
/
+39
*
Reformat.
Eric Christopher
2013-10-15
1
-2
/
+1
*
[AArch64] Add support for NEON scalar signed saturating absolute value and
Chad Rosier
2013-10-15
6
-1
/
+201
*
Fixing some host==target assumptions in RuntimeDyld
Andrew Kaylor
2013-10-15
2
-3
/
+6
*
Remove some dead code. (DarwinGDBCompat was retired in r189903).
Adrian Prantl
2013-10-15
2
-13
/
+2
*
Struct byval: fix a copy-paste error for thumb2.
Manman Ren
2013-10-15
2
-5
/
+44
*
Fix PR17546
Michael Liao
2013-10-15
2
-6
/
+11
*
Fix PR16807
Michael Liao
2013-10-15
2
-6
/
+34
*
LoopVectorize: Properly reflect PODness in comments.
Benjamin Kramer
2013-10-15
1
-4
/
+4
*
Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG ...
Pekka Jaaskelainen
2013-10-15
1
-0
/
+2
*
Do not assert when trying to add a meta data operand with
Pekka Jaaskelainen
2013-10-15
1
-1
/
+2
*
[mips][msa] Added support for build_vector for v4f32 and v2f64.
Daniel Sanders
2013-10-15
4
-16
/
+151
*
Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...
Anders Waldenborg
2013-10-15
8
-106
/
+45
*
Add AllTargetsBindings sublibrary instead of having static inlines in the llv...
Anders Waldenborg
2013-10-15
8
-45
/
+106
*
[SystemZ] Use A(G)SI when spilling the target of a constant addition
Richard Sandiford
2013-10-15
3
-2
/
+356
*
docs: Remove incompatibility with Solaris shell
David Majnemer
2013-10-15
1
-6
/
+2
*
Fix MSP430 calling convention to match MSPGCC
Job Noorman
2013-10-15
4
-10
/
+302
*
llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to ...
NAKAMURA Takumi
2013-10-15
1
-1
/
+1
*
Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...
Craig Topper
2013-10-15
5
-11
/
+16
*
Improve on r192635, ExeDepsFix for avx, and add a test case.
Andrew Trick
2013-10-15
2
-1
/
+32
*
Simplify formatting and sort these. No functionality changed.
Chandler Carruth
2013-10-15
1
-14
/
+10
*
[mips] Define a pseudo instruction which writes to both the lower and higher
Akira Hatanaka
2013-10-15
6
-15
/
+51
*
[mips] Use predicates to guard instructions using accumulator registers instead
Akira Hatanaka
2013-10-15
2
-11
/
+12
*
[mips] Rename isel nodes.
Akira Hatanaka
2013-10-15
7
-33
/
+31
[next]