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
*
Make GVN look through extractvalues for recognised intrinsics. GVN can then C...
Lang Hames
2011-07-08
1
-7
/
+54
*
Raise assertion when MachineOperand has unexpected target flag.
Akira Hatanaka
2011-07-08
1
-1
/
+2
*
Make sure variable Kind is assigned a value to suppress warning.
Akira Hatanaka
2011-07-08
1
-1
/
+1
*
Let the inline asm 'q' constraint match float, and on 64-bit double too.
Nick Lewycky
2011-07-08
1
-3
/
+3
*
Go ahead and emit the barrier on x86-64 even without sse2. The
Eric Christopher
2011-07-08
1
-3
/
+4
*
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka
2011-07-07
13
-107
/
+290
*
Handle fpcr register.
Eric Christopher
2011-07-07
1
-1
/
+2
*
Add support for the X86 'l' constraint.
Eric Christopher
2011-07-07
1
-0
/
+1
*
Remove a FIXME. All of the standard ones are in the list.
Eric Christopher
2011-07-07
1
-1
/
+0
*
Remove unnecessary newline.
Akira Hatanaka
2011-07-07
1
-1
/
+1
*
Add DEBUG message.
Devang Patel
2011-07-07
1
-0
/
+2
*
Add Mode64Bit feature and sink it down to MC layer.
Evan Cheng
2011-07-07
6
-92
/
+177
*
Move a function out-of-line.
Bill Wendling
2011-07-07
1
-0
/
+6
*
Rather than having printMemOperand change the way memory operands are printed
Akira Hatanaka
2011-07-07
3
-16
/
+21
*
This patch adds a flag in MCAsmInfo that indicates whether dwarf register
Akira Hatanaka
2011-07-07
2
-1
/
+2
*
Define class MipsMCInstLower.
Akira Hatanaka
2011-07-07
3
-0
/
+161
*
Change visibility of MipsAsmPrinter.
Akira Hatanaka
2011-07-07
2
-60
/
+87
*
Define class MipsMCSymbolRefExpr.
Akira Hatanaka
2011-07-07
3
-0
/
+126
*
Simplify MipsRegisterInfo::eliminateFrameIndex.
Akira Hatanaka
2011-07-07
1
-33
/
+13
*
Rewrite comment in English.
Evan Cheng
2011-07-07
1
-1
/
+1
*
Rename attribute 'thumb' to a more descriptive 'thumb-mode'.
Evan Cheng
2011-07-07
4
-9
/
+10
*
Reverse order of operands of address operand mem so that the base operand comes
Akira Hatanaka
2011-07-07
7
-50
/
+50
*
Add missing return statement.
Akira Hatanaka
2011-07-07
1
-1
/
+3
*
If known DebugLocs do not match then two DBG_VALUE machine instructions are n...
Devang Patel
2011-07-07
1
-0
/
+5
*
Recognize mipseb as alias for mips for symmetry with mipsel.
Joerg Sonnenberger
2011-07-07
1
-1
/
+2
*
Update CMake library dependencies
Oscar Fuentes
2011-07-07
1
-2
/
+0
*
Fix CMake build
Douglas Gregor
2011-07-07
1
-0
/
+2
*
The VMLA instruction and its friends are not actually fused; they're plain old
Cameron Zwarich
2011-07-07
2
-2
/
+2
*
Sink feature IsThumb into MC layer.
Evan Cheng
2011-07-07
4
-15
/
+34
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
30
-76
/
+118
*
type can be null
Chris Lattner
2011-07-07
1
-1
/
+1
*
use a more efficient check for 'is metadata'
Chris Lattner
2011-07-07
1
-5
/
+4
*
Use ArrayRef instead of a std::vector&.
Bill Wendling
2011-07-07
2
-3
/
+3
*
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
2
-16
/
+36
*
Change some ARM subtarget features to be single bit yes/no in order to sink t...
Evan Cheng
2011-07-07
4
-113
/
+124
*
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-07
4
-9
/
+114
*
Add DEBUG messages.
Devang Patel
2011-07-07
1
-2
/
+9
*
Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...
Evan Cheng
2011-07-07
7
-91
/
+84
*
Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.
Devang Patel
2011-07-07
1
-2
/
+2
*
Fix a bug in the "expect" intrinsic lowering.
Jakub Staszak
2011-07-06
1
-1
/
+4
*
When tail-merging multiple blocks, make sure to correctly update the live-in ...
Eli Friedman
2011-07-06
2
-10
/
+23
*
Remove dead code.
Devang Patel
2011-07-06
1
-2
/
+0
*
Typo.
Devang Patel
2011-07-06
1
-1
/
+1
*
Clean up the #includes.
Bill Wendling
2011-07-06
1
-5
/
+4
*
Grammar and 80-col.
Eric Christopher
2011-07-06
1
-7
/
+7
*
Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...
Devang Patel
2011-07-06
1
-11
/
+58
*
Add ARM MC registry routines.
Evan Cheng
2011-07-06
7
-12
/
+129
*
Rename files for consistency.
Evan Cheng
2011-07-06
7
-10
/
+10
*
Mark ARM pseudo-instructions as isPseudo.
Jim Grosbach
2011-07-06
1
-5
/
+3
*
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
3
-25
/
+22
[next]