oota-llvm.git
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-05-04 Sebastian PopAdded missing CMN case in Thumb2SizeReduction pass...
2012-05-04 Preston GurdAdds Intel Atom scheduling latencies to X86InstrSystem.td.
2012-05-04 Matt Beaumont-GayPacify GCC's -Wreturn-type
2012-05-04 Chandler CarruthFactor the computation of input and output sets into...
2012-05-04 Chandler CarruthRather than trying to gracefully handle input sequences...
2012-05-04 Chandler CarruthFix a goof with my previous commit by completely return...
2012-05-04 Chandler CarruthHoist a safety assert from the extraction method into...
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-05-04 Hans WennborgMake ARM and Mips use TargetMachine::getTLSModel()
2012-05-04 Craig TopperFix some loops to match coding standards. No functional...
2012-05-04 Craig TopperFix up some spacing. No functional change.
2012-05-04 Craig TopperSimplify broadcast lowering code. No functional change...
2012-05-04 Craig TopperAllow v16i16 and v32i8 shuffles to be rewritten as...
2012-05-04 Bill WendlingAdd 'landingpad' instructions to the list of instructio...
2012-05-04 Craig TopperSimplify shuffle narrowing code a bit. No functional...
2012-05-04 Jakob Stoklund... Remove the SubRegClasses field from RegisterClass descr...
2012-05-04 Jakob Stoklund... Remove TargetRegisterClass::SuperRegClasses.
2012-05-04 Rafael EspindolaPass -fcolor-diagnostics when it is supported. This...
2012-05-04 Jakob Stoklund... Use SuperRegClassIterator for findRepresentativeClass().
2012-05-04 Jakob Stoklund... Initialize SparcInstrInfo before SparcTargetLowering.
2012-05-04 Jakob Stoklund... Add a SuperRegClassIterator class.
2012-05-04 Chandler CarruthA pile of long over-due refactorings here. There are...
2012-05-03 Chandler CarruthAdd a FoldingSetVector datastructure which is analogous...
2012-05-03 Pete CooperPR12729: Change 'llvm-objdump' to display the available...
2012-05-03 Jakob Stoklund... Remove accidentally added file.
2012-05-03 Jakob Stoklund... Use a shared implementation of getMatchingSuperRegClass().
2012-05-03 Jakob Stoklund... Add TargetRegisterClass::getSuperRegIndices().
2012-05-03 Jakob Stoklund... Emit SuperRegMasks as part of the existing SubClassMask...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-05-03 Chandler CarruthFactor the logic for testing whether a basic block...
2012-05-03 Nuno Lopesremove calls to calloc if the allocated memory is not...
2012-05-03 Sirish PandeSupport for target dependent Hexagon VLIW packetizer.
2012-05-03 Ted KremenekAdd rudimentary CMake logic for detecting Graphviz.
2012-05-03 Nuno Lopesadd support for calloc to objectsize lowering
2012-05-03 Jakob Stoklund... Fix the type of SubClassMask.
2012-05-03 Jakob Stoklund... Compress tables for getMatchingSuperRegClass().
2012-05-03 Owen AndersonAdd the half type to the LLVM IR vim syntax highlighting.
2012-05-03 Silviu BarangaFixed disassembler for vstm/vldm ARM VFP instructions.
2012-05-03 Jakob Stoklund... Don't override subreg functions in targets without...
2012-05-03 Sirish PandeExtensions of Hexagon V4 instructions.
2012-05-03 Nuno Lopesreplace 'break's with 'return 0' in visitCallInst code...
2012-05-03 Duncan SandsUse correct variable in this example. Pointed out...
2012-05-03 Craig TopperUse 'unsigned' instead of 'int' in a few places dealing...
2012-05-03 Craig TopperFix 256-bit vpshuflw and vpshufhw immediate encoding...
2012-05-03 Evan ChengFix two-address pass's aggressive instruction commuting...
2012-05-03 Andrew TrickAdded TargetRegisterInfo::getAllocatableClass.
2012-05-02 Bill WendlingWhitespace cleanup.
2012-05-02 Daniel Dunbar[docs] Include the Kaleidescope tutorial in the Sphinx...
2012-05-02 Owen AndersonTeach DAGCombine the same multiply-by-1.0 folding trick...
2012-05-02 Preston GurdFor Intel Atom, use ILP scheduling always, instead...
2012-05-02 Preston GurdChange the Intel Atom detection code to recognize
2012-05-02 Owen AndersonTeach DAG combine that multiplication by 1.0 can always...
2012-05-02 Michael J.... Add tools/lld to .gitignore.
2012-05-02 Jim GrosbachARM: Add missing two-operand VBIC aliases.
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-05-02 Anders Waldenborg[llvm-c] Make a few function declarations proper prototypes
2012-05-02 Preston GurdThis patch continues the work of adding instruction...
2012-05-02 Manman RenRevert r155853
2012-05-02 Kostya Serebryany[tsan] typo and style (thanks to Nick Lewycky)
2012-05-02 Bill WendlingThe value held in the vector may be RAUW'ed by some...
2012-05-02 Richard BartonDisallow YIELD and other allocated nop hints in pre...
2012-05-02 Craig TopperAdd support for selecting AVX2 vpshuflw and vpshufhw...
2012-05-02 John McCallUpdate SmallVector to support move semantics if the...
2012-05-02 John McCallFix unintentional use of operator bool.
2012-05-02 Eli FriedmanFix the implementation of MachOObjectFile::isSectionZer...
2012-05-01 Jim GrosbachTidy up. Naming conventions.
2012-05-01 Jakub StaszakRemove unneeded break.
2012-05-01 Jakub StaszakUse dyn_cast instead of checking opcode and cast.
2012-05-01 Jakub StaszakRemove trailing spaces.
2012-05-01 Bill WendlingStrip the pointer casts off of allocas so that the...
2012-05-01 Sirish PandeTarget independent Hexagon Packetizer fix.
2012-05-01 Jim GrosbachARM: Add a few missing add->sub aliases w/ 'w' suffix.
2012-05-01 Jim GrosbachARM: allow vanilla expressions for movw/movt.
2012-05-01 Preston GurdThis patch marks the X86 floating point stack registers...
2012-05-01 Jim GrosbachMC: Unknown assembler directives are now hard errors.
2012-05-01 Jim GrosbachMC: Remove errant EatToEndOfStatement() in asm parser.
2012-05-01 Manman RenX86: optimization for max-like struct
2012-05-01 Alexey SamsonovX86: Use StackRegister instead of FrameRegister in...
2012-05-01 Benjamin KramerMove MipsDisassembler classes into an anonymous namespace.
2012-05-01 Jay FoadRegression test for PR2960.
2012-05-01 Benjamin KramerValue-initialize global to avoid global construction.
2012-05-01 Eli BenderskyRuntimeDyld cleanup:
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-05-01 Craig TopperAllow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be...
2012-05-01 Eli BenderskyRuntimeDyld code cleanup:
2012-05-01 Craig TopperMake XOP and FMA4 require SSE4A to match GCC behavior...
2012-05-01 Craig TopperAttempt to handle MRMInitReg in emitVEXOpcodePrefix...
2012-05-01 Eli BenderskyRemoved examples of stack frame inspection which no...
2012-05-01 Craig TopperMake XOP imply AVX as its needed to legalize the regist...
2012-05-01 Craig TopperRemove HasSSE2 from AES and CLMUL predicates. It's...
2012-05-01 Craig TopperMake CLMUL and AES imply SSE2 since its needed to legal...
2012-05-01 Craig TopperEnable AVX and FMA4 for AMD Bulldozer processors.
2012-05-01 Nick LewyckyAn instruction in a loop is not guaranteed to be execut...
2012-05-01 Lang HamesAdd support for llvm.arm.neon.vmull* intrinsics to...
2012-04-30 Jakub StaszakAdd some constantness. No functionality change.
2012-04-30 Manman RenX86: optimization for -(x != 0)
2012-04-30 Jim GrosbachARM: Diagnostics for out of range fixups.
2012-04-30 Jakob Stoklund... Fix address calculation error from r155744.
next