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
...
*
ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...
Nuno Lopes
2012-06-29
1
-1
/
+2
*
Cleanup in DwarfDebug - fix a typo and remove two unused functions
Alexey Samsonov
2012-06-29
1
-7
/
+1
*
Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due to
Duncan Sands
2012-06-29
1
-5
/
+13
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
25
-138
/
+138
*
Update the CMake files.
Bill Wendling
2012-06-29
2
-1
/
+1
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
6
-7
/
+7
*
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
5
-64
/
+49
*
In the initial exec mode we always do a load to find the address of a variable.
Rafael Espindola
2012-06-29
1
-4
/
+4
*
misched: avoid scheduling instructions that can't be dispatched.
Andrew Trick
2012-06-29
1
-6
/
+29
*
misched: count micro-ops toward the issue limit.
Andrew Trick
2012-06-29
1
-10
/
+19
*
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-29
5
-49
/
+64
*
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-29
4
-23
/
+60
*
If the step value is a constant zero, the loop isn't going to terminate. Fixes
Nick Lewycky
2012-06-28
1
-1
/
+1
*
make the verifier accept @llvm.donothing as the only intrinsic that can be in...
Nuno Lopes
2012-06-28
1
-2
/
+4
*
make simplifyCFG erase invokes to readonly/readnone functions
Nuno Lopes
2012-06-28
1
-6
/
+7
*
make instcombine produce calls to llvm.donothing instead of a random intrinsic
Nuno Lopes
2012-06-28
1
-7
/
+4
*
add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...
Nuno Lopes
2012-06-28
1
-1
/
+8
*
'Promote' vector [su]int_to_fp should widen elements.
Jim Grosbach
2012-06-28
1
-3
/
+54
*
Changed the formatting sequence of a curly brace to
Jack Carter
2012-06-28
1
-2
/
+2
*
Remove layering violation #include.
Bill Wendling
2012-06-28
1
-1
/
+0
*
Enable automatic GCC<->LLVM intrinsic translation for mips.
Benjamin Kramer
2012-06-28
1
-1
/
+6
*
MemoryBuiltins:
Nuno Lopes
2012-06-28
1
-14
/
+37
*
make LazyValueInfo analyze the default case of switch statements (we know tha...
Nuno Lopes
2012-06-28
1
-16
/
+15
*
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
2012-06-28
1
-0
/
+6
*
Devirtualize DIScope and subclasses.
Benjamin Kramer
2012-06-28
1
-26
/
+0
*
[asan] set a hard limit on the number of instructions instrumented pear each ...
Kostya Serebryany
2012-06-28
1
-0
/
+12
*
Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize.
Hal Finkel
2012-06-28
1
-10
/
+51
*
Remove a useless check in BBVectorize.
Hal Finkel
2012-06-28
1
-5
/
+0
*
Allow BBVectorize to form non-2^n-length vectors.
Hal Finkel
2012-06-28
1
-132
/
+532
*
Refactor operation equivalence checking in BBVectorize by extending Instructi...
Hal Finkel
2012-06-28
2
-28
/
+18
*
Only print out the tag if it's there.
Bill Wendling
2012-06-28
1
-1
/
+2
*
Don't output an empty string.
Bill Wendling
2012-06-28
1
-2
/
+3
*
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-28
1
-1
/
+13
*
make LVI::getEdgeValue() always intersect the constraints of the edge with th...
Nuno Lopes
2012-06-28
1
-36
/
+53
*
fix a off-by-one bug in intersectWith(), and add a bunch of tests
Nuno Lopes
2012-06-28
1
-1
/
+1
*
Use the interface through DIDescriptor to get the tag/version for a debug info
Bill Wendling
2012-06-28
1
-9
/
+11
*
Fix cmake failure from moving files around.
Bill Wendling
2012-06-28
2
-1
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
38
-103
/
+101
*
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
1
-0
/
+1
*
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
4
-3
/
+54
*
Whitespace.
Chad Rosier
2012-06-27
1
-34
/
+34
*
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
3
-12
/
+24
*
Revert r159136 due to PR13124.
Matt Beaumont-Gay
2012-06-27
1
-11
/
+0
*
Some reassociate optimizations create new instructions, which they insert just
Duncan Sands
2012-06-27
1
-11
/
+7
*
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
1
-1
/
+1
*
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-27
1
-1
/
+2
*
Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.
Akira Hatanaka
2012-06-27
1
-1
/
+1
*
Fix bug in computation of stack size in MipsFrameLowering.cpp.
Akira Hatanaka
2012-06-27
2
-3
/
+10
*
Reduce indentation in function. Rearrange some methods. No functionality change.
Bill Wendling
2012-06-26
1
-223
/
+222
*
Revamp how debugging information is emitted for debug info objects.
Bill Wendling
2012-06-26
1
-134
/
+84
[prev]
[next]