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
*
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
*
Make a comparator's argument `const'. This fixes the build for MSVC 9.
Oscar Fuentes
2011-03-08
1
-1
/
+1
*
Fix PR9331. Simplified version of a patch by Jakub Staszak.
Duncan Sands
2011-03-08
1
-0
/
+4
*
lib/Support/regcomp.c: Fix cygwin warning.
NAKAMURA Takumi
2011-03-08
1
-1
/
+1
*
Reorder comments to put them the right way around.
Nick Lewycky
2011-03-08
1
-2
/
+2
*
While sinking an instruction, do not lose llvm.dbg.value intrinsic.
Devang Patel
2011-03-08
1
-1
/
+2
*
Turn on list-ilp scheduling by default on x86 and x86-64, fix up
Eric Christopher
2011-03-08
1
-1
/
+1
*
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-08
1
-17
/
+62
*
Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.
Bob Wilson
2011-03-08
2
-1
/
+23
*
Fix comment typos.
Bob Wilson
2011-03-08
1
-2
/
+2
*
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
4
-31
/
+46
*
Let shrinkToUses optionally return a list of now dead machine instructions.
Jakob Stoklund Olesen
2011-03-07
1
-1
/
+6
*
Preserve line no. info.
Devang Patel
2011-03-07
1
-2
/
+2
*
Make the UselessRegs argument optional in the LiveRangeEdit constructor.
Jakob Stoklund Olesen
2011-03-07
4
-13
/
+11
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
12
-58
/
+56
*
Handle the special case of registers begin redefined by early-clobber defs.
Jakob Stoklund Olesen
2011-03-07
1
-0
/
+7
*
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-07
2
-5
/
+8
*
ptx: Fix calling convention printing in AsmWriter.cpp
Justin Holewinski
2011-03-07
1
-2
/
+2
*
Add more analysis of the sign bit of an srem instruction. If the LHS is negative
Nick Lewycky
2011-03-07
2
-0
/
+25
*
Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.
NAKAMURA Takumi
2011-03-07
1
-1
/
+1
*
Don't internalize available_externally functions. We already did the right
Rafael Espindola
2011-03-06
1
-0
/
+2
*
Typo.
Eric Christopher
2011-03-06
1
-1
/
+1
*
ConstantInt has some getters which return ConstantInt's or ConstantVector's of
Nick Lewycky
2011-03-06
2
-28
/
+53
[next]