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
...
*
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
*
finished my pass through all the 2.9 commits, now to make this intelligible
Chris Lattner
2011-04-05
1
-13
/
+32
*
mention llvm::ArrayRef, which should be use much more pervasively than
Chris Lattner
2011-04-05
1
-0
/
+16
*
Clean up some code for clarity.
Bob Wilson
2011-04-05
1
-5
/
+24
*
Provide an empty virtual destructor to go with the virtual methods in
Chandler Carruth
2011-04-05
1
-0
/
+1
*
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
3
-1
/
+21
*
Add support to encode function's template parameters.
Devang Patel
2011-04-05
5
-7
/
+27
*
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
2
-0
/
+15
*
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
2011-04-05
9
-904
/
+3
*
docs/ReleaseNotes.html: Please use proper *Heading* elements instead of class...
NAKAMURA Takumi
2011-04-05
1
-61
/
+61
*
ARM disassembler was erroneously accepting an invalid LSL instruction.
Johnny Chen
2011-04-05
2
-0
/
+13
*
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
*
remove graphprinter support for domfrontier.
Chris Lattner
2011-04-05
3
-14
/
+5
[prev]
[next]