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
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
49
-297
/
+318
*
Make GVN look through extractvalues for recognised intrinsics. GVN can then C...
Lang Hames
2011-07-08
2
-7
/
+101
*
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
*
Fix more register allocation sensitive tests.
Jakob Stoklund Olesen
2011-07-08
3
-8
/
+8
*
Remove a test that no longer makes sense.
Jakob Stoklund Olesen
2011-07-08
1
-121
/
+0
*
Let the inline asm 'q' constraint match float, and on 64-bit double too.
Nick Lewycky
2011-07-08
2
-4
/
+16
*
Go ahead and emit the barrier on x86-64 even without sse2. The
Eric Christopher
2011-07-08
2
-3
/
+19
*
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka
2011-07-07
13
-107
/
+290
*
Fix CMake build's library dependencies.
Chandler Carruth
2011-07-07
1
-1
/
+1
*
Handle fpcr register.
Eric Christopher
2011-07-07
1
-1
/
+2
*
Add support for the X86 'l' constraint.
Eric Christopher
2011-07-07
2
-0
/
+8
*
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
11
-98
/
+183
*
Move a function out-of-line.
Bill Wendling
2011-07-07
2
-4
/
+9
*
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
3
-1
/
+9
*
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
2
-5
/
+4
*
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
*
Feature bits are 64-bits.
Evan Cheng
2011-07-07
1
-1
/
+1
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
33
-109
/
+160
*
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
3
-7
/
+8
*
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
3
-20
/
+59
*
Change some ARM subtarget features to be single bit yes/no in order to sink t...
Evan Cheng
2011-07-07
24
-150
/
+161
*
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-07
6
-14
/
+130
*
Add isCodeGenOnly value to the CodeGenInstruction class.
Jim Grosbach
2011-07-07
2
-0
/
+2
*
Added a testcase for PR10220.
Lang Hames
2011-07-07
1
-0
/
+15
*
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
*
Typo.
Jim Grosbach
2011-07-06
1
-1
/
+1
*
Remove dead code.
Devang Patel
2011-07-06
1
-2
/
+0
[next]