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
*
Comment and clarifying assert.
Andrew Trick
2011-09-02
1
-0
/
+1
*
No need to get fancy inserting a PHI node when the values are stored in stack
Bill Wendling
2011-09-02
1
-43
/
+15
*
Change X86 disassembly to print immediates values as signed by default. Special
Kevin Enderby
2011-09-02
2
-1
/
+36
*
Tidy up. Formatting.
Jim Grosbach
2011-09-02
4
-16
/
+18
*
Update comments to reflect reality.
Bill Wendling
2011-09-02
2
-4
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2011-09-02
1
-4
/
+8
*
Thumb2 parsing and encoding for AND (register).
Jim Grosbach
2011-09-02
1
-1
/
+21
*
Simplify by using isFullCopy().
Jakob Stoklund Olesen
2011-09-02
1
-3
/
+1
*
Revert r138826 until PR10834 can be fixed.
Bill Wendling
2011-09-02
1
-1
/
+8
*
Thumb2 parsing and encoding for ADD (register).
Jim Grosbach
2011-09-02
1
-9
/
+14
*
Darwin wants ctors/dtors to be ordered the other way round to linux.
Duncan Sands
2011-09-02
3
-1
/
+12
*
Enable SCEV-based unrolling by default.
Andrew Trick
2011-09-02
1
-3
/
+3
*
Return undef value (instead of arbitrary) for wrong or undef index in
Jakub Staszak
2011-09-02
1
-4
/
+4
*
ConstantVector returns arbitrary value for the wrong index.
Jakub Staszak
2011-09-02
1
-0
/
+4
*
Compare type size instead of type _store_ size to make sure that BitCastInst
Jakub Staszak
2011-09-02
1
-2
/
+2
*
Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.
Kalle Raiskila
2011-09-02
1
-2
/
+2
*
Perform the upgrading of the old EH to the new EH in a more sane manner.
Bill Wendling
2011-09-02
1
-34
/
+113
*
Merge the ARM disassembler header into the implementation file, since it is n...
Owen Anderson
2011-09-01
2
-85
/
+54
*
Fix 80 columns violations.
Owen Anderson
2011-09-01
1
-449
/
+655
*
Revert r131152, r129796, r129761. This code is currently considered
Dan Gohman
2011-09-01
1
-52
/
+43
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
14
-27
/
+45
*
Null-initialize to shut up -Wuninitialized warnings.
Eli Friedman
2011-09-01
1
-1
/
+1
*
Fix apparent build error caused by r138948 on certain versions of GCC with -W...
James Molloy
2011-09-01
2
-21
/
+36
*
Reduce indentation. No functionality change.
Bill Wendling
2011-09-01
1
-17
/
+18
*
Change worklist driven deletion to be an iterative process.
Bill Wendling
2011-09-01
2
-42
/
+12
*
Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...
Eli Friedman
2011-09-01
1
-7
/
+6
*
Fix the build for us -Werror users.
Nick Lewycky
2011-09-01
2
-37
/
+24
*
Make isSafeToSpeculativelyExecute() return the right answer for some new inst...
Eli Friedman
2011-09-01
1
-0
/
+4
*
Permit remat of partial register defs when it is safe.
Jakob Stoklund Olesen
2011-09-01
1
-5
/
+10
*
ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.
Jim Grosbach
2011-09-01
1
-1
/
+1
*
Fix vbroadcast matching logic to early unmatch if the node doesn't have
Bruno Cardoso Lopes
2011-09-01
1
-1
/
+5
*
Fix up r137380 based on post-commit review by Jim Grosbach.
James Molloy
2011-09-01
3
-612
/
+627
*
t2Bcc is allowed to have a predicate without a preceding IT instruction.
Owen Anderson
2011-09-01
1
-1
/
+2
*
Revert r138794, "Do not try to rematerialize a value from a partial definition."
Jakob Stoklund Olesen
2011-09-01
1
-22
/
+1
*
Prevent remat of partial register redefinitions.
Jakob Stoklund Olesen
2011-09-01
1
-0
/
+9
*
Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry...
Evan Cheng
2011-09-01
1
-27
/
+40
*
Resubmit with fix. Properly remove the instructions except for landingpad, wh...
Bill Wendling
2011-09-01
1
-9
/
+28
*
Submitted this too early.
Bill Wendling
2011-09-01
1
-5
/
+0
*
Don't DCE the landingpad instruction.
Bill Wendling
2011-09-01
1
-0
/
+5
*
PreRA scheduler should avoid cloning compares.
Andrew Trick
2011-09-01
1
-1
/
+35
*
Don't forget to add the landingpad and resume instructions to the Instruction...
Bill Wendling
2011-09-01
1
-0
/
+2
*
Thumb2 assembly parsing and encoding for ADD(immediate).
Jim Grosbach
2011-09-01
2
-6
/
+50
*
Fixup for functions that return a bool.
Chad Rosier
2011-08-31
1
-2
/
+2
*
Static relocation model Thumb jump table interworking.
Jim Grosbach
2011-08-31
1
-0
/
+5
*
The asm parser currently selects the wrong encoding for non-conditional Thumb...
Owen Anderson
2011-08-31
2
-5
/
+6
*
Fix Size Typing
David Greene
2011-08-31
1
-1
/
+1
*
Thumb2 t2Bcc should encode as t2B when condition is 'always'.
Jim Grosbach
2011-08-31
1
-0
/
+5
*
Move more code around and duplicate AVX patterns: MOVHPS and MOVLPS
Bruno Cardoso Lopes
2011-08-31
1
-109
/
+216
*
Move MOVAPS,MOVUPS patterns close to the instructions definition
Bruno Cardoso Lopes
2011-08-31
1
-88
/
+92
*
Remove "_Int" forms of MOVUPSmr and MOVAPSmr
Bruno Cardoso Lopes
2011-08-31
1
-16
/
+13
[next]