index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document llvm/ADT/IntEqClasses.h in ProgrammersManual.html
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+21
*
Add an assertion instead of crashing when the scavenger goes past the end
Bob Wilson
2011-04-05
1
-1
/
+2
*
Fix typos. Adjust some whitespace for style. No functionality change.
Nick Lewycky
2011-04-05
2
-14
/
+14
*
The r128085 checkin modified the operand ordering for MRC/MRC2 instructions.
Johnny Chen
2011-04-05
2
-7
/
+22
*
Add support for detection of Intel SandyBridge.
Roman Divacky
2011-04-05
1
-0
/
+2
*
Fix one more batch of X86 tests to be register allocation dependent.
Jakob Stoklund Olesen
2011-04-05
9
-2797
/
+2811
*
When dead code elimination removes all but one use, try to fold the single de...
Jakob Stoklund Olesen
2011-04-05
3
-0
/
+56
*
Do not emit empty name.
Devang Patel
2011-04-05
1
-1
/
+2
*
ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error.
Johnny Chen
2011-04-05
3
-6
/
+15
*
Fix a typo.
Andrew Trick
2011-04-05
1
-1
/
+1
*
Added *hidden* flags -print-options and -print-all-options so
Andrew Trick
2011-04-05
4
-41
/
+436
*
LDRD now prints out two dst registers.
Johnny Chen
2011-04-05
1
-1
/
+1
*
Fix test-llvm failures.
Johnny Chen
2011-04-05
6
-13
/
+13
*
whitespace
Andrew Trick
2011-04-05
2
-10
/
+10
*
An MCDisassembler has the option to not implement
Shantonu Sen
2011-04-05
1
-2
/
+4
*
Make second source operand of LDRD pre/post explicit.
Jim Grosbach
2011-04-05
2
-8
/
+28
*
more notes to self.
Chris Lattner
2011-04-05
1
-6
/
+59
*
Constants with multiple encodings (ARM):
Johnny Chen
2011-04-05
3
-8
/
+9
*
Check for invalid register encodings for UMAAL and friends where:
Johnny Chen
2011-04-05
2
-2
/
+60
*
Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/...
Owen Anderson
2011-04-05
2
-41
/
+56
*
ARM doesn't support byval yet. XFAIL this test until it does.
Stuart Hastings
2011-04-05
1
-0
/
+1
*
Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming
Oscar Fuentes
2011-04-05
5
-7
/
+7
*
Ensure all defs referring to a virtual register are marked dead by addRegiste...
Jakob Stoklund Olesen
2011-04-05
2
-8
/
+7
*
Print visibility info for external variables.
Rafael Espindola
2011-04-05
2
-12
/
+17
*
Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...
Jakob Stoklund Olesen
2011-04-05
3
-54
/
+31
*
InstCombine optimizes gep(bitcast(x)) even when the bitcasts casts away address
Nadav Rotem
2011-04-05
2
-8
/
+27
*
docs/ReleaseNotes.html: Add a few notes to MCCOFF and x64. FIXME: fixme!
NAKAMURA Takumi
2011-04-05
1
-8
/
+22
*
docs/GettingStarted.html: FIXME: dg, lit, and source tree layout.
NAKAMURA Takumi
2011-04-05
1
-0
/
+10
*
add a bunch of notes to myself, this is not intended to be gramatic or
Chris Lattner
2011-04-05
1
-40
/
+82
*
Stop precomputing last split points, query the SplitAnalysis cache on demand.
Jakob Stoklund Olesen
2011-04-05
3
-21
/
+17
*
Cache the fairly expensive last split point computation and provide a fast
Jakob Stoklund Olesen
2011-04-05
3
-14
/
+58
*
Revamp the SjLj "dispatch setup" intrinsic.
Bill Wendling
2011-04-05
5
-14
/
+11
*
Fix up testcase for previous commit.
Eric Christopher
2011-04-05
1
-1
/
+1
*
Just use BL all the time. It's safer that way.
Eric Christopher
2011-04-05
1
-9
/
+1
*
Revert 123704; it broke threaded LLVM.
Stuart Hastings
2011-04-05
1
-9
/
+15
*
Fix register-dependent X86 tests.
Jakob Stoklund Olesen
2011-04-05
30
-76
/
+96
*
Fix SRS/SRSW encoding bits.
Johnny Chen
2011-04-05
3
-0
/
+28
*
A8.6.105 MUL
Johnny Chen
2011-04-04
1
-1
/
+3
*
Add info on where to get 2.9 final svn sources.
Bill Wendling
2011-04-04
1
-0
/
+1
*
RFE encoding should also specify the "should be" encoding bits.
Johnny Chen
2011-04-04
3
-28
/
+49
*
Add missing file from r128851.
Jim Grosbach
2011-04-04
1
-0
/
+58
*
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-04-04
5
-25
/
+64
*
Make OpcodeMask an unsigned long long literal to deal with overflow.
Joerg Sonnenberger
2011-04-04
1
-1
/
+1
*
Allow coalescing with reserved physregs in certain cases:
Jakob Stoklund Olesen
2011-04-04
5
-118
/
+14
*
Extract physreg joining policy to a separate method.
Jakob Stoklund Olesen
2011-04-04
2
-53
/
+60
*
Fix incorrect alignment for NEON VST2b32_UPD.
Johnny Chen
2011-04-04
2
-7
/
+135
*
Update BreakpointPrinter to emit original function names only.
Devang Patel
2011-04-04
1
-15
/
+31
*
Insert code in the right location when lowering PowerPC atomics.
Jakob Stoklund Olesen
2011-04-04
1
-2
/
+4
*
Disable the PowerPC/Atomics-64 test.
Jakob Stoklund Olesen
2011-04-04
1
-2
/
+8
*
Remove unused function.
Eric Christopher
2011-04-04
1
-21
/
+0
[next]