aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* VirtRegRewriter fix: update kill flags, which are used by the scavenger.Andrew Trick2011-01-271-64/+88
* Unbreak the build.Benjamin Kramer2011-01-271-1/+1
* Expound upon this comparison!Nick Lewycky2011-01-271-0/+2
* Use dyn_cast instead of isa+cast.Nick Lewycky2011-01-271-2/+1
* Speculatively revert r124380.Devang Patel2011-01-272-4/+1
* While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...Devang Patel2011-01-272-1/+4
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-271-3/+23
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-273-6/+19
* Fix indentation.Jay Foad2011-01-271-9/+9
* Fix surprising missed optimization in mergefunc where we forgot to considerNick Lewycky2011-01-271-3/+12
* Avoid modifying the OneClassForEachPhysReg map while iterating over it.Bob Wilson2011-01-271-2/+6
* Use the incoming VT not the VT of where we're trying to store to determineEric Christopher2011-01-271-2/+2
* lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be WINCALL64 on Win64.NAKAMURA Takumi2011-01-271-1/+1
* Try harder to not have unused variables.Matt Beaumont-Gay2011-01-271-0/+2
* Opt-mode -Wunused-variable cleanupMatt Beaumont-Gay2011-01-271-4/+2
* Reapply 124301Devang Patel2011-01-271-1/+5
* Initialize variable to get rid of clang warning.Bill Wendling2011-01-261-1/+1
* Simplify User::operator delete().Jay Foad2011-01-261-10/+3
* Revert 124301.Devang Patel2011-01-261-5/+1
* Revert r124302Devang Patel2011-01-261-3/+0
* Add support for printing out floating point values from the ARM assemblyBill Wendling2011-01-261-2/+27
* Temporarily revert 124275 to see if it brings the dragonegg buildbot back.Eric Christopher2011-01-261-85/+82
* [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides aDavid Greene2011-01-264-1/+96
* While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...Devang Patel2011-01-261-0/+3