oota-llvm.git
2009-08-12 Dan GohmanFix whitespace expectations to match the new AsmWriter...
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 Benjamin KramerFix unit test on FreeBSD. We need to make sure there...
2009-08-12 Gabor Greifcatch a typo and simplify call syntax
2009-08-12 Gabor Greifhere comes the CMAKE part on LLVM_COMPACT_SENTINELS...
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Chris Lattnerone last (?) bad x86 triple test.
2009-08-12 Chris Lattnerfix some pastos in triple lines.
2009-08-12 Chris Lattnerthe x86 version of the name is x86-64, not x86_64....
2009-08-12 Chris Lattneranother bogus triple
2009-08-12 Chris Lattneradd support for mingw64 target triples.
2009-08-12 Chris Lattnerfix another broken target triple.
2009-08-12 Chris Lattnerfix an incorrect target triple.
2009-08-12 Jakob Stoklund... Move immediate constant predicate templates from the...
2009-08-12 Chris Lattneradd a couple of helpers to the Triple class for decoding
2009-08-12 Chris Lattneradd nounwind
2009-08-12 Evan ChengShrink Thumb2 movcc instructions.
2009-08-12 Oscar FuentesCMake: Fixed sed script for translating library depende...
2009-08-12 Oscar FuentesCMake: Localized dependency on Perl.
2009-08-12 Oscar FuentesCMake: Rely on llvm_config again for obtaining the...
2009-08-12 Oscar FuentesCMake: updated library dependencies.
2009-08-12 Oscar FuentesCMake: cmake/modules/LLVMLibDeps.cmake: Use unix line...
2009-08-12 Oscar FuentesCMake: Moved hard-coded library dependencies to its...
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 Bob WilsonAdd some comments to clarify the arguments to the vtbl...
2009-08-12 Bill WendlingTestcase for r78770.
2009-08-12 Dan GohmanThis logic was accidentally inverted in r78767.
2009-08-12 Oscar FuentesCMake: Do not install files with .tmp suffix.
2009-08-12 Oscar FuentesCMake: Re-enabled build of llvm-config. Removed recursi...
2009-08-12 Dan GohmanFactor out the code for finding an available register...
2009-08-12 Dale JohannesenTest for llvm-gcc patch 78762.
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 Gohmanllvm-gcc now emits inbounds for this getelementptr.
2009-08-12 Dan GohmanSimplify this code, and use an in-bounds GEP.
2009-08-12 Oscar FuentesCMake: target triple for MSVC on Windows 64.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Match hard coded registers (e.g...
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 Owen Andersonstruct -> class
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 Daniel DunbarStringRef: Add find(char) and find(StringRef).
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 Daniel Dunbarllvm-mc/AsmMatcher: Fix two thinkos in determining...
2009-08-11 Dan GohmanUse wchar.h to get wchar_t, not ctype.h.
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 Daniel Dunbarllvm-mc: Fix a crash on invalid due to a typo in reloca...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Daniel DunbarRemove some unnecessary LoadInst constructors, missed...
2009-08-11 Chris Lattnermake owen happy by being explicit.
2009-08-11 David GoodwinAdd some debug output.
2009-08-11 Benjamin KramerFix struct/class mismatch.
2009-08-11 Dan GohmanUse isa instead of dyn_cast when the result is only...
next