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
*
Use LLVM_ENABLE_DUMP for the variables used in printing as well as the
Chandler Carruth
2012-11-20
1
-2
/
+2
*
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
1
-0
/
+21
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
2
-8
/
+13
*
Intel OCL built-ins calling conventions now support MacOS 32-bit.
Elena Demikhovsky
2012-11-20
1
-23
/
+24
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
10
-111
/
+91
*
Add a comment to associate a FIXME with a PR where it is matters.
Chandler Carruth
2012-11-20
1
-1
/
+2
*
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-20
1
-168
/
+118
*
80-column and whitespace fixups.
Eric Christopher
2012-11-20
1
-9
/
+11
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+20
*
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
3
-13
/
+17
*
Whitespace and 80-col.
Eric Christopher
2012-11-19
1
-49
/
+49
*
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-19
3
-19
/
+11
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
3
-2
/
+64
*
Move section label emission to module end. Nothing should be
Eric Christopher
2012-11-19
1
-3
/
+3
*
Handle mixed normal and early-clobber defs on inline asm.
Jakob Stoklund Olesen
2012-11-19
1
-2
/
+10
*
80 cols
Joe Abbey
2012-11-19
1
-6
/
+9
*
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
1
-2
/
+2
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
2
-115
/
+115
*
Some comment fixes.
Bob Wilson
2012-11-19
1
-1
/
+1
*
Move else onto line with preceding closing brace.
Craig Topper
2012-11-19
1
-2
/
+1
*
Remove the last bit of constant folding from LinearizeExprTree (most of it was
Duncan Sands
2012-11-18
1
-11
/
+0
*
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
1
-6
/
+24
*
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-18
1
-1
/
+2
*
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
2012-11-17
1
-0
/
+63
*
Plug a memory leak in the GCOV profiling emitter, which never released the ed...
Benjamin Kramer
2012-11-17
1
-5
/
+5
*
Broaden isSchedulingBoundary to check aliases of SP.
Andrew Trick
2012-11-17
1
-1
/
+2
*
Phi speculation improvement for BasicAA
Hal Finkel
2012-11-17
1
-3
/
+12
*
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-17
2
-0
/
+2
*
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-17
1
-33
/
+126
*
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-17
2
-0
/
+22
*
Rename methods like PairSRegs() to createSRegpairNode() to meet our coding
Weiming Zhao
2012-11-17
1
-40
/
+34
*
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-11-17
1
-33
/
+42
*
Add some basic support for the fission addr forms to DebugInfo.
Eric Christopher
2012-11-16
1
-0
/
+10
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
6
-62
/
+185
*
Use array_pod_sort instead of std::sort.
Andrew Trick
2012-11-16
1
-41
/
+36
*
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
Anton Korobeynikov
2012-11-16
2
-7
/
+9
*
Fix handling of aliases to functions.
Richard Osborne
2012-11-16
1
-13
/
+9
*
[NVPTX] Order global variables in def-use order before emiting them in the fi...
Justin Holewinski
2012-11-16
1
-3
/
+67
*
Preserve address space of forward-referenced global variables in the LL parser
Justin Holewinski
2012-11-16
1
-1
/
+3
*
Make this easier to understand, as suggested by Chandler.
Duncan Sands
2012-11-16
2
-2
/
+12
*
Remove conditions from 'else if' that were guaranteed by preceding 'if'.
Craig Topper
2012-11-16
1
-12
/
+12
*
InstructionSimplify should be able to simplify A+B==B+A to 'true'
Duncan Sands
2012-11-16
1
-2
/
+14
*
Using const cast to alleviate a warning.
Joe Abbey
2012-11-16
1
-1
/
+2
*
Factor out the final FADD that's common to multiple code paths in the visitLo...
Craig Topper
2012-11-16
1
-45
/
+30
*
move irrelevant attribution.
Chris Lattner
2012-11-16
1
-3
/
+1
*
Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic
Duncan Sands
2012-11-16
1
-2
/
+14
*
SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.
Hans Wennborg
2012-11-16
1
-1
/
+2
*
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-11-16
3
-5
/
+63
*
Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld reads
Amara Emerson
2012-11-16
2
-3
/
+2
*
Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast
Hans Wennborg
2012-11-16
1
-1
/
+3
[next]