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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
PTX: Add preliminary support for floating-point divide and multiply-and-add
Justin Holewinski
2011-03-10
2
-5
/
+104
*
Add support for MemoryBuffers that are not null terminated and add
Rafael Espindola
2011-03-10
2
-28
/
+77
*
Add an option to disable critical edge splitting in PHIElimination.
Cameron Zwarich
2011-03-10
1
-4
/
+12
*
ptx: add the rest of special registers of ISA version 2.0
Che-Liang Chiou
2011-03-10
1
-7
/
+43
*
Change the Spiller interface to take a LiveRangeEdit reference.
Jakob Stoklund Olesen
2011-03-10
7
-50
/
+34
*
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2011-03-10
9
-27
/
+22
*
Unbreak the CMake build.
Francois Pichet
2011-03-10
1
-0
/
+1
*
Revert 127359; it broke lencod.
Stuart Hastings
2011-03-10
1
-1
/
+1
*
Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...
Devang Patel
2011-03-10
3
-3
/
+280
*
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-10
3
-11
/
+24
*
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
3
-24
/
+11
*
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
3
-11
/
+24
*
Fix a pasto that broke all x86_64-elf targets.
Benjamin Kramer
2011-03-09
1
-1
/
+1
*
Preserve line number information while simplifying libcalls.
Devang Patel
2011-03-09
1
-0
/
+3
*
X86 byval copies no longer always_inline. <rdar://problem/8706628>
Stuart Hastings
2011-03-09
1
-1
/
+1
*
LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.
Johnny Chen
2011-03-09
1
-0
/
+3
*
Make these options hidden to reduce the amount of text -help puts on the
Eric Christopher
2011-03-09
1
-2
/
+4
*
These llvm.dbg.* constants are not used anymore.
Devang Patel
2011-03-09
1
-3
/
+0
*
Make physreg coalescing independent on the number of uses of the virtual regi...
Jakob Stoklund Olesen
2011-03-09
1
-3
/
+1
*
Improve varags handling, with testcases. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-03-09
1
-29
/
+57
*
Improve pre-RA-sched register pressure tracking for duplicate operands.
Andrew Trick
2011-03-09
1
-1
/
+5
*
Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...
Jan Sjödin
2011-03-09
1
-4
/
+10
*
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...
Jan Sjödin
2011-03-09
2
-0
/
+13
*
When SCEV can determine the loop test is X < X, set ExactBECount=0.
Andrew Trick
2011-03-09
1
-1
/
+17
*
whitespace
Andrew Trick
2011-03-09
1
-18
/
+18
*
Fix typo, make helper static.
Benjamin Kramer
2011-03-09
1
-3
/
+3
*
Remove unused virtual dtor.
Benjamin Kramer
2011-03-09
1
-1
/
+0
*
Target/X86: Tweak va_arg for Win64 not to miss taking va_start when number of...
NAKAMURA Takumi
2011-03-09
1
-3
/
+5
*
Fix two cases I forgot to update when doing a mental "getSwappedPredicate".
Nick Lewycky
2011-03-09
1
-2
/
+2
*
Fix a crasher introduced by r127317 that is seen on the bots when using an
Cameron Zwarich
2011-03-09
1
-18
/
+21
*
Add another micro-optimization. Apologies for the lack of refactoring, but I
Nick Lewycky
2011-03-09
1
-2
/
+28
*
Add support to scalar replacement for partial vector accesses of an alloca, e.g.
Cameron Zwarich
2011-03-09
1
-12
/
+127
*
Move vector type merging to a separate function in preparation for it getting
Cameron Zwarich
2011-03-09
1
-12
/
+23
*
Add a virtual dtor to Delegate to silence -Wnon-virtual-dtor
Matt Beaumont-Gay
2011-03-09
1
-0
/
+1
*
PR9346: Prevent SimplifyDemandedBits from incorrectly introducing
Eli Friedman
2011-03-09
1
-0
/
+4
*
Add a LiveRangeEdit::Delegate protocol.
Jakob Stoklund Olesen
2011-03-09
4
-7
/
+38
*
PR9420; an instruction before an unreachable is guaranteed not to have any
Eli Friedman
2011-03-09
1
-1
/
+3
*
* Correct encoding for VSRI.
Bill Wendling
2011-03-09
1
-25
/
+63
*
Delete dead code.
Jakob Stoklund Olesen
2011-03-09
1
-10
/
+0
*
Correct the encoding for VRSRA and VSRA instructions.
Bill Wendling
2011-03-09
1
-13
/
+14
*
* Fix VRSHR and VSHR to have the correct encoding for the immediate.
Bill Wendling
2011-03-08
1
-33
/
+65
*
Delete dead code after rematerializing.
Jakob Stoklund Olesen
2011-03-08
4
-1
/
+107
*
llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic!
Devang Patel
2011-03-08
3
-41
/
+3
*
Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the...
Jakob Stoklund Olesen
2011-03-08
1
-0
/
+3
*
Fix some latent bugs if the nodes are unschedulable. We'd gotten away
Eric Christopher
2011-03-08
2
-1
/
+10
*
Revert "Make a comparator's argument `const'. This fixes the build for
Oscar Fuentes
2011-03-08
1
-1
/
+1
*
Darwin 'as' silently ignores the '.ident' directive.
Jim Grosbach
2011-03-08
1
-0
/
+7
*
Reduce vector reallocations.
Benjamin Kramer
2011-03-08
1
-4
/
+2
*
X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper...
Benjamin Kramer
2011-03-08
1
-4
/
+4
*
PTX: Add intrinsic support for ntid, ctaid, and nctaid registers
Justin Holewinski
2011-03-08
1
-4
/
+22
[next]