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
*
Preparation for Optimal Edge Profiling:
Andreas Neustifter
2009-09-01
1
-1
/
+9
*
Preparation for Optimal Edge Profiling:
Andreas Neustifter
2009-09-01
2
-3
/
+15
*
Preparation for Optimal Edge Profiling:
Andreas Neustifter
2009-09-01
3
-0
/
+235
*
testcase for PR3601
Chris Lattner
2009-09-01
1
-0
/
+33
*
Change CallGraphNode to maintain it's Function as an AssertingVH
Chris Lattner
2009-09-01
6
-54
/
+79
*
Add virtual destructor.
Devang Patel
2009-09-01
1
-0
/
+1
*
Add test for vld{234}_lane instructions.
Bob Wilson
2009-09-01
1
-0
/
+187
*
Generate code for vld{234}_lane intrinsics.
Bob Wilson
2009-09-01
4
-0
/
+130
*
Fix pr4843: When an instruction has multiple destination registers that are
Bob Wilson
2009-09-01
2
-11
/
+64
*
llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).
Daniel Dunbar
2009-09-01
2
-4
/
+4
*
SJLJ is arm/darwin only for now. force the triple for the test
Jim Grosbach
2009-09-01
1
-1
/
+1
*
Fix compiler warnings
Jim Grosbach
2009-09-01
2
-2
/
+2
*
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-09-01
9
-38
/
+163
*
Introduce DILocation.
Devang Patel
2009-09-01
2
-0
/
+32
*
Add getDirectory() and getFilename() interface to DIScope.
Devang Patel
2009-09-01
1
-1
/
+25
*
Subprogram is a scope. Derive DISubprogram from DIScope.
Devang Patel
2009-08-31
4
-8
/
+59
*
Rename DIBlock as DILexicalBlock.
Devang Patel
2009-08-31
3
-11
/
+22
*
Don't use an iterator which is potentially invalidated.
Dan Gohman
2009-08-31
1
-1
/
+1
*
Use early exit and reduce indentation.
Bob Wilson
2009-08-31
1
-157
/
+157
*
If the tied registers are already the same, there is no need to change
Bob Wilson
2009-08-31
1
-5
/
+5
*
Add triple parsing support for XCore.
Richard Osborne
2009-08-31
1
-0
/
+2
*
Derive DICompileUnit from DIScope.
Devang Patel
2009-08-31
2
-3
/
+15
*
Add flag to mark structs for Apple Block "byref" variables; also add code to
Caroline Tice
2009-08-31
3
-3
/
+265
*
Extend the ValuesAtScope cache to cover all expressions, not just
Dan Gohman
2009-08-31
2
-24
/
+34
*
restore semantics of operator* (removing a FIXME I had to introduce in r80224)
Gabor Greif
2009-08-31
1
-3
/
+4
*
Don't mark a register live at an undef use.
David Goodwin
2009-08-31
2
-13
/
+34
*
Introduce DIScope.
Devang Patel
2009-08-31
2
-0
/
+26
*
Oops. Fix inverted logic in assertion check.
Devang Patel
2009-08-31
1
-6
/
+6
*
Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed.
Evan Cheng
2009-08-31
2
-6
/
+5
*
X86/exp-asm-printer: Lower MachineOperand::MO_JumpTableIndex to MCOperand.
Daniel Dunbar
2009-08-31
2
-1
/
+35
*
Stop printing old asm printing code inline with -experimental-asm-printer (th...
Daniel Dunbar
2009-08-31
1
-9
/
+0
*
Avoid unnecessary +0 in experimental-asm-printer.
Daniel Dunbar
2009-08-31
1
-7
/
+10
*
Simplify isDerivedType() and other predicate interface.
Devang Patel
2009-08-31
4
-58
/
+75
*
Output a hex value, because all of the others are hex.
Bill Wendling
2009-08-31
1
-1
/
+1
*
Fix some misspellings of XTARGET.
Dale Johannesen
2009-08-31
3
-3
/
+3
*
Mark test as passing on all x86, which it should,
Dale Johannesen
2009-08-31
1
-1
/
+1
*
cleanups pointed out by duncan
Chris Lattner
2009-08-31
1
-2
/
+1
*
Revert commit 80428. It completely broke exception
Duncan Sands
2009-08-31
6
-137
/
+18
*
Free the constants that have no uses in ~LLVMContext.
Torok Edwin
2009-08-31
4
-4
/
+31
*
Fix ExplicitSymbols leak.
Torok Edwin
2009-08-31
1
-0
/
+7
*
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-31
22
-24
/
+24
*
llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.
Daniel Dunbar
2009-08-31
8
-67
/
+58
*
llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').
Daniel Dunbar
2009-08-31
9
-41
/
+18
*
llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.
Daniel Dunbar
2009-08-31
3
-55
/
+27
*
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Daniel Dunbar
2009-08-31
10
-86
/
+116
*
llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.
Daniel Dunbar
2009-08-31
3
-0
/
+26
*
llvm-mc: Make MCSymbolData symbol member const.
Daniel Dunbar
2009-08-31
3
-9
/
+9
*
llvm-mc: Add MCContext to MCAssembler.
Daniel Dunbar
2009-08-31
3
-5
/
+9
*
llvm-mc: Add MCAsmParser::getContext.
Daniel Dunbar
2009-08-31
3
-18
/
+16
*
llvm-mc: Add MCExpr::{dump,print}.
Daniel Dunbar
2009-08-31
2
-0
/
+75
[next]