aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert 95130.Evan Cheng2010-02-0225-30/+34
* Accept floating point immediates in DEBUG_VALUE.Dale Johannesen2010-02-021-1/+11
* AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we needDaniel Dunbar2010-02-021-2/+8
* use OwningPtr and factor code better.Chris Lattner2010-02-021-19/+21
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-0216-46/+76
* Hopefully temporarily revert this.Eric Christopher2010-02-022-100/+70
* simplify getVerboseAsmChris Lattner2010-02-021-6/+6
* move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...Chris Lattner2010-02-022-17/+16
* remove dead #include, stupid symlinks.Chris Lattner2010-02-021-1/+0
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-022-11/+1
* Reformat my last patch slightly.Eric Christopher2010-02-021-4/+4
* tidy some targets.Chris Lattner2010-02-023-6/+0
* Re-add strcmp and known size object size checking optimization.Eric Christopher2010-02-022-12/+41
* remove dead code.Chris Lattner2010-02-024-43/+0
* detemplatize the ppc code emitter.Chris Lattner2010-02-021-37/+21
* remove dead code.Chris Lattner2010-02-024-73/+0
* add a definition for ID.Chris Lattner2010-02-021-0/+3
* detemplatize ARM code emitter.Chris Lattner2010-02-021-111/+57
* MCAsmParser/X86: Represent absolute memory operands as CodeGen does, with scaleDaniel Dunbar2010-02-021-2/+2
* MCCodeEmitter/X86: Handle tied registers better when converting MCInst ->Daniel Dunbar2010-02-021-6/+18
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-022-4/+9
* remove dead code.Chris Lattner2010-02-024-43/+2
* detemplatize alpha code emission, it is now JIT specific.Chris Lattner2010-02-021-32/+13
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-0210-155/+0
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-0225-34/+30
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-024-13/+10
* remove the remnants of TargetMachOWriterInfo.Chris Lattner2010-02-022-26/+0
* Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner2010-02-021-3/+3
* Added t2BFI (Bitfield Insert) entry for disassembler, with blank pattern field.Johnny Chen2010-02-021-1/+10
* remove PPCMachOWriterInfo.Chris Lattner2010-02-025-214/+1
* eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner2010-02-021-72/+8
* Test revert 95050; there's a good chance it's causingDale Johannesen2010-02-021-14/+0
* Inline addAssemblyEmitter into its one real caller and deleteChris Lattner2010-02-021-31/+7
* Adding missing methods for creating Add, Mul, Neg and Sub with NUW.Duncan Sands2010-02-022-2/+30
* Apparently gdb is not amused by empty lines in pubtypes section.Devang Patel2010-02-021-2/+4
* NULL terminate name in pubtypes sections.Devang Patel2010-02-021-1/+1
* don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : BChris Lattner2010-02-021-9/+13
* fix a crash in loop unswitch on a loop invariant vector condition.Chris Lattner2010-02-021-1/+5
* Perform sibcall in some cases when arguments are passes memory. Look for casesEvan Cheng2010-02-021-6/+49
* Make local RA smarter about reusing input register of a copyDale Johannesen2010-02-021-0/+14
* LangRef.html says that inttoptr and ptrtoint always use zero-extensionDan Gohman2010-02-021-21/+32
* Factor out alignof expression folding into a separate function andDan Gohman2010-02-021-26/+69
* Various code simplifications.Dan Gohman2010-02-021-31/+28
* Update CMake.Daniel Dunbar2010-02-021-1/+0
* Don't need to check the last argument since it'll always be bool. We alsoEric Christopher2010-02-021-5/+1
* More indentation/tabification fixes.Eric Christopher2010-02-021-13/+13
* Untabify previous commit.Eric Christopher2010-02-021-3/+3
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-013-230/+1
* Formatting.Eric Christopher2010-02-011-3/+3
* MOVi16 should also be marked as a UnaryDP instruction, i.e., it doesn't have aJohnny Chen2010-02-011-1/+1