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 Warnings.
Michael J. Spencer
2010-10-21
1
-1
/
+1
*
X86: Base _fltused on the FunctionType of the called value instead of the pot...
Michael J. Spencer
2010-10-21
1
-19
/
+20
*
Move the encoding logic for Q registers into getMachineOpValue().
Owen Anderson
2010-10-21
2
-25
/
+36
*
Trailing whitespace.
Mikhail Glushenkov
2010-10-21
1
-5
/
+5
*
ARM encodes Q registers as 2xregno (i.e. the number of the D register that co...
Owen Anderson
2010-10-21
3
-115
/
+45
*
Handle storing args to the stack for calls.
Eric Christopher
2010-10-21
1
-4
/
+6
*
Adding initial AsmParser implementation for the MBlaze backend. It is
Wesley Peck
2010-10-21
18
-454
/
+1419
*
Explain what "constant" means here.
Dan Gohman
2010-10-21
1
-1
/
+3
*
More load/store refactoring, call reg+offset simplification from within
Eric Christopher
2010-10-21
1
-28
/
+36
*
trailing whitespace
Jim Grosbach
2010-10-21
1
-4
/
+4
*
Update comments.
Dan Gohman
2010-10-21
1
-3
/
+23
*
Add correct NEON encodings for vhadd and vrhadd.
Owen Anderson
2010-10-21
1
-6
/
+33
*
Don't include the destination interval in the union when computing
Jakob Stoklund Olesen
2010-10-21
1
-2
/
+4
*
Permit landing pad successor blocks when verifying basic blocks that end in an
Jakob Stoklund Olesen
2010-10-21
1
-5
/
+13
*
Add correct encodings for NEON vaddw.s* and vaddw.u*.
Owen Anderson
2010-10-21
1
-4
/
+18
*
Provide correct NEON encodings for vaddl.u* and vaddl.s*.
Owen Anderson
2010-10-21
1
-16
/
+31
*
Do not recurse into symbol refs that have a variant kind. This prevents us
Rafael Espindola
2010-10-21
1
-1
/
+1
*
More tweaks to X86 instructions to allow the 'w' suffix in places it makes
Kevin Enderby
2010-10-21
3
-9
/
+14
*
AlignLoc is never used for anything - zap it (gcc-4.6 warning).
Duncan Sands
2010-10-21
1
-2
/
+1
*
The return value of this call is not used, so no point
Duncan Sands
2010-10-21
1
-8
/
+7
*
RetOp is not actually used for anything useful (though
Duncan Sands
2010-10-21
1
-2
/
+0
*
The variable liTRC is not used for anything useful, zap it
Duncan Sands
2010-10-21
1
-5
/
+0
*
Remove some variables that are never really used
Duncan Sands
2010-10-21
3
-3
/
+0
*
Add parentheses to pacify gcc, which warns otherwise.
Duncan Sands
2010-10-21
1
-1
/
+1
*
Fix the cleanup process of exception information in JIT. Now JIT
Duncan Sands
2010-10-21
2
-3
/
+19
*
Removing stale AsmPrinter directory from MicroBlaze backend.
Wesley Peck
2010-10-21
2
-312
/
+0
*
Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt. This way the
Oscar Fuentes
2010-10-21
1
-9
/
+0
*
Recommit 116986 with capitalization typo fixed.
Wesley Peck
2010-10-21
28
-568
/
+2119
*
putback r116983 and fix simple-fp-encoding.ll tests
Andrew Trick
2010-10-21
3
-4
/
+38
*
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...
Wesley Peck
2010-10-21
29
-1833
/
+603
*
Revert r116983, which is breaking all the buildbots.
Owen Anderson
2010-10-21
3
-38
/
+4
*
Major update of the MicroBlaze backend. The new features are:
Wesley Peck
2010-10-21
29
-603
/
+1833
*
X86: Add alloca probing to dynamic alloca on Windows. Fixes PR8424.
Michael J. Spencer
2010-10-21
4
-23
/
+26
*
Add missing scheduling itineraries for transfers between core registers and V...
Evan Cheng
2010-10-21
3
-4
/
+38
*
Implement correct encodings for NEON vadd, both integer and floating point.
Owen Anderson
2010-10-21
1
-6
/
+32
*
CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...
Michael J. Spencer
2010-10-21
3
-7
/
+7
*
Custom lower f64 args passed in integer registers.
Eric Christopher
2010-10-21
1
-0
/
+15
*
Fix Whitespace.
Michael J. Spencer
2010-10-20
3
-138
/
+138
*
Add encoding for moving a value between two ARM core registers and a doublework
Bill Wendling
2010-10-20
1
-6
/
+28
*
Remember to keep track of rematted values.
Jakob Stoklund Olesen
2010-10-20
1
-0
/
+1
*
Add encodings for movement between ARM core registers and single-precision
Bill Wendling
2010-10-20
2
-33
/
+59
*
Memdep says that an instruction clobbers itself
Dan Gohman
2010-10-20
1
-1
/
+4
*
Attempt to fix valgrind complaining about (benign) leaks in pass registration...
Owen Anderson
2010-10-20
1
-2
/
+14
*
Factor out the main aliasing check into a separate function.
Dan Gohman
2010-10-20
1
-24
/
+39
*
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-20
1
-64
/
+121
*
Fix crash introduced in 116852. 8573915.
Dale Johannesen
2010-10-20
1
-2
/
+3
*
Fix comments; the type graph is currently a tree, not a DAG.
Dan Gohman
2010-10-20
1
-3
/
+3
*
Move some of the InlineSpiller rematerialization code into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-20
3
-41
/
+148
*
Remove Synthesizable from the Type system; as MMX vector
Dale Johannesen
2010-10-20
3
-12
/
+12
*
When SimpleRegisterCoalescing is trimming kill flags on a physical register
Jakob Stoklund Olesen
2010-10-20
1
-1
/
+11
[next]