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 support to encode function's template parameters.
Devang Patel
2011-04-05
5
-7
/
+27
*
Give RSBS and RSCS the pseudo treatment.
Owen Anderson
2011-04-05
2
-64
/
+38
*
ARM disassembler was erroneously accepting an invalid RSC instruction.
Johnny Chen
2011-04-05
2
-0
/
+15
*
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
2011-04-05
9
-904
/
+3
*
docs/ReleaseNotes.html: Please use proper *Heading* elements instead of class...
NAKAMURA Takumi
2011-04-05
1
-61
/
+61
*
ARM disassembler was erroneously accepting an invalid LSL instruction.
Johnny Chen
2011-04-05
2
-0
/
+13
*
Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi...
Owen Anderson
2011-04-05
3
-80
/
+76
*
remove graphprinter support for domfrontier.
Chris Lattner
2011-04-05
3
-14
/
+5
*
These tests no longer require linear scan because reserved register coalescin...
Jakob Stoklund Olesen
2011-04-05
5
-19
/
+14
*
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
Jakob Stoklund Olesen
2011-04-05
11
-1
/
+24
*
only 7 more weeks to go.
Chris Lattner
2011-04-05
1
-5
/
+48
*
Refactor.
Devang Patel
2011-04-05
2
-15
/
+21
*
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
[next]