aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-017-16/+39
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-3110-29/+47
* Enumerate .code16/32/64 instead of checking .code prefix. ThisRoman Divacky2011-01-311-1/+1
* Error on all .code* directives instead of just .code16 as theyRoman Divacky2011-01-311-2/+2
* Fix vector sign extend to put the source and destination types in theDavid Greene2011-01-311-3/+3
* add a note, progress unblocked by PR8575 being fixed.Chris Lattner2011-01-311-0/+48
* Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.Richard Osborne2011-01-311-2/+2
* Save a mapping between original and cloned constpool entries.Anton Korobeynikov2011-01-302-0/+25
* Clarify the LSDASection NULL checkAnton Korobeynikov2011-01-301-0/+2
* Recognize and simplifyAnders Carlsson2011-01-301-1/+11
* Respect the -tail-dup-size command line option even when optimizing for size.Jakob Stoklund Olesen2011-01-301-1/+2
* Commit 124487 broke 254.gap. See if disabling the part that might be triggeredDuncan Sands2011-01-301-5/+5
* Transform (X/Y)*Y into X if the division is exact. Instcombine already knows...Duncan Sands2011-01-301-0/+9
* Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...Benjamin Kramer2011-01-302-21/+23
* Fix 'fcmp one' constant folding. Noticed by inspection.Nick Lewycky2011-01-301-1/+1
* Fix some formatting and upgrade comments from llvm 1.x to 2.x syntax.Nick Lewycky2011-01-301-6/+6
* Add the select optimization recently added to instcombine to constant folding.Nick Lewycky2011-01-291-0/+12
* Unbreak the MSVC build.Francois Pichet2011-01-291-0/+1
* Fix comment.Nick Lewycky2011-01-291-1/+1
* Call SimplifyFDivInst() in InstCombiner::visitFDiv().Frits van Bommel2011-01-292-0/+10
* Move InstCombine's knowledge of fdiv to SimplifyInstruction().Frits van Bommel2011-01-293-17/+24
* Fix typo: should have been testing that X was odd, not V.Duncan Sands2011-01-291-3/+3
* Add the missing sub identity "A-(A-B) -> B" to DAGCombine.Benjamin Kramer2011-01-291-0/+3
* Add a test for TCE return duplication.Evan Cheng2011-01-291-0/+2
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-294-44/+150
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-294-147/+44
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-294-44/+147
* Implementation of path profiling.Andrew Trick2011-01-2912-20/+2624
* Error on .code16 instead of producing wrong (32bit) code.Roman Divacky2011-01-281-0/+3
* This dyn_cast should be a cast. Pointed out by Frits van Bommel.Duncan Sands2011-01-281-1/+1
* Thread divisions over selects and phis. This doesn't fire much and has basic...Duncan Sands2011-01-281-9/+19
* PR9030: Fix disassembly of ARM "mov pc, lr" instruction.Bob Wilson2011-01-281-2/+2
* My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPECDuncan Sands2011-01-282-56/+131
* Fix libffi usage when it is on a custom path.Oscar Fuentes2011-01-281-9/+1
* Add support for parsing .floatRoman Divacky2011-01-281-1/+1
* Rename functions to follow coding standard. Also rejiggers comments. NoNick Lewycky2011-01-281-89/+88
* Add a doxygen comment for this class.Nick Lewycky2011-01-281-0/+2
* Reorder for readability. (Chris, is this what you meant?)Nick Lewycky2011-01-281-148/+150
* Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng2011-01-282-13/+5
* Reduce the number of functions we look at in the first pass, and preallocateNick Lewycky2011-01-281-1/+3
* Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!Nick Lewycky2011-01-281-1/+2
* Fold select + select where both selects are on the same condition.Nick Lewycky2011-01-281-0/+13
* Print the visibility of declarations.Rafael Espindola2011-01-281-1/+14
* PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber2011-01-281-8/+12
* - Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng2011-01-282-5/+13
* Fix PLD encoding.Evan Cheng2011-01-271-2/+2
* Changed llvm-mc arm target to give an error if .syntax divided is used. SinceKevin Enderby2011-01-271-1/+1
* Use the paths to libffi's header and library even when no customOscar Fuentes2011-01-271-6/+10
* [AVX] Clean up the code to configure target lowering for AVX. SpecifyDavid Greene2011-01-271-73/+47
* Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...Andrew Trick2011-01-271-2/+0