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
*
Fix Android.mk.
Nowar Gu
2011-07-17
1
-0
/
+1
*
Merge upstream to r135360 at Sun. 17th July 2011.
Nowar Gu
2011-07-17
10
-27
/
+141
|
\
|
*
tidy up
Chris Lattner
2011-07-17
1
-9
/
+9
|
*
Silence compiler warnings.
Benjamin Kramer
2011-07-16
1
-5
/
+4
|
*
Remove unused LoopRanges from RegAllocGreedy.
Jakub Staszak
2011-07-16
1
-6
/
+0
|
*
Remove "LoopInfo.h" include from BranchProbabilityInfo.h.
Jakub Staszak
2011-07-16
2
-5
/
+8
|
*
Add MachineBlockFrequency analysis.
Jakub Staszak
2011-07-16
5
-2
/
+120
*
|
Fix Android.mk.
Nowar Gu
2011-07-16
14
-40
/
+132
*
|
Merge upstream to r135343 at Sat. 16th July 2011.
Nowar Gu
2011-07-16
793
-15693
/
+17000
|
\
\
|
|
/
|
*
Revert r135319 in an attempt to get to unbreak testers.
Owen Anderson
2011-07-16
3
-28
/
+55
|
*
More minor adjustments.
Eric Christopher
2011-07-16
1
-10
/
+10
|
*
Silence unused variable warning
Matt Beaumont-Gay
2011-07-16
1
-0
/
+1
|
*
Make the disassembler able to disassemble a bunch of instructions with names ...
Eli Friedman
2011-07-16
3
-1
/
+53
|
*
indvars: fix a pass-sensitivity issue that would hit the SCEVExpander
Andrew Trick
2011-07-16
1
-2
/
+13
|
*
indvars: remove ExprToIVMap because it won't be needed by LFTR.
Andrew Trick
2011-07-16
1
-9
/
+3
|
*
Fix SCEVEXpander to handle arbitrary phi expansion. Includes two
Andrew Trick
2011-07-16
2
-9
/
+20
|
*
Add AVX 128-bit patterns for sint_to_fp
Bruno Cardoso Lopes
2011-07-16
2
-1
/
+53
|
*
Finish propagating %asmtmp->%1 change.
Eric Christopher
2011-07-16
2
-2
/
+2
|
*
He said *before* the last split point.
Jakob Stoklund Olesen
2011-07-16
1
-1
/
+1
|
*
fix rdar://9776316 - type remapping needed for inline asm blobs,
Chris Lattner
2011-07-15
2
-1
/
+34
|
*
deconstify getType()'s.
Chris Lattner
2011-07-15
2
-4
/
+4
|
*
LegalizeDAG doesn't need its own copy of this enum.
Dan Gohman
2011-07-15
1
-7
/
+1
|
*
Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...
Owen Anderson
2011-07-15
3
-55
/
+28
|
*
Delete LegalizeDAG's own version of isTypeLegal and getTypeAction
Dan Gohman
2011-07-15
1
-26
/
+16
|
*
Fix a couple of things:
Bruno Cardoso Lopes
2011-07-15
2
-61
/
+52
|
*
Add a few patterns for 256-bit bitcasts. No testcases now, they are
Bruno Cardoso Lopes
2011-07-15
1
-0
/
+9
|
*
Delete an unused variable and a redundant assert.
Dan Gohman
2011-07-15
1
-9
/
+1
|
*
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-07-15
4
-299
/
+311
|
*
Modernize comments.
Dan Gohman
2011-07-15
1
-7
/
+4
|
*
PR10370: Make sure we know how to relax push correctly on x86-64.
Eli Friedman
2011-07-15
2
-5
/
+8
|
*
Use DebugLoc directly to map inlined functions' instructions to respective le...
Devang Patel
2011-07-15
2
-5
/
+9
|
*
A real testcase for r135286.
Chad Rosier
2011-07-15
1
-36
/
+19
|
*
Update these tests, no longer outputting names for the variables.
Eric Christopher
2011-07-15
2
-6
/
+6
|
*
Fix pointer heuristic. Check whether predicator is ICMP_NE instead of if it is
Jakub Staszak
2011-07-15
1
-2
/
+2
|
*
A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...
Eli Friedman
2011-07-15
1
-5
/
+6
|
*
Add testcase for r135286.
Chad Rosier
2011-07-15
1
-0
/
+47
|
*
Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...
Owen Anderson
2011-07-15
8
-26
/
+21
|
*
Teach llvm-objdump to disassemble sections symbol by symbol.
Benjamin Kramer
2011-07-15
2
-23
/
+60
|
*
ObjectFile: Add a method to check whether a section contains a symbol.
Benjamin Kramer
2011-07-15
5
-0
/
+50
|
*
Have tblgen produce code that tolerates operands that return an invalid match...
Kevin Enderby
2011-07-15
1
-0
/
+4
|
*
Disable loop idiom recognition of memset/memcpy if the function being compiled
Chad Rosier
2011-07-15
1
-0
/
+5
|
*
Remove unnecessary duplicate instruction definitions that simply overloaded t...
Owen Anderson
2011-07-15
1
-9
/
+8
|
*
MachOObjectFile: Get symbol functions ready for 64 bit.
Benjamin Kramer
2011-07-15
1
-13
/
+58
|
*
No need to explicitly invoke the ArrayRef constructor here.
Frits van Bommel
2011-07-15
1
-1
/
+1
|
*
Eliminate redundant map.
Devang Patel
2011-07-15
2
-12
/
+3
|
*
Eliminate "const" from extern const to fix breakeage since r135184 on msvc.
NAKAMURA Takumi
2011-07-15
5
-10
/
+10
|
*
For my ego.
Francois Pichet
2011-07-15
1
-0
/
+4
|
*
In Twine::str(), if the Twine stores only a std::string, just return a direct...
Frits van Bommel
2011-07-15
1
-3
/
+8
|
*
Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.
Francois Pichet
2011-07-15
6
-10
/
+10
|
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
30
-317
/
+144
[next]