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
*
Fix comment.
Eric Christopher
2010-10-17
1
-1
/
+1
*
Turn on AddOperator folding in GEP.
Eric Christopher
2010-10-17
1
-1
/
+1
*
Use the i12 immediate versions of the load instructions - they're handled
Eric Christopher
2010-10-17
1
-6
/
+6
*
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-10-16
7
-48
/
+108
*
Eliminate some calls to Value::getNameStr.
Benjamin Kramer
2010-10-16
3
-5
/
+5
*
MC-COFF: Add support for default-null weak externals.
Michael J. Spencer
2010-10-16
2
-48
/
+62
*
X86-Windows: Emit an undefined global __fltused symbol when targeting Windows
Michael J. Spencer
2010-10-16
3
-1
/
+29
*
Whitespace!
Michael J. Spencer
2010-10-16
2
-69
/
+69
*
MC/AsmParser: Report .stabs directive as unsupported.
Daniel Dunbar
2010-10-16
1
-0
/
+9
*
More machine LICM work. It now tracks register pressure for path from prehead...
Evan Cheng
2010-10-16
1
-69
/
+155
*
Fix some funky formatting that got through.
Eric Christopher
2010-10-16
1
-1
/
+3
*
ARMCodeEmitter::emitMiscInstruction is dead. Long live
Bill Wendling
2010-10-15
1
-45
/
+1
*
Make sure offset is 0 for load/store register to the stack call.
Eric Christopher
2010-10-15
1
-2
/
+2
*
Generalize MemCpyOpt's handling of call slot forwarding to function properly ...
Owen Anderson
2010-10-15
1
-18
/
+48
*
Formatting.
Eric Christopher
2010-10-15
1
-4
/
+4
*
Fix else if -> if in store machinery.
Eric Christopher
2010-10-15
1
-1
/
+1
*
Reformatting. No functionalogicality changes.
Bill Wendling
2010-10-15
1
-19
/
+15
*
Refactor ARM fast-isel reg + offset to be a base + offset.
Eric Christopher
2010-10-15
1
-40
/
+45
*
Encoding information for the various ARM saturating add/sub instructions.
Jim Grosbach
2010-10-15
1
-46
/
+53
*
ARM binary encoding information for RSB and RSC instructions.
Jim Grosbach
2010-10-15
1
-44
/
+104
*
Don't mark argument value stores as immutable, as otherwise the post-RA
Jim Grosbach
2010-10-15
1
-1
/
+1
*
Use simple RegState::Define flag instead of getDefRegState(true).
Bob Wilson
2010-10-15
1
-5
/
+5
*
Refactor alias handling to AliasedSymbol.
Rafael Espindola
2010-10-15
1
-13
/
+15
*
Expand GEP handling for constant offsets.
Eric Christopher
2010-10-15
1
-23
/
+44
*
When expanding the MOVsr[la]_flag pseudos, the CPSR implicit def becomes
Jim Grosbach
2010-10-15
1
-2
/
+1
*
ARM mode encoding information for UBFX and SBFX instructions.
Jim Grosbach
2010-10-15
3
-6
/
+35
*
Remove unused accessor.
Jakob Stoklund Olesen
2010-10-15
1
-2
/
+0
*
Refactor code a bit and avoid creating unnecessary entries in the string
Rafael Espindola
2010-10-15
1
-19
/
+19
*
Remove unused ARMISD::AND selection DAG node.
Bob Wilson
2010-10-15
4
-13
/
+0
*
ARM instructions that are both predicated and set the condition codes
Bob Wilson
2010-10-15
1
-1
/
+1
*
Encoding info for extension instructions.
Jim Grosbach
2010-10-15
1
-0
/
+8
*
Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.
Jakob Stoklund Olesen
2010-10-15
2
-18
/
+13
*
Move stack slot assignments into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-15
4
-10
/
+16
*
Create a new LiveRangeEdit class to keep track of the new registers created when
Jakob Stoklund Olesen
2010-10-14
6
-125
/
+206
*
Add missing Rd encoding for MOVs instruction.
Jim Grosbach
2010-10-14
1
-0
/
+2
*
Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudos
Jim Grosbach
2010-10-14
2
-9
/
+38
*
Tolerate a null parent pointer.
Dan Gohman
2010-10-14
1
-1
/
+1
*
Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'
Jim Grosbach
2010-10-14
3
-6
/
+6
*
Always use binary mode for output stream. This is important to prevent unwant...
Francois Pichet
2010-10-14
1
-0
/
+13
*
MOVi16 and MOVT ARM mode encodings.
Jim Grosbach
2010-10-14
1
-7
/
+19
*
Only split around a loop if the live range has uses outside the loop periphery.
Jakob Stoklund Olesen
2010-10-14
1
-14
/
+13
*
Simplify encoding information and add 'dst' operand info for TAILJMP.
Jim Grosbach
2010-10-14
1
-8
/
+6
*
Remove some code duplication.
Rafael Espindola
2010-10-14
1
-49
/
+18
*
Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. It
Oscar Fuentes
2010-10-14
1
-5
/
+0
*
When building shared libraries, link to required system libraries.
Oscar Fuentes
2010-10-14
1
-4
/
+0
*
Handle more complex GEP based loads and add a few TODOs to deal with
Eric Christopher
2010-10-14
1
-10
/
+50
*
Add support for vmov.f64/.f32 encoding. There's a bit of a hack going on
Bill Wendling
2010-10-14
2
-14
/
+40
*
Add encoding for 'fmstat'.
Bill Wendling
2010-10-14
2
-4
/
+2
*
Register pressure and instruction latency aware machine LICM. Work in progress.
Evan Cheng
2010-10-14
1
-26
/
+242
*
- Add encodings for multiply add/subtract instructions in all their glory.
Bill Wendling
2010-10-14
2
-67
/
+111
[next]