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
*
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
*
Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.
Johnny Chen
2011-04-06
3
-1
/
+6
*
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
*
EngineBuilder setter method for UseMCJIT was missing return value.
Jim Grosbach
2011-04-06
1
-1
/
+2
*
add rubinius
Chris Lattner
2011-04-06
1
-0
/
+13
*
Fix a few instances of "warning: extra ';' outside of a function [-pedantic]".
Frits van Bommel
2011-04-06
1
-7
/
+7
*
This testcase passed even without the fix. Added the target info to make the
Nadav Rotem
2011-04-06
1
-0
/
+3
*
Fix some typos. Minor tweaks to how some things were expressed.
Duncan Sands
2011-04-06
1
-6
/
+5
*
Trivial typo fixes.
Jay Foad
2011-04-06
2
-3
/
+3
*
Add an empty key for DebugLoc so that you can store an empty DebugLoc in a
Nick Lewycky
2011-04-06
2
-3
/
+11
*
Finish up the first draft of the release notes.
Chris Lattner
2011-04-06
2
-118
/
+91
*
continue writing.
Chris Lattner
2011-04-06
1
-91
/
+98
*
Support using DebugLoc's in a DenseMap.
Nick Lewycky
2011-04-06
2
-0
/
+44
*
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
2
-8
/
+7
*
add the external users that emailed me.
Chris Lattner
2011-04-06
1
-0
/
+110
*
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-06
4
-99
/
+96
*
some libc++ notes.
Chris Lattner
2011-04-06
1
-6
/
+6
*
some edits.
Chris Lattner
2011-04-06
1
-21
/
+16
*
distribute content out to the appropriate sections
Chris Lattner
2011-04-06
1
-192
/
+226
*
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
2
-1
/
+4
*
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
2
-4
/
+13
[next]