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
...
*
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
2
-0
/
+64
*
Add a VEXT test.
Johnny Chen
2011-04-07
1
-0
/
+3
*
Replace the old algorithm that emitted the "print the alias for an instruction"
Bill Wendling
2011-04-07
6
-152
/
+88
*
If present, use gold's support for getting a file view. This prevents having
Rafael Espindola
2011-04-07
1
-1
/
+12
*
Add option to emit @llvm.trap as a function call instead of a trap instructio...
Evan Cheng
2011-04-07
2
-4
/
+31
*
Add support for .skip.
Rafael Espindola
2011-04-07
2
-1
/
+6
*
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
5
-10
/
+145
*
Fix handling of functions with internal linkage.
Akira Hatanaka
2011-04-07
2
-8
/
+79
*
Add sanity checking for invalid register encodings for signed/unsigned extend...
Johnny Chen
2011-04-07
3
-0
/
+22
*
Add sanity checking for invalid register encodings for saturating instructions.
Johnny Chen
2011-04-07
2
-0
/
+16
*
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
3
-0
/
+19
*
Expose more passes to the C API.
Rafael Espindola
2011-04-07
2
-0
/
+28
*
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
2
-8
/
+71
*
Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector...
Tanya Lattner
2011-04-07
2
-0
/
+24
*
Fix a bit of nonsense.
Jay Foad
2011-04-07
1
-2
/
+2
*
add faust too
Chris Lattner
2011-04-07
1
-0
/
+14
*
add a few late stragglers.
Chris Lattner
2011-04-07
1
-0
/
+30
*
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
2
-0
/
+17
*
PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad
Eli Friedman
2011-04-07
4
-23
/
+45
*
The ARM disassembler was not recognizing USADA8 instruction. Need to add che...
Johnny Chen
2011-04-07
2
-3
/
+8
*
Change -arm-divmod-libcall to a target neutral option.
Evan Cheng
2011-04-07
4
-7
/
+12
*
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
2
-6
/
+23
*
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
*
Add support for ArrayRef in IRBuilder's CreateCall.
Nick Lewycky
2011-04-07
1
-0
/
+6
*
Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...
Owen Anderson
2011-04-06
2
-1
/
+17
*
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
2
-26
/
+58
*
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
*
Fix typo in doxy-comment.
Nick Lewycky
2011-04-06
1
-1
/
+1
*
A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
Johnny Chen
2011-04-06
4
-1
/
+30
*
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
3
-13
/
+15
*
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 typo.
Roman Divacky
2011-04-06
1
-1
/
+1
[prev]
[next]