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
*
TableGen: AsmMatcher diagnostics preference detail.
Jim Grosbach
2012-06-26
1
-1
/
+3
*
Revamp how debugging information is emitted for debug info objects.
Bill Wendling
2012-06-26
2
-196
/
+113
*
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
2012-06-26
1
-0
/
+2
*
Remove a instcombine transform that (no longer?) makes sense:
Evan Cheng
2012-06-26
3
-33
/
+16
*
Implement getHostCPUName for ARM/linux. This will be used to implement -march...
Benjamin Kramer
2012-06-26
1
-0
/
+55
*
Fix llc's -print-before=pass and -print-after=pass.
Rafael Espindola
2012-06-26
2
-0
/
+10
*
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
13
-4
/
+268
*
Teach TableGen to put chains on more instructions
Tim Northover
2012-06-26
1
-0
/
+7
*
Fix ThreadLocalImpl::getInstance for --disable-threads.
Argyrios Kyrtzidis
2012-06-26
1
-3
/
+5
*
Allow targets to inject passes before the virtual register rewriter.
Jakob Stoklund Olesen
2012-06-26
2
-1
/
+17
*
IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...
Stepan Dyatkovskiy
2012-06-26
1
-4
/
+8
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
10
-12
/
+39
*
Replacing zero-sized alloca's with a null pointer is too aggressive, instead
Duncan Sands
2012-06-26
2
-9
/
+47
*
IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...
Stepan Dyatkovskiy
2012-06-26
2
-3
/
+401
*
IntegersSubsetMapping: removed exclude operation, it will replaced with more ...
Stepan Dyatkovskiy
2012-06-26
2
-226
/
+0
*
Sphyinxify the Bugpoint document.
Bill Wendling
2012-06-26
3
-317
/
+220
*
Removed unused variable
Elena Demikhovsky
2012-06-26
1
-1
/
+0
*
Rename to match other X86_64* names.
Bill Wendling
2012-06-26
3
-5
/
+5
*
Shuffle optimization for AVX/AVX2.
Elena Demikhovsky
2012-06-26
2
-0
/
+73
*
Update a bunch of stale comments that dated from when this folled the
Chandler Carruth
2012-06-26
1
-14
/
+11
*
Remove some duplicate instructions that exist only to given different mnemoni...
Craig Topper
2012-06-26
3
-28
/
+25
*
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
10
-244
/
+52
*
Remove unnecessary FIXME
Andrew Trick
2012-06-26
1
-3
/
+0
*
Make sure type is not extended or untyped before create a constant of the typ...
Evan Cheng
2012-06-26
1
-0
/
+4
*
Typo.
Eric Christopher
2012-06-26
1
-1
/
+1
*
Make some ugly hacks for inline asm operands which name a specific register a...
Eli Friedman
2012-06-25
2
-5
/
+21
*
revert my previous commit (r159173), since as Eli pointed out, it's perfectly...
Nuno Lopes
2012-06-25
2
-1
/
+2
*
do not set realloc() as NotAlias, since it can return the same pointer. This ...
Nuno Lopes
2012-06-25
2
-2
/
+1
*
ARM: update peephole optimization.
Manman Ren
2012-06-25
2
-2
/
+30
*
Define DAGOperand, an empty base class for RegisterClass and Operand. This a...
Owen Anderson
2012-06-25
1
-2
/
+9
*
Fix the objc_autoreleasedReturnValue optimization code to locate
Dan Gohman
2012-06-25
2
-6
/
+48
*
Enforce stricter liveness rules for PHIs.
Jakob Stoklund Olesen
2012-06-25
2
-6
/
+37
*
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-25
3
-264
/
+101
*
improve optimization of invoke instructions:
Nuno Lopes
2012-06-25
5
-5
/
+63
*
check for the NoAlias attribute through CallSite
Nuno Lopes
2012-06-25
1
-2
/
+2
*
add CallSite/CallInst/InvokeInst::hasFnAttr()
Nuno Lopes
2012-06-25
2
-11
/
+26
*
PR13013: ELF Type identification fails for MSB type ELF files.
Meador Inge
2012-06-25
2
-2
/
+16
*
If a constant or a function has linkonce_odr linkage and unnamed_addr, mark it
Rafael Espindola
2012-06-25
3
-0
/
+31
*
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-25
3
-15
/
+5
*
Add SSE2 predicate to CVTPS2PD instructions. Doesn't matter much because ther...
Craig Topper
2012-06-25
1
-0
/
+3
*
Remove codegen only instruction in favor of one that has the same definition....
Craig Topper
2012-06-25
2
-13
/
+10
*
Just remove generic support for C++11 alignas -- GCC is already
Chandler Carruth
2012-06-25
1
-1
/
+1
*
Teach PHIElimination to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-25
1
-19
/
+34
*
Handle <undef> operands in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-06-25
1
-12
/
+31
*
%RCX is not a function live-out in eh.return functions.
Jakob Stoklund Olesen
2012-06-24
2
-2
/
+252
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
24
-0
/
+47
*
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-24
3
-4
/
+20
*
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-24
2
-3
/
+21
*
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
2
-24
/
+9
*
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
2
-22
/
+13
[next]