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
*
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-13
7
-5
/
+105
*
Add 'implicit EFLAGS' to patterns for popcnt and lzcnt
Craig Topper
2011-10-13
2
-12
/
+23
*
Elf_Word is not POD! Stop using it in a DenseMap.
Nick Lewycky
2011-10-13
1
-7
/
+4
*
If MI is deleted then remove it from the set. If a new MI is created, it could
Nick Lewycky
2011-10-13
1
-0
/
+2
*
Tabs to spaces.
Nick Lewycky
2011-10-13
1
-2
/
+2
*
Add missing braces to pacify GCC's -Wparentheses.
Nick Lewycky
2011-10-13
1
-1
/
+2
*
Add missing ELF constants.
Michael J. Spencer
2011-10-13
1
-18
/
+216
*
Also inflate register classes around inline asm.
Jakob Stoklund Olesen
2011-10-12
2
-4
/
+28
*
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
2
-0
/
+46
*
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-12
2
-30
/
+50
*
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
3
-8
/
+58
*
Attempt to fix MSVC build.
Eli Friedman
2011-10-12
1
-2
/
+2
*
We need to verify that the machine instruction we're using as a replacement for
Bill Wendling
2011-10-12
2
-0
/
+127
*
Use a utility from MathExtras to clarify a check and avoid undefined behavior...
Eli Friedman
2011-10-12
1
-1
/
+1
*
The VMAs stored in the symbol table of a MachO file are absolute addresses, n...
Owen Anderson
2011-10-12
1
-9
/
+9
*
Use unsigned multiply to hash integers, so we don't end up with undefined beh...
Eli Friedman
2011-10-12
1
-5
/
+5
*
Removed colons from some target datalayout strings in test, since they don't ...
Lang Hames
2011-10-12
17
-17
/
+17
*
Don't label a STAB debugging symbol as a function symbol.
Owen Anderson
2011-10-12
1
-0
/
+5
*
sectionContainsSymbol needs to be based on VMA's rather than section indices ...
Owen Anderson
2011-10-12
1
-2
/
+17
*
Fix a couple hash functions so that they do not depend on undefined shifts. ...
Eli Friedman
2011-10-12
1
-2
/
+2
*
ARM addrmode5 represents the 'U' bit of the encoding backwards.
Jim Grosbach
2011-10-12
1
-14
/
+17
*
Fix APFloat::getSmallestNormalized so the shift doesn't depend on undefined b...
Eli Friedman
2011-10-12
1
-1
/
+1
*
Fix APFloat::getLargest so that it actually returns the correct value. Found...
Eli Friedman
2011-10-12
2
-2
/
+8
*
Section indices in MachO symbol tables begin at 1, not 0.
Owen Anderson
2011-10-12
1
-1
/
+1
*
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-12
3
-7
/
+75
*
Disable machine LICM speculation check (for profitability) until I have time ...
Evan Cheng
2011-10-12
1
-6
/
+15
*
To find the exiting VN of a LiveInterval from a block, use the previous slot
Cameron Zwarich
2011-10-12
1
-1
/
+1
*
Thumb2 assembly parsing and encoding for LDC/STC.
Jim Grosbach
2011-10-12
5
-100
/
+237
*
Hoist vector.size() computation out of the loop. No functionality change.
Nick Lewycky
2011-10-12
1
-1
/
+2
*
addrmode2 is gone from these, so no need for the reg0 operand.
Jim Grosbach
2011-10-12
1
-24
/
+0
*
ARM encoding tests for STC.
Jim Grosbach
2011-10-12
1
-0
/
+85
*
ARM parsing and encoding for the <option> form of LDC/STC instructions.
Jim Grosbach
2011-10-12
7
-9
/
+99
*
80 columns.
Jim Grosbach
2011-10-12
1
-2
/
+1
*
Tidy up. Formatting.
Jim Grosbach
2011-10-12
1
-2
/
+2
*
Fix a thinko that Nick noticed. The previous code actually worked as
Dan Gohman
2011-10-12
1
-1
/
+1
*
lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section....
NAKAMURA Takumi
2011-10-12
1
-1
/
+4
*
Expand the check for a landing pad so that it looks at the basic block's
Bill Wendling
2011-10-12
1
-5
/
+11
*
Use an existing function.
Jakob Stoklund Olesen
2011-10-12
1
-10
/
+2
*
Define base class LogicNOR and make 32-bit and 64-bit NOR derive from it.
Akira Hatanaka
2011-10-12
2
-13
/
+5
*
Fix encoding of 32-bit integer instructions. Change names of operands and nodes.
Akira Hatanaka
2011-10-12
1
-87
/
+108
*
Make this use a public accessor too.
Eric Christopher
2011-10-12
1
-1
/
+1
*
Add missing space.
Nick Lewycky
2011-10-12
1
-1
/
+1
*
Fix indent in comment.
Nick Lewycky
2011-10-12
1
-1
/
+1
*
Fix r141744.
Evan Cheng
2011-10-12
1
-1
/
+19
*
Fix -widen-vmovs liveness issues.
Jakob Stoklund Olesen
2011-10-12
2
-3
/
+64
*
Refine r141689 with a tri-state variable.
Evan Cheng
2011-10-11
1
-19
/
+23
*
Change name of class to ArithOverflowR.
Akira Hatanaka
2011-10-11
1
-3
/
+3
*
Define class ArithLogicI. Make 32-bit and 64-bit arithmetic and logical
Akira Hatanaka
2011-10-11
2
-35
/
+19
*
Make this test more specific. There are 3 stats that matched "machine-licm".
Bob Wilson
2011-10-11
1
-1
/
+1
*
Use public accessors on the scope that is returned.
Eric Christopher
2011-10-11
1
-2
/
+2
[next]