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
*
Refactor MCJIT 32-bit section loading.
Jim Grosbach
2011-04-08
2
-82
/
+67
*
llvm.global_[cd]tor is defined to be either external, or appending with an array
Nick Lewycky
2011-04-08
4
-37
/
+33
*
Add sanity checking for bad register specifier(s) for the DPFrm instructions.
Johnny Chen
2011-04-08
1
-0
/
+30
*
Micro optimization and improved similarity with gas' output:
Rafael Espindola
2011-04-07
1
-10
/
+38
*
Do not let debug info interfer with branch folding.
Devang Patel
2011-04-07
1
-0
/
+6
*
Replace the old algorithm that emitted the "print the alias for an instruction"
Bill Wendling
2011-04-07
4
-5
/
+22
*
Add option to emit @llvm.trap as a function call instead of a trap instructio...
Evan Cheng
2011-04-07
1
-1
/
+23
*
Add support for .skip.
Rafael Espindola
2011-04-07
1
-1
/
+1
*
Fix indentation.
Akira Hatanaka
2011-04-07
1
-2
/
+2
*
Update ATUsed every time after expandRegLargeImmPair is called.
Akira Hatanaka
2011-04-07
1
-4
/
+8
*
Fixed encoding for VEXTqf
Mon P Wang
2011-04-07
1
-2
/
+2
*
Added a check in the preRA scheduler for potential interference on a
Andrew Trick
2011-04-07
3
-4
/
+107
*
Fix handling of functions with internal linkage.
Akira Hatanaka
2011-04-07
1
-8
/
+27
*
Add sanity checking for invalid register encodings for signed/unsigned extend...
Johnny Chen
2011-04-07
1
-0
/
+5
*
Add sanity checking for invalid register encodings for saturating instructions.
Johnny Chen
2011-04-07
1
-0
/
+5
*
Recompute hasPHIKill flags when shrinking live intervals.
Jakob Stoklund Olesen
2011-04-07
1
-1
/
+3
*
Add some more comments about checkings of invalid register numbers.
Johnny Chen
2011-04-07
1
-0
/
+5
*
Expose more passes to the C API.
Rafael Espindola
2011-04-07
1
-0
/
+16
*
Avoid moving iterators when the previous block was just visited.
Jakob Stoklund Olesen
2011-04-07
1
-8
/
+13
*
Prefer multiplications to divisions.
Jakob Stoklund Olesen
2011-04-07
1
-7
/
+13
*
Extract SpillPlacement::addLinks for handling the special transparent blocks.
Jakob Stoklund Olesen
2011-04-07
3
-37
/
+49
*
While hoisting common code from if/else, hoist debug info intrinsics if they ...
Devang Patel
2011-04-07
1
-8
/
+18
*
Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector...
Tanya Lattner
2011-04-07
1
-0
/
+6
*
Fixed a bug where missing EDInstInfo would cause
Sean Callanan
2011-04-07
1
-0
/
+3
*
Sanity check MSRi for invalid mask values and reject it as invalid.
Johnny Chen
2011-04-07
1
-0
/
+5
*
PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad
Eli Friedman
2011-04-07
1
-21
/
+4
*
The ARM disassembler was not recognizing USADA8 instruction. Need to add che...
Johnny Chen
2011-04-07
1
-3
/
+5
*
Change -arm-divmod-libcall to a target neutral option.
Evan Cheng
2011-04-07
2
-6
/
+7
*
Remove dead code. rdar://9221736.
Evan Cheng
2011-04-07
1
-5
/
+0
*
Should also check SMLAD for invalid register values.
Johnny Chen
2011-04-07
1
-6
/
+12
*
Simplify. isIdenticalToWhenDefined() checks opcode.
Devang Patel
2011-04-07
1
-4
/
+2
*
Set unnamed_addr on strings created through the IRBuilder.
Nick Lewycky
2011-04-07
1
-0
/
+1
*
Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...
Owen Anderson
2011-04-06
1
-1
/
+8
*
Cleanups from Jim: remove redundant constraints and a dead FIXME.
Owen Anderson
2011-04-06
1
-11
/
+5
*
While folding branch to a common destination into a predecessor, copy dbg val...
Devang Patel
2011-04-06
1
-4
/
+17
*
Tidy up.
Jim Grosbach
2011-04-06
1
-2
/
+1
*
A8.6.393
Johnny Chen
2011-04-06
1
-26
/
+47
*
tidy up.
Jim Grosbach
2011-04-06
1
-1
/
+1
*
Also account for the spill code that would be inserted in live-through blocks...
Jakob Stoklund Olesen
2011-04-06
1
-5
/
+16
*
Abort the constraint calculation early when all positive bias is lost.
Jakob Stoklund Olesen
2011-04-06
1
-33
/
+63
*
A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
Johnny Chen
2011-04-06
1
-1
/
+14
*
Fix comment to use llvm 2.x syntax.
Nick Lewycky
2011-04-06
1
-1
/
+1
*
Replace const std::vector& with ArrayRef in the type creation APIs.
Nick Lewycky
2011-04-06
2
-8
/
+10
*
Keep track of the number of positively biased nodes when adding constraints.
Jakob Stoklund Olesen
2011-04-06
3
-3
/
+16
*
Break the spill placement algorithm into three parts: prepare, addConstraints...
Jakob Stoklund Olesen
2011-04-06
3
-30
/
+39
*
Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.
Johnny Chen
2011-04-06
2
-1
/
+3
*
Add another case we are not optimizing.
Rafael Espindola
2011-04-06
1
-0
/
+30
*
The original issue has been fixed by not doing unnecessary sign extensions.
Rafael Espindola
2011-04-06
1
-14
/
+17
*
face+palm
Devang Patel
2011-04-06
1
-4
/
+4
*
Do a topological sort of the types before writing them out.
Rafael Espindola
2011-04-06
3
-29
/
+71
[next]