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
...
*
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
*
Fix a few instances of "warning: extra ';' outside of a function [-pedantic]".
Frits van Bommel
2011-04-06
1
-7
/
+7
*
Add an empty key for DebugLoc so that you can store an empty DebugLoc in a
Nick Lewycky
2011-04-06
1
-1
/
+1
*
Support using DebugLoc's in a DenseMap.
Nick Lewycky
2011-04-06
1
-0
/
+24
*
Oops. Scary.
Jakob Stoklund Olesen
2011-04-06
1
-1
/
+1
*
Analyze blocks with uses separately from live-through blocks without uses.
Jakob Stoklund Olesen
2011-04-06
3
-89
/
+120
*
Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function.
Johnny Chen
2011-04-06
1
-7
/
+3
*
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-06
2
-91
/
+88
*
Reapply r128946 (pseudoization of various instructions), and fix the extra im...
Owen Anderson
2011-04-05
2
-65
/
+42
*
Make the virtual destructor out-of-line so we have a key function.
Chandler Carruth
2011-04-05
1
-0
/
+3
*
Sign error
Jakob Stoklund Olesen
2011-04-05
1
-1
/
+1
*
Don't crash when a value is defined after the last split point.
Jakob Stoklund Olesen
2011-04-05
1
-1
/
+2
*
Permit blocks to branch directly to a landing pad.
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+5
*
Remove extraneous 'return'.
Jim Grosbach
2011-04-05
1
-2
/
+1
*
Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal...
Johnny Chen
2011-04-05
1
-1
/
+7
*
Clean up some code for clarity.
Bob Wilson
2011-04-05
1
-5
/
+24
*
Revert r128946 while I figure out why it broke the buildbots.
Owen Anderson
2011-04-05
2
-38
/
+64
*
A7.3 register encoding
Johnny Chen
2011-04-05
1
-0
/
+10
*
Add support to encode function's template parameters.
Devang Patel
2011-04-05
2
-4
/
+11
*
Give RSBS and RSCS the pseudo treatment.
Owen Anderson
2011-04-05
2
-64
/
+38
*
ARM disassembler was erroneously accepting an invalid RSC instruction.
Johnny Chen
2011-04-05
1
-0
/
+6
*
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
2011-04-05
2
-52
/
+0
*
ARM disassembler was erroneously accepting an invalid LSL instruction.
Johnny Chen
2011-04-05
1
-0
/
+4
*
Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...
Owen Anderson
2011-04-05
3
-80
/
+76
*
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
Jakob Stoklund Olesen
2011-04-05
2
-0
/
+14
*
Refactor.
Devang Patel
2011-04-05
2
-15
/
+21
[prev]
[next]