oota-llvm.git
2009-08-13 Daniel DunbarAdd StringRef::front (with some small tweaks while...
2009-08-13 Bob WilsonUse cast<> instead of dyn_cast<> in places where the...
2009-08-13 Daniel DunbarUpdate llvm-prof for ProfileInfo API changes.
2009-08-13 Dan GohmanChange the indentation for LLVM Assembly files from...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-13 Chris Lattnersink uniquing of sections out of MCContext into the...
2009-08-13 Dale JohannesenSymbols with LinkerPrivateLinkage are weak.
2009-08-13 Chris Lattnermake PIC16 unique its own sections instead of having...
2009-08-13 Chris Lattneradd some comments: MCContext owns the MCSections, but...
2009-08-13 Chris Lattnerreject invalid code like:
2009-08-12 Chris Lattnerimplement support for uniquing MachO sections.
2009-08-12 Dan GohmanNow that numbered types have their number printed,...
2009-08-12 Chris Lattnersome compiler don't get string from TLOF.h implicitly...
2009-08-12 Chris Lattnerreduce #includage
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-12 Jim GrosbachMark the callsite intrinsic such that the opimizers...
2009-08-12 Bob WilsonRecognize Neon VDUP shuffles during legalization instea...
2009-08-12 Bob WilsonRecognize Neon VREV shuffles during legalization instea...
2009-08-12 Bob WilsonAdd a new "SDTCisVec" SDTypeConstraint. This complemen...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 David GoodwinFix counting of Post-RA scheduling stalls. Improve...
2009-08-12 Bob WilsonAdd some release notes about ARM v7 support and known...
2009-08-12 Lang HamesAdded RegisterCoalescer to required passes for PBQP.
2009-08-12 Dan GohmanUse WriteAsOperand to print BasicBlock names.
2009-08-12 Dan GohmanMake AsmWriter more careful with formatted_raw_ostream...
2009-08-12 Dan GohmanAdd a GetBufferSize() member to raw_ostream and use...
2009-08-12 Bob WilsonGenerate Neon VTBL and VTBX instructions from the corre...
2009-08-12 Dan GohmanUse PadToColumn instead of tabs.
2009-08-12 Dan GohmanFix a few more places to use PadToColumn instead of...
2009-08-12 Evan ChengPredCC is meant to be 2 bits wide, like PredCC1.
2009-08-12 Dan GohmanUse PadToColumn instead of tabs for aligning comments...
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-12 Dale JohannesenAdd attempted idiotproofing comment per review.
2009-08-12 Chris Lattnerimprove win32 path support, patch by Baptiste Lepilleur!
2009-08-12 Dale JohannesenTest for 78821, sort of. While that bug is nondetermin...
2009-08-12 Dale JohannesenFix a nondeterministic bug in APInt::roundToDouble;
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.
next