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
2011-01-29
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
Implementation of path profiling.
Andrew Trick
2011-01-29
Most browsers eliminate whitespace between anchor tags. Force whitespace with
Nick Lewycky
2011-01-28
Error on .code16 instead of producing wrong (32bit) code.
Roman Divacky
2011-01-28
This dyn_cast should be a cast. Pointed out by Frits van Bommel.
Duncan Sands
2011-01-28
Thread divisions over selects and phis. This doesn't fire much and has basic...
Duncan Sands
2011-01-28
PR9030: Fix disassembly of ARM "mov pc, lr" instruction.
Bob Wilson
2011-01-28
My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPEC
Duncan Sands
2011-01-28
Fix libffi usage when it is on a custom path.
Oscar Fuentes
2011-01-28
Add support for parsing .float
Roman Divacky
2011-01-28
Rename functions to follow coding standard. Also rejiggers comments. No
Nick Lewycky
2011-01-28
Add a doxygen comment for this class.
Nick Lewycky
2011-01-28
Reorder for readability. (Chris, is this what you meant?)
Nick Lewycky
2011-01-28
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
Reduce the number of functions we look at in the first pass, and preallocate
Nick Lewycky
2011-01-28
Clean up the tests a little, make sure we match an instruction in the right
Nick Lewycky
2011-01-28
Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-28
Add a triple.
Rafael Espindola
2011-01-28
Add missing include for ptrdiff_t. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-28
Fold select + select where both selects are on the same condition.
Nick Lewycky
2011-01-28
Print the visibility of declarations.
Rafael Espindola
2011-01-28
PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!
Nico Weber
2011-01-28
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-27
Fix PLD encoding.
Evan Cheng
2011-01-27
Changed llvm-mc arm target to give an error if .syntax divided is used. Since
Kevin Enderby
2011-01-27
Fix a comment typo.
Bob Wilson
2011-01-27
Use the paths to libffi's header and library even when no custom
Oscar Fuentes
2011-01-27
[AVX] Clean up the code to configure target lowering for AVX. Specify
David Greene
2011-01-27
Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...
Andrew Trick
2011-01-27
VirtRegRewriter fix: update kill flags, which are used by the scavenger.
Andrew Trick
2011-01-27
Clang: separate the access-control diagnostics from other diagnostics that do...
Douglas Gregor
2011-01-27
Unbreak the build.
Benjamin Kramer
2011-01-27
Expound upon this comparison!
Nick Lewycky
2011-01-27
Use dyn_cast instead of isa+cast.
Nick Lewycky
2011-01-27
Don't show -pedantic, -W and -Wall on the output of
Oscar Fuentes
2011-01-27
Speculatively revert r124380.
Devang Patel
2011-01-27
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-27
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-27
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
Fix indentation.
Jay Foad
2011-01-27
Add DenseSet::resize for API parity with DenseMap::resize.
Nick Lewycky
2011-01-27
Fix surprising missed optimization in mergefunc where we forgot to consider
Nick Lewycky
2011-01-27
Don't infinitely recurse! Patch by Marius Wachtler!
Chris Lattner
2011-01-27
Avoid modifying the OneClassForEachPhysReg map while iterating over it.
Bob Wilson
2011-01-27
Add a testcase for my last checkin.
Eric Christopher
2011-01-27
Use the incoming VT not the VT of where we're trying to store to determine
Eric Christopher
2011-01-27
lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be WINCALL64 on Win64.
NAKAMURA Takumi
2011-01-27
Try harder to not have unused variables.
Matt Beaumont-Gay
2011-01-27
Opt-mode -Wunused-variable cleanup
Matt Beaumont-Gay
[next]