aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* As of r79039, we still try to eliminate the frame pointer on leaf functions,Jim Grosbach2010-02-021-1/+1
* Revert 95130.Evan Cheng2010-02-0226-31/+35
* 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-022-2/+14
* AsmMatcherEmitter: Use stable_sort when reordering instructions, so that orderDaniel Dunbar2010-02-021-3/+5
* use OwningPtr and factor code better.Chris Lattner2010-02-021-19/+21
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-0219-56/+97
* Hopefully temporarily revert this.Eric Christopher2010-02-024-142/+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 the # TAILCALL markers, which was causing the to fail.Chris Lattner2010-02-021-16/+15
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-026-46/+3
* 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-024-12/+83
* remove dead code.Chris Lattner2010-02-024-43/+0
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-023-0/+558
* 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-024-5/+31
* 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-0211-187/+0
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-0226-35/+31
* Make DenseSet's erase pass on the return value rather than swallowing it.Dan Gohman2010-02-021-2/+2
* Fix function names in comments. Thanks Duncan!Dan Gohman2010-02-021-3/+3
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-027-50/+42
* this apparently depends on the host somehow.Chris Lattner2010-02-021-3/+2
* XFAIL for PPC Darwin.Bill Wendling2010-02-021-0/+3
* disable this test for now.Chris Lattner2010-02-021-0/+2
* ...and fixed the Makefile.Sean Callanan2010-02-021-1/+1
* Renamed the ed directory to edis, as suggestedSean Callanan2010-02-0211-0/+0
* remove the remnants of TargetMachOWriterInfo.Chris Lattner2010-02-024-144/+0
* Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner2010-02-022-3/+59
* 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-024-166/+8
* Added another version of the X86 assembler matcher test case.Kevin Enderby2010-02-021-0/+7653
* remove dead code, we're requesting TargetMachine::AssemblyFile here.Chris Lattner2010-02-021-9/+2
* Test revert 95050; there's a good chance it's causingDale Johannesen2010-02-023-18/+2
* Inline addAssemblyEmitter into its one real caller and deleteChris Lattner2010-02-023-41/+7
* Adding missing methods for creating Add, Mul, Neg and Sub with NUW.Duncan Sands2010-02-028-3/+118
* Return value on every path.Zhongxing Xu2010-02-021-3/+2
* simplify code.Zhongxing Xu2010-02-021-9/+6
* More logic correction: RemoveOverlap should always create new tree. Add aZhongxing Xu2010-02-021-10/+10