summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...Benjamin Kramer2011-01-30
* Fix 'fcmp one' constant folding. Noticed by inspection.Nick Lewycky2011-01-30
* Fix some formatting and upgrade comments from llvm 1.x to 2.x syntax.Nick Lewycky2011-01-30
* Add the select optimization recently added to instcombine to constant folding.Nick Lewycky2011-01-29
* Unbreak the MSVC build.Francois Pichet2011-01-29
* Fix comment.Nick Lewycky2011-01-29
* Call SimplifyFDivInst() in InstCombiner::visitFDiv().Frits van Bommel2011-01-29
* Move InstCombine's knowledge of fdiv to SimplifyInstruction().Frits van Bommel2011-01-29
* Fix typo: should have been testing that X was odd, not V.Duncan Sands2011-01-29
* Add the missing sub identity "A-(A-B) -> B" to DAGCombine.Benjamin Kramer2011-01-29
* Add a test for TCE return duplication.Evan Cheng2011-01-29
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-29
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-29
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-29
* Implementation of path profiling.Andrew Trick2011-01-29
* Error on .code16 instead of producing wrong (32bit) code.Roman Divacky2011-01-28
* This dyn_cast should be a cast. Pointed out by Frits van Bommel.Duncan Sands2011-01-28
* Thread divisions over selects and phis. This doesn't fire much and has basic...Duncan Sands2011-01-28
* PR9030: Fix disassembly of ARM "mov pc, lr" instruction.Bob Wilson2011-01-28
* My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPECDuncan Sands2011-01-28
* Fix libffi usage when it is on a custom path.Oscar Fuentes2011-01-28
* Add support for parsing .floatRoman Divacky2011-01-28
* Rename functions to follow coding standard. Also rejiggers comments. NoNick Lewycky2011-01-28
* Add a doxygen comment for this class.Nick Lewycky2011-01-28
* Reorder for readability. (Chris, is this what you meant?)Nick Lewycky2011-01-28
* Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng2011-01-28
* Reduce the number of functions we look at in the first pass, and preallocateNick Lewycky2011-01-28
* Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!Nick Lewycky2011-01-28
* Fold select + select where both selects are on the same condition.Nick Lewycky2011-01-28
* Print the visibility of declarations.Rafael Espindola2011-01-28
* PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber2011-01-28
* - Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng2011-01-28
* Fix PLD encoding.Evan Cheng2011-01-27
* Changed llvm-mc arm target to give an error if .syntax divided is used. SinceKevin Enderby2011-01-27
* Use the paths to libffi's header and library even when no customOscar Fuentes2011-01-27
* [AVX] Clean up the code to configure target lowering for AVX. SpecifyDavid Greene2011-01-27
* Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...Andrew Trick2011-01-27
* VirtRegRewriter fix: update kill flags, which are used by the scavenger.Andrew Trick2011-01-27
* Unbreak the build.Benjamin Kramer2011-01-27
* Expound upon this comparison!Nick Lewycky2011-01-27
* Use dyn_cast instead of isa+cast.Nick Lewycky2011-01-27
* Speculatively revert r124380.Devang Patel2011-01-27
* While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...Devang Patel2011-01-27
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-27
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-27
* Fix indentation.Jay Foad2011-01-27
* Fix surprising missed optimization in mergefunc where we forgot to considerNick Lewycky2011-01-27
* Avoid modifying the OneClassForEachPhysReg map while iterating over it.Bob Wilson2011-01-27
* Use the incoming VT not the VT of where we're trying to store to determineEric Christopher2011-01-27
* lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be WINCALL64 on Win64.NAKAMURA Takumi2011-01-27