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
...
*
delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 ins...
Johnny Chen
2011-03-25
2
-0
/
+8
*
The opcode names ("tLDM", "tLDM_UPD") used for conflict resolution have been ...
Johnny Chen
2011-03-24
2
-2
/
+8
*
The ARM disassembler was confused with the 16-bit tSTMIA instruction.
Johnny Chen
2011-03-24
2
-0
/
+8
*
Move test in x86 specific area.
Devang Patel
2011-03-24
1
-0
/
+3
*
Suppress an unused variable warning in -asserts builds
Matt Beaumont-Gay
2011-03-24
1
-0
/
+1
*
Handle the added VBICiv*i* NEON instructions, too.
Johnny Chen
2011-03-24
2
-2
/
+10
*
Testcase for llvm-gcc commit r128230.
Eric Christopher
2011-03-24
1
-0
/
+11
*
Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer!
Johnny Chen
2011-03-24
1
-3
/
+1
*
T2 Load/Store Multiple:
Johnny Chen
2011-03-24
2
-1
/
+4
*
Plug a leak in the arm disassembler and put the tests back.
Benjamin Kramer
2011-03-24
3
-3
/
+10
*
Add asm parsing support w/ testcases for strex/ldrex family of instructions
Bruno Cardoso Lopes
2011-03-24
11
-61
/
+156
*
Remove these two test files as they cause llvm-i686-linux-vg_leak build to fa...
Johnny Chen
2011-03-24
2
-8
/
+0
*
ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder wa...
Johnny Chen
2011-03-24
3
-1
/
+8
*
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-24
4
-13
/
+96
*
Clean up assembly statement separator support.
Jim Grosbach
2011-03-24
5
-14
/
+25
*
The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.c...
Johnny Chen
2011-03-24
2
-0
/
+19
*
Add comments to the handling of opcode CPS3p to reject invalid instruction en...
Johnny Chen
2011-03-24
3
-0
/
+10
*
revert r128199 until it can be made to work with Frontend/dependency-gen.c.
Andrew Trick
2011-03-24
1
-5
/
+9
*
Debug intrinsics must be skipped at the beginning and ends of blocks, lest they
Cameron Zwarich
2011-03-24
1
-2
/
+6
*
Fix typo in comment.
Jay Foad
2011-03-24
1
-1
/
+1
*
fix description, PR9542
Chris Lattner
2011-03-24
1
-5
/
+6
*
It is enough for the CallInst to have no uses to be made a tail call with a ret
Cameron Zwarich
2011-03-24
1
-1
/
+1
*
s/UpdateDT/ModifiedDT/g
Devang Patel
2011-03-24
1
-8
/
+8
*
Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets.
NAKAMURA Takumi
2011-03-24
5
-63
/
+182
*
llvm-stub.cpp: mingw-w64 tweak.
NAKAMURA Takumi
2011-03-24
1
-1
/
+1
*
Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn...
Evan Cheng
2011-03-24
1
-1
/
+4
*
Nasty bug in ARMBaseInstrInfo::produceSameValue(). The MachineConstantPoolEntry
Evan Cheng
2011-03-24
1
-5
/
+12
*
Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.
Michael J. Spencer
2011-03-24
1
-9
/
+5
*
Do early taildup of ret in CodeGenPrepare for potential tail calls that have a
Cameron Zwarich
2011-03-24
2
-17
/
+74
*
Use an early return instead of a long if block.
Cameron Zwarich
2011-03-24
1
-51
/
+51
*
When UpdateDT is set, DT is invalid, which could cause problems when trying to
Cameron Zwarich
2011-03-24
1
-2
/
+3
*
Check for TLI so that -codegenprepare can be used from opt.
Cameron Zwarich
2011-03-24
1
-0
/
+3
*
CPS3p: Let's reject impossible imod values by returning false from the Disass...
Johnny Chen
2011-03-24
1
-0
/
+3
*
Load/Store Multiple:
Johnny Chen
2011-03-24
2
-4
/
+10
*
STRT and STRBT was incorrectly tagged as IndexModeNone during the refactoring...
Johnny Chen
2011-03-24
2
-2
/
+5
*
The r128103 fix to cope with the removal of addressing modes from the MC inst...
Johnny Chen
2011-03-24
2
-2
/
+10
*
Runtime dylib simple ARM 24-bit branch relocation support.
Jim Grosbach
2011-03-23
1
-14
/
+49
*
Enable GlobalMerge on darwin.
Devang Patel
2011-03-23
3
-8
/
+1
*
Fix comments.
Jim Grosbach
2011-03-23
1
-2
/
+2
*
Revert r128175.
Andrew Trick
2011-03-23
3
-103
/
+16
*
Cmp peephole optimization isn't always safe for signed arithmetics.
Evan Cheng
2011-03-23
3
-5
/
+88
*
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
Eli Friedman
2011-03-23
3
-60
/
+65
*
Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS.
Andrew Trick
2011-03-23
3
-16
/
+103
*
Split out relocation resolution into target-specific bits.
Jim Grosbach
2011-03-23
1
-3
/
+71
*
The high bit of a Thumb2 ADR's offset is stored in bit 26, not bit 25.
Owen Anderson
2011-03-23
1
-1
/
+1
*
Fix double-free of Module.
Jim Grosbach
2011-03-23
1
-1
/
+0
*
Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...
Owen Anderson
2011-03-23
1
-3
/
+2
*
Ensure that def-side physreg copies are scheduled above any other uses
Andrew Trick
2011-03-23
1
-0
/
+9
*
whitespace
Andrew Trick
2011-03-23
1
-2
/
+2
*
Start of relocation resolution for the runtime dyld library.
Jim Grosbach
2011-03-23
1
-21
/
+130
[prev]
[next]