Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / lib / CodeGen /
2010-02-09 David GreeneOnly dump output in debug mode.
2010-02-09 Bill WendlingImprove comments in the LSDA somewhat. They can be...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Jakob Stoklund OlesenRemember to update live-in lists when coalescing physregs.
2010-02-09 Dale JohannesenSkip DEBUG_VALUE in some places where it was affecting...
2010-02-09 Devang PatelAdd declaration attribute to a variable DIE, if there...
2010-02-09 Lang HamesFixed a bug in the PBQP allocator's findCoalesces method.
2010-02-09 Lang HamesAdded copy sensible construction & assignment to PBQP...
2010-02-09 Dan GohmanImplement AsmPrinter support for several more operators...
2010-02-08 Chris Lattnernow that @GOTOFF is no longer represented as a suffix...
2010-02-08 Dan GohmanConstantFoldConstantExpression can theoretically return...
2010-02-08 Dan GohmanWhen CodeGen'ing unoptimized code, there may be unfolde...
2010-02-08 Dale JohannesenApply the 95471 fix to SelectionDAGBuilder as well;
2010-02-08 Dan GohmanIn guaranteed tailcall mode, don't decline the tailcall...
2010-02-07 Duncan SandsGive DwarfPrinter a protected (but not virtual) destruc...
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2010-02-06 Bob WilsonFix an uninitialized value. Radar 7609421.
2010-02-06 Dale JohannesenAfter Victor's latest commits I am seeing null
2010-02-06 Devang PatelSet DW_AT_artificial only if argument is marked as...
2010-02-05 Devang PatelDo not generate specification DIE for nested functions.
2010-02-05 Evan ChengWhen the scheduler unfold a load folding instruction...
2010-02-05 Bill WendlingAn empty global constant (one of size 0) may have a...
2010-02-04 Evan ChengFix typo Duncan noticed.
2010-02-04 Jakob Stoklund OlesenFix small bug in handling instructions with more than...
2010-02-04 Evan ChengIt's too risky to eliminate sext / zext of call results...
2010-02-03 Devang PatelEmit appropriate expression to find virtual base offset.
2010-02-03 Devang PatelProvide interface to identifiy artificial methods.
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-03 Chris Lattnerdon't emit \n's at the start of X86AsmPrinter::runOnMac...
2010-02-03 Chris Lattnerprivatize a bunch of methods and move \n printing into...
2010-02-03 Dale JohannesenReapply 95050 with a tweak to check the register class.
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-03 Chris Lattnerpass an instprinter into the AsmPrinter if it is available.
2010-02-03 Chris Lattnermake any use of the "O" stream in asmprinter print to
2010-02-02 Chris LattnerHook up -filetype=obj through the MachO streamer. ...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Chris Lattneruse OwningPtr and factor code better.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Chris Lattnersimplify getVerboseAsm
2010-02-02 Chris Lattnermove handling of asm-verbose out of AsmPrinter.cpp...
2010-02-02 Chris Lattnerremove dead #include, stupid symlinks.
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-02 Dale JohannesenTest revert 95050; there's a good chance it's causing
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-02-02 Devang PatelApparently gdb is not amused by empty lines in pubtypes...
2010-02-02 Devang PatelNULL terminate name in pubtypes sections.
2010-02-02 Dale JohannesenMake local RA smarter about reusing input register...
2010-02-02 Daniel DunbarUpdate CMake.
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-02-01 Mon P WangImprove EXTRACT_VECTOR_ELT patch based on comments...
2010-02-01 Chris Lattnereliminate a bunch of pointless LLVMContext arguments.
2010-02-01 Dale Johannesenfix PR 6157. Testcase pending.
2010-02-01 Mon P WangFixed a couple of optimization with EXTRACT_VECTOR_ELT...
2010-01-30 Devang PatelEmit declaration DIE for the class static variables.
2010-01-30 Dale JohannesenFix a case where debug_value could affect codegen.
2010-01-29 Devang PatelAdd size and location info in DW_TAG_class_type descriptor.
2010-01-29 Duncan SandsChange the SREM case to match the logic in the IR versi...
2010-01-28 Bill WendlingAssign the ordering of SDNodes in a much less intrusive...
2010-01-28 Chris Lattneradd target hooks for emitting random gunk before and...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris Lattneremit a 0 byte instead of a noop if a function is empty...
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris LattnerDrop the argument to AsmPrinter::EmitConstantPool and...
2010-01-28 Chris Lattnerrename printVisibility to EmitVisibility and make it...
2010-01-27 Dale JohannesenIf the only use of something is a DEBUG_VALUE, don't
2010-01-27 Chandler CarruthSilence GCC warnings with asserts turned off. No functi...
2010-01-27 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Chris Lattnermcize label emission for functions.
2010-01-26 Chris Lattneruse EmitLinkage for functions as well as globals. ...
2010-01-26 Chris Lattnerpull linkage emission code out to a new EmitLinkage...
2010-01-26 Chris Lattnerrearrange some directives, no functionality change.
2010-01-26 Chris Lattnerremove a noop function.
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-26 Evan ChengAllow some automatic tailcall optimization without...
2010-01-26 Chris Lattneremit jump table an alias ".set" directives through...
2010-01-26 Devang PatelUse AssertingVH, just to be paranoid.
2010-01-26 Devang PatelEmit DW_AT_containing_type attribute for a class if...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2010-01-26 Chris LattnerNow that printPICJumpTableSetLabel is not overloaded,
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnerstub out a new target hook, need some refactoring befor...
2010-01-26 Chris Lattnersimplify asmprinter: only emit .set directives when...
2010-01-26 Chris Lattnerrename printPICJumpTableEntry -> EmitJumpTableEntry,
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Lang HamesNew PBQP solver.
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
next