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
*
Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.
Nate Begeman
2010-01-15
6
-1549
/
+127
*
clean up the memory management of the operands.
Chris Lattner
2010-01-15
1
-53
/
+52
*
refactor ParseRegister to avoid using X86Operand as a temporary
Chris Lattner
2010-01-15
1
-15
/
+12
*
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
3
-26
/
+34
*
Fix http://llvm.org/PR6028, an assertion failure when an UndefValue of
Jay Foad
2010-01-15
1
-2
/
+16
*
Change pre-regalloc tail duplication to only duplicate indirect branch blocks.
Bob Wilson
2010-01-15
1
-4
/
+11
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
3
-34
/
+26
*
Lower FrameIndex operand of DEBUG_VALUE (specially) and
Dale Johannesen
2010-01-15
2
-0
/
+29
*
Fix cmp emission on msp430: we definitely should turn stuff like
Anton Korobeynikov
2010-01-15
2
-25
/
+27
*
Do not use AT_specification die for static variables. It confuses gdb.
Devang Patel
2010-01-15
1
-3
/
+6
*
fix 80-column violations
Jim Grosbach
2010-01-15
1
-12
/
+14
*
Fix 80 column violations and clean up whitespace
Jim Grosbach
2010-01-15
1
-5
/
+4
*
Do not emit multiple AT_container_type attributes.
Devang Patel
2010-01-15
1
-1
/
+2
*
Name change for consistency. No functional change.
Jim Grosbach
2010-01-15
1
-7
/
+7
*
EmitAtomicCmpSwap() custome inserter needs to delete the MI passed in. EmitAt...
Jim Grosbach
2010-01-15
1
-0
/
+3
*
Teach PPC how to replaceMachineCodeForFunction correctly. (Fixes
Jeffrey Yasskin
2010-01-14
1
-0
/
+2
*
Pad my commit stats by reducing indentation in this now separate
Eric Christopher
2010-01-14
1
-19
/
+20
*
Added 16-bit Thumb Load/Store immediate instructions with encoding bits so that
Johnny Chen
2010-01-14
1
-0
/
+24
*
Split the TargetAsmParser "ParseInstruction" interface in half:
Chris Lattner
2010-01-14
2
-38
/
+29
*
Remove pseudo-MI in custom inserter.
Anton Korobeynikov
2010-01-14
1
-0
/
+1
*
Fix a comment.
Dale Johannesen
2010-01-14
1
-1
/
+1
*
Few minor changes that were requested. No functional change.
Eric Christopher
2010-01-14
1
-2
/
+6
*
Add comment explaining the necessity of r93456
Jim Grosbach
2010-01-14
1
-0
/
+5
*
prune #includes in TargetAsmParser.h
Chris Lattner
2010-01-14
2
-4
/
+8
*
Dwarf EH prepare needs to be run after SjLj prepare. Otherwise,
Jim Grosbach
2010-01-14
1
-1
/
+1
*
introduce MCParsedAsmOperand
Chris Lattner
2010-01-14
1
-1
/
+2
*
introduce the MCParsedAsmOperand class.
Chris Lattner
2010-01-14
1
-1
/
+2
*
Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti...
Evan Cheng
2010-01-14
1
-1
/
+6
*
Remove spurious semicolon.
Anton Korobeynikov
2010-01-14
1
-21
/
+21
*
In debug builds, assert that function-local metadata has only 1 parent function
Victor Hernandez
2010-01-14
1
-1
/
+30
*
Reduce the inlining cost of functions that contain calls to easily,
Eric Christopher
2010-01-14
1
-1
/
+27
*
Simplify code that chooses when to enumerate function-local metadata operands
Victor Hernandez
2010-01-14
2
-29
/
+31
*
Avoid modifying ValueEnumerator's MD ValueList by choosing which function-loc...
Victor Hernandez
2010-01-14
2
-17
/
+8
*
ARM "l" constraint for inline asm means R0-R7, also for Thumb2.
Jakob Stoklund Olesen
2010-01-14
1
-2
/
+2
*
Fix a codegen abort seen in 483.xalancbmk.
Dan Gohman
2010-01-14
1
-0
/
+3
*
In WriteFunction(), write function-local metadata before we write the instruc...
Victor Hernandez
2010-01-14
1
-1
/
+3
*
Fix printing of function-local metadata in AsmWriter
Victor Hernandez
2010-01-14
1
-2
/
+3
*
Clean up unnecessary return and brackets
Victor Hernandez
2010-01-14
1
-3
/
+1
*
Add MDNode::getFunction(), which figures out the metadata's function, if it h...
Victor Hernandez
2010-01-14
1
-0
/
+34
*
Don't fold insufficiently aligned ldr/str into ldm/stm instructions.
Jakob Stoklund Olesen
2010-01-14
1
-0
/
+12
*
this is an SSE-specific issue.
Chris Lattner
2010-01-13
2
-20
/
+20
*
X86 if conversion + tail merging issues from PR6032.
Chris Lattner
2010-01-13
1
-0
/
+20
*
When the visitSub method was split into visitSub and visitFSub, this xform was
Bill Wendling
2010-01-13
1
-11
/
+0
*
fix ELF section mangling stuff for weak symbols to not use
Chris Lattner
2010-01-13
1
-9
/
+11
*
Fix comment typo
Victor Hernandez
2010-01-13
1
-1
/
+1
*
tidy
Chris Lattner
2010-01-13
1
-4
/
+3
*
reduce duplicate mangling logic by using MCSymbol::printMangledName.
Chris Lattner
2010-01-13
1
-23
/
+4
*
expose a static function as a static method on the MCSymbol class.
Chris Lattner
2010-01-13
1
-4
/
+7
*
Fixed a couple of places for Thumb MOV where encoding bits are underspecified.
Johnny Chen
2010-01-13
1
-4
/
+3
*
Fix pasto
Jakob Stoklund Olesen
2010-01-13
1
-1
/
+1
[next]