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
*
Fixes an issue reported by -verify-machineinstrs.
Rafael Espindola
2011-10-26
2
-6
/
+7
*
ARM parse parenthesized expressions for label references.
Jim Grosbach
2011-10-26
1
-0
/
+1
*
This commit introduces two fake instructions MORESTACK_RET and
Rafael Espindola
2011-10-26
3
-21
/
+39
*
Make sure short memsets on ARM lower to stores, even when optimizing for size.
Lang Hames
2011-10-26
1
-0
/
+2
*
The maximum power of 2 dividing a power of 2 is itself. This occurs
Duncan Sands
2011-10-26
2
-10
/
+36
*
Add support for scattered relocations to the MachO relocatation pretty printer.
Owen Anderson
2011-10-26
1
-86
/
+144
*
On an ELF system, ".debug_str" is mergeable and contains null terminated strings
Nick Lewycky
2011-10-26
1
-2
/
+3
*
The order of the two symbol listings in a Macho x86_64 subtractor relocation ...
Owen Anderson
2011-10-26
1
-1
/
+3
*
Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.
Jim Grosbach
2011-10-26
1
-1
/
+1
*
Include the full 64 bits of relocation data in the type info for MachO reloca...
Owen Anderson
2011-10-26
1
-1
/
+3
*
Expand relocation type field to 64 bits. MachO scattered relocations require...
Owen Anderson
2011-10-26
3
-4
/
+4
*
Improve pretty printing of GOT relocations in MachO on x86_64.
Owen Anderson
2011-10-26
1
-0
/
+7
*
My super-optimizer noticed that we weren't folding this expression to
Duncan Sands
2011-10-26
1
-4
/
+46
*
Simplify SplitVecRes_UnaryOp by removing all the code that is
Duncan Sands
2011-10-26
1
-43
/
+5
*
Revert r142530 at least temporarily while a discussion is had on llvm-commits...
James Molloy
2011-10-26
1
-5
/
+2
*
Use a worklist to prevent the iterator from becoming invalidated because of t...
Bill Wendling
2011-10-26
1
-3
/
+4
*
Remove unused variable.
Eric Christopher
2011-10-26
1
-1
/
+0
*
Don't use floating point to do an integer's job.
Jakob Stoklund Olesen
2011-10-26
1
-4
/
+7
*
Disable LICM speculation in high register pressure situation again now that D...
Evan Cheng
2011-10-26
1
-1
/
+1
*
Revert part of r142530. The patch potentially hurts performance especially
Evan Cheng
2011-10-26
1
-3
/
+3
*
Reapply r142920 with fix:
Bill Wendling
2011-10-26
1
-0
/
+3
*
The bitcode reader can create an shuffle with a place holder mask which it will
Mon P Wang
2011-10-26
1
-3
/
+10
*
Object/Archive: Cleanup anon namespace.
Michael J. Spencer
2011-10-25
1
-8
/
+5
*
Object/Archive: Add BSD style long file name support and skip internal members.
Michael J. Spencer
2011-10-25
1
-7
/
+48
*
Remove extraneous printing of "-PC".
Owen Anderson
2011-10-25
1
-1
/
+0
*
Add support for the notion of "hidden" relocations. On MachO, these are relo...
Owen Anderson
2011-10-25
1
-0
/
+32
*
Remove a couple redundant checks.
Eli Friedman
2011-10-25
1
-2
/
+0
*
Make assert() message more informative.
Jim Grosbach
2011-10-25
1
-1
/
+2
*
Teach the MachO relocation pretty-printer to interpret ARM half-relocations.
Owen Anderson
2011-10-25
1
-42
/
+104
*
This is the first of several patches for Mips direct object generation.
Bruno Cardoso Lopes
2011-10-25
2
-0
/
+39
*
Corrects previously incorrect $sp change in MipsCompilationCallback.
Bruno Cardoso Lopes
2011-10-25
1
-7
/
+7
*
Revert commit 142891. Takumi bisected the tablegen miscompiles
Duncan Sands
2011-10-25
1
-2
/
+1
*
Restore commits 142790 and 142843 - they weren't breaking the build
Duncan Sands
2011-10-25
1
-26
/
+46
*
Fix the API usage in loop probability heuristics. It was incorrectly
Chandler Carruth
2011-10-25
1
-15
/
+8
*
Speculatively revert commits 142790 and 142843 to see if it fixes
Duncan Sands
2011-10-25
1
-46
/
+26
*
Remove dead enum value. There is no DIESectionOffset.
Nick Lewycky
2011-10-25
1
-1
/
+0
*
Remove unused forward decl.
Eric Christopher
2011-10-25
1
-1
/
+0
*
An MBB which branches to an EH landing pad shouldn't be considered for tail m...
Bill Wendling
2011-10-25
1
-1
/
+2
*
ARM assembly parsing and encoding for VLD1 with writeback.
Jim Grosbach
2011-10-25
3
-17
/
+33
*
Remove the Blackfin backend.
Dan Gohman
2011-10-25
38
-4422
/
+0
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
38
-6284
/
+0
*
Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.
Jim Grosbach
2011-10-24
3
-4
/
+0
*
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
4
-21
/
+33
*
More fixes and improvements to MachO relocation pretty-printing, particular f...
Owen Anderson
2011-10-24
1
-31
/
+127
*
Don't crash on variable insertelement on ARM. PR10258.
Eli Friedman
2011-10-24
1
-0
/
+11
*
Check the visibility of the global variable before placing it into the stubs
Bill Wendling
2011-10-24
1
-2
/
+6
*
ARMConstantPoolMBB::print should print BB number.
Evan Cheng
2011-10-24
1
-0
/
+1
*
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
2
-0
/
+38
*
ARM refactor am6offset usage for VLD1.
Jim Grosbach
2011-10-24
5
-71
/
+181
*
Get relocation parsing/dumping to a mostly-working state for MachO files.
Owen Anderson
2011-10-24
1
-6
/
+127
[next]