Add catch block handling to SjLj exception handling.
[oota-llvm.git] / lib /
2009-08-12 Jim GrosbachAdd catch block handling to SjLj exception handling.
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-08-12 Bob WilsonFix TableGen warnings. This partly reverts my previous...
2009-08-12 Dan GohmanFix a missing newline (now that Value*'s operator<...
2009-08-12 Chris Lattnerchange CBE to just get TAI now, instead of TM to get...
2009-08-12 Dan GohmanTransform -X/C to X/-C, implementing a README.txt entry.
2009-08-12 Dan GohmanOptimize (x/C)*C to x if the division is exact.
2009-08-12 Dan GohmanUpdate instcombine's debug output to account for Value...
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-08-12 Dan GohmanEliminate a bunch of now unnecessary explicit Context...
2009-08-12 Oscar FuentesCMake: Added asm file to x86_64 MSVC build.
2009-08-12 Jim Grosbachregister naming cleanup (s/ip/r12/)
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Chris Lattnerthe x86 version of the name is x86-64, not x86_64....
2009-08-12 Chris Lattneradd support for mingw64 target triples.
2009-08-12 Jakob Stoklund OlesenMove immediate constant predicate templates from the...
2009-08-12 Chris Lattneradd a couple of helpers to the Triple class for decoding
2009-08-12 Evan ChengShrink Thumb2 movcc instructions.
2009-08-12 Evan ChengRemove another Darwin assembler workaround.
2009-08-12 Evan Cheng80 col violation.
2009-08-12 Evan ChengRemove an Darwin assembler workaround.
2009-08-12 Evan ChengShrink ADDS, ADC, RSB, and SUBS.
2009-08-12 Dan GohmanThis logic was accidentally inverted in r78767.
2009-08-12 Dan GohmanFactor out the code for finding an available register...
2009-08-12 Bob WilsonAdd missing chain operands for VLD* and VST* instructions.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-12 Dan GohmanSimplify this code, and use an in-bounds GEP.
2009-08-11 Chris Lattnerprune #include
2009-08-11 Chris Lattnerprune #includage.
2009-08-11 Chris Lattnerfix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout...
2009-08-11 Chris Lattnerchange the -x86-asm-syntax=intel/att flag to be in...
2009-08-11 Evan ChengShrinkify Thumb2 r = add sp, imm.
2009-08-11 Chris Lattnersecond half of commit.
2009-08-11 Chris Lattnerpass "is64Bit" flag into PPC TAI ctors instead of a...
2009-08-11 Chris Lattnereliminate asmflavor from subtarget, PPCTAI is the only...
2009-08-11 Chris LattnerChange the asmprinter to print the comment character...
2009-08-11 David GoodwinAllow a zero cycle stage to reserve/require a FU withou...
2009-08-11 Chris Lattnerfactorize more darwin TAI stuff. Note that this gives
2009-08-11 Daniel DunbarX86/AsmParser: Mark MOV64GSrm, MOV64FSrm, GS_MOV32rm...
2009-08-11 Chris Lattnerfactorize darwin ProtectedDirective and SetDirective.
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Chris Lattnerall darwin targets have .space and .zerofill, pull up.
2009-08-11 Chris Lattnereliminate template from arm TAI
2009-08-11 Chris Lattnerfix a bug I introduced in r78724 that caused failures in:
2009-08-11 Chris Lattnermove LCOMMDirective = "\t.lcomm\t" up to DarwinTAI...
2009-08-11 Owen AndersonFix warnings.
2009-08-11 Chris Lattnereliminate the X86TargetAsmInfo template.
2009-08-11 Sean CallananAdded ADD instructions with rAX as one parameter to...
2009-08-11 Evan ChengShrinkify Thumb2 load / store multiple instructions.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Allow target to specific a comment...
2009-08-11 Dan GohmanOptimize exact sdiv by a constant power of 2 to ashr.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-11 Chris Lattnernow that JumpTableDirective can differentate picness...
2009-08-11 Chris Lattnersplit "JumpTableDirective" (an existing hack) into...
2009-08-11 Chris Lattner"TAI::JumpTableDirective" is always null for current...
2009-08-11 Dan GohmanAdd convenience functions for creating nsw add operators.
2009-08-11 Dan GohmanDon't set the isexact flag if an sdiv operator has...
2009-08-11 Jim GrosbachAdd Thumb2 eh_sjlj_setjmp implementation
2009-08-11 Daniel DunbarSimplify ConstantExpr::getInBoundsGetElementPtr and...
2009-08-11 Daniel DunbarRevert 78680 until I figure out why it completely broke...
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Dan GohmanAdd convenience functions for creating inbounds GEPs.
2009-08-11 David GoodwinUse DEBUG macro for debug output.
2009-08-11 Chris Lattneradd a trivial line # cache to SourceMgr to make repeate...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Daniel DunbarRemove some unnecessary LoadInst constructors, missed...
2009-08-11 David GoodwinAdd some debug output.
2009-08-11 Dan GohmanUse isa instead of dyn_cast when the result is only...
2009-08-11 Jim Grosbachfix GetInstSizeInBytes for eh_sjlj_setjmp
2009-08-11 Dan GohmanAdd convenience functions for creating exact sdiv opera...
2009-08-11 Chris Lattnermove some 32-bit instrs to x86instrinfo.td
2009-08-11 Benjamin KramerThis void is implicit in C++.
2009-08-11 Dan GohmanTidy #includes.
2009-08-11 Dan GohmanSimplify this code. The case where one class is GR64Reg...
2009-08-11 Dan GohmanFix a typo in an assertion string.
2009-08-11 Dan GohmanDon't assume that external global variables are aligned...
2009-08-11 Dan GohmanRemove unnecessary throw() specifications; LLVM doesn...
2009-08-11 Jim GrosbachWhitespace cleanup. Remove trailing whitespace.
2009-08-11 Jim GrosbachMove ~ARMConstantPoolValue() to the .cpp file to avoid...
2009-08-11 Dan GohmanRemove unnecessary casts.
2009-08-11 Dan GohmanAdd const qualifiers.
2009-08-11 Evan ChengFix the previous accidental commit. Now shrinking commo...
2009-08-11 Evan ChengFix Thumb2 load / store addressing mode matching code...
2009-08-11 Evan Cheng80 column violation.
2009-08-11 Erick TryzelaarChange llvm-c's ordering of contexts to make it consistent.
2009-08-11 Evan ChengCosmetic changes.
2009-08-11 Evan ChengAdding a blank line back.
2009-08-11 Devang PatelLink metadata.
2009-08-11 Devang PatelRemove dead metadata.
2009-08-11 Jakob Stoklund OlesenRebuild RegScavenger::DistanceMap each time it is needed.
2009-08-11 Daniel DunbarFix a -Asserts warning.
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-11 Daniel Dunbarllvm-mc/X86: Parse '*' correctly (in the way the matche...
2009-08-11 Sanjiv GuptaFixed more problems caused by 78142.
2009-08-11 David GoodwinReplace DOUT.
2009-08-11 Bob WilsonUse new EVT::vAny type to combine Neon intrinsics for...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-11 Sean CallananAdded the x86 INT instructions; both the special-case...
2009-08-11 David GoodwinFix bug in NEON convert for single-precision FP. This...
next