index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-08-26
some mips and some sparc compilers apparently
Chris Lattner
2009-08-26
test commit
Venkatraman Govindaraju
2009-08-26
llvm-mc: Fix tests for python variations in int printing, sigh.
Daniel Dunbar
2009-08-26
fix some funky indentation
Chris Lattner
2009-08-26
llvm-mc/Mach-O: Add section padding where needed (to align the next section).
Daniel Dunbar
2009-08-26
llvm-mc/Mach-O: Set addresses for symbols.
Daniel Dunbar
2009-08-26
Add an 'inline hint' attribute to represent source
Dale Johannesen
2009-08-26
Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
Devang Patel
2009-08-26
llvm-mc: Improve indirect symbol support (add the indirect index table).
Daniel Dunbar
2009-08-26
Remove unused variables.
Dan Gohman
2009-08-26
llvm-mc: Add MCSection::isDefined()
Daniel Dunbar
2009-08-25
Fix the InsertAtEnd form of ShuffleVectorInst constructor to use
Dan Gohman
2009-08-25
Eliminate the unused Context argument on one of the ICmpInst and FCmpInst
Dan Gohman
2009-08-25
revert r78628 and r78803 as these are not needed any more
Gabor Greif
2009-08-25
Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)
Scott Michel
2009-08-25
Use covariant return types for Instruction::clone, and eliminate
Dan Gohman
2009-08-25
Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize
Owen Anderson
2009-08-25
This should use isIndenticalToWhenDefined.
Dan Gohman
2009-08-25
Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,
Dan Gohman
2009-08-25
Revert last patch. We need to put this into TargetLowering. There will be a lot
Bill Wendling
2009-08-25
re-committing yesterday's r79938.
Gabor Greif
2009-08-25
llvm-mc: Add statistic for number of fragments emitted by the assembler.
Daniel Dunbar
2009-08-25
Add the #include here.
Bill Wendling
2009-08-25
remove some dead lines.
Chris Lattner
2009-08-25
Comment formatting. Removing of unused #include and type forwarding.
Bill Wendling
2009-08-25
convert to filecheck style
Chris Lattner
2009-08-25
convert to filecheck
Chris Lattner
2009-08-25
Add a target asm info hook to specify that particular bits of data in the FDE
Bill Wendling
2009-08-25
EXIT STAGE LEFT: gccas, gccld
Daniel Dunbar
2009-08-25
Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from
Sanjiv Gupta
2009-08-25
Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot
Daniel Dunbar
2009-08-25
Don't assume that two identical instructions that read from memory
Dan Gohman
2009-08-25
Remove some unused SDNode definitions.
Bob Wilson
2009-08-25
Teach ScalarEvolution about GlobalAliases.
Dan Gohman
2009-08-25
Delete some unnecessary flushes.
Dan Gohman
2009-08-25
Use X86II::MO_NO_FLAG.
Dan Gohman
2009-08-25
Expose the instruction contraint string as an argument to the NLdSt class.
Bob Wilson
2009-08-25
Special-case static allocas in IndVarSimplify's loop invariant
Dan Gohman
2009-08-25
Comment-ify.
Owen Anderson
2009-08-25
Switch to SmallVector.
Owen Anderson
2009-08-25
Pull out this predicate loop into a helper function.
Owen Anderson
2009-08-25
Fixup register kills after scheduling.
David Goodwin
2009-08-25
Provide dynamic_stackalloc lowering for MSP430.
Anton Korobeynikov
2009-08-25
Remove target triple from this test, it fails on x86-64 with
Torok Edwin
2009-08-25
Allocate the basic types inside the LLVMContextImpl instance,
Dan Gohman
2009-08-25
Update documentation for the -f change.
Dan Gohman
2009-08-25
Fix a few typos from the removal of -f.
Dan Gohman
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2009-08-25
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
Read profile files as binary as proposed in
Andreas Neustifter
[next]