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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
enhance InlineFunction to be able to optionally return
Chris Lattner
2009-08-27
1
-3
/
+10
*
smallvectorize the list of returns built by CloneAndPruneFunctionInto.
Chris Lattner
2009-08-27
1
-3
/
+3
*
remove CloneTrace, which appears to be dead since 2004.
Chris Lattner
2009-08-27
1
-17
/
+3
*
--- Reverse-merging r80147 into '.':
Bill Wendling
2009-08-27
4
-15
/
+160
*
llvm-mc: Tweak MCCodeEmitter skeleton.
Daniel Dunbar
2009-08-27
2
-9
/
+6
*
Add missing declarations.
Daniel Dunbar
2009-08-27
1
-0
/
+2
*
Sketch TargetRegistry support for MCCodeEmitter abstract interface.
Daniel Dunbar
2009-08-27
3
-3
/
+105
*
Try to make MSVC just a little happier.
Daniel Dunbar
2009-08-27
1
-2
/
+2
*
now that include/llvm/ADT/iterator.h.in is not attempted to be built, its pre...
Gabor Greif
2009-08-26
1
-76
/
+0
*
Regenerate configure
Douglas Gregor
2009-08-26
1
-3
/
+15
*
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
Daniel Dunbar
2009-08-26
2
-0
/
+7
*
nobody includes llvm/ADT/iterator.h any more,
Gabor Greif
2009-08-26
1
-79
/
+0
*
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
Daniel Dunbar
2009-08-26
1
-0
/
+10
*
Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...
Gabor Greif
2009-08-26
7
-45
/
+6
*
Allow unsigned long long DenseMapInfo.
Mike Stump
2009-08-26
1
-0
/
+14
*
Move ProfileInfo::Edge's operator<< out of line. Among other benefits,
Dan Gohman
2009-08-26
1
-12
/
+2
*
Bugfix for r80100, forgot include. Sorry.
Andreas Neustifter
2009-08-26
1
-0
/
+1
*
Implemented comments from Daniel Dunbar.
Andreas Neustifter
2009-08-26
2
-1
/
+13
*
Create a ScalarEvolution-based AliasAnalysis implementation.
Dan Gohman
2009-08-26
2
-0
/
+8
*
llvm-mc/Mach-O: Add support for relocations.
Daniel Dunbar
2009-08-26
1
-0
/
+68
*
llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.
Daniel Dunbar
2009-08-26
1
-2
/
+11
*
llvm-mc: Change MCContext value table to take const MCSymbol*s.
Daniel Dunbar
2009-08-26
1
-9
/
+7
*
llvm-mc: Make MCValue take const MCSymbol*s.
Daniel Dunbar
2009-08-26
1
-4
/
+5
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
10
-86
/
+84
*
some mips and some sparc compilers apparently
Chris Lattner
2009-08-26
1
-0
/
+5
*
fix some funky indentation
Chris Lattner
2009-08-26
1
-7
/
+7
*
llvm-mc/Mach-O: Add section padding where needed (to align the next section).
Daniel Dunbar
2009-08-26
1
-4
/
+17
*
llvm-mc/Mach-O: Set addresses for symbols.
Daniel Dunbar
2009-08-26
1
-1
/
+19
*
Add an 'inline hint' attribute to represent source
Dale Johannesen
2009-08-26
2
-3
/
+5
*
Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
Devang Patel
2009-08-26
1
-1
/
+5
*
llvm-mc: Add MCSection::isDefined()
Daniel Dunbar
2009-08-26
1
-1
/
+8
*
Eliminate the unused Context argument on one of the ICmpInst and FCmpInst
Dan Gohman
2009-08-25
3
-5
/
+3
*
revert r78628 and r78803 as these are not needed any more
Gabor Greif
2009-08-25
1
-3
/
+0
*
Use covariant return types for Instruction::clone, and eliminate
Dan Gohman
2009-08-25
2
-21
/
+14
*
Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,
Dan Gohman
2009-08-25
4
-86
/
+19
*
Revert last patch. We need to put this into TargetLowering. There will be a lot
Bill Wendling
2009-08-25
1
-7
/
+0
*
re-committing yesterday's r79938.
Gabor Greif
2009-08-25
7
-18
/
+63
*
Comment formatting. Removing of unused #include and type forwarding.
Bill Wendling
2009-08-25
1
-53
/
+50
*
Add a target asm info hook to specify that particular bits of data in the FDE
Bill Wendling
2009-08-25
1
-19
/
+19
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
2
-7
/
+6
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
10
-84
/
+86
*
--- Reverse-merging r79938 into '.':
Bill Wendling
2009-08-25
7
-48
/
+18
*
This patch cleans up the ProfileInfo by
Andreas Neustifter
2009-08-24
1
-12
/
+17
*
Resubmit an earlier patch of mine:
Gabor Greif
2009-08-24
7
-18
/
+48
*
llvm-mc/Mach-O: Preliminary support for indirect symbols.
Daniel Dunbar
2009-08-24
1
-0
/
+32
*
Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an
Daniel Dunbar
2009-08-24
1
-0
/
+8
*
Add StringRef based APIs to BitstreamWriter.
Daniel Dunbar
2009-08-24
1
-4
/
+18
*
Add MemoryBuffer::getBuffer() -> StringRef.
Daniel Dunbar
2009-08-24
1
-0
/
+5
*
llvm-mc/Mach-O: Support symbol attributes.
Daniel Dunbar
2009-08-24
1
-6
/
+22
*
Add missing include (for MSVC).
Daniel Dunbar
2009-08-24
1
-0
/
+1
[prev]
[next]