Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.
[oota-llvm.git] / lib /
2012-09-17 Andrew TrickInitMCProcessor
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Jan Wen VoungAdd some cases to x86 OptimizeCompare to handle DEC...
2012-09-17 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-17 Akira HatanakaMake sure there is enough room for RA. getStackSize...
2012-09-17 Michael IlsemanIncrease the static sizes of some SmallSets. finalizeBu...
2012-09-17 Michael Ilsemanwhitespace
2012-09-17 Michael LiaoFix PR13859
2012-09-17 Bill Wendlings/__llvm_gcov_flush/__gcov_flush/g
2012-09-17 Benjamin KramerLLVM_ATTRIBUTE_USED forces emission of a function....
2012-09-17 Benjamin KramerNewSROA: Provide a full set of operator< for ByteRanges.
2012-09-17 Axel NaumannFix a few vars that can end up being used without initi...
2012-09-17 Silviu BarangaRemoved the VMLxForwarding feature for the Cortex-A15...
2012-09-17 Tom StellardAdd a MachinePostDominator pass
2012-09-17 Nadav RotemDisable the protection from escaped allocas in an attem...
2012-09-16 Chandler CarruthRefactor the SROA visitors for partitioning an alloca...
2012-09-16 Craig TopperChange unsigned to uint32_t to match base class declara...
2012-09-16 Craig TopperFix bad comment. No functional change.
2012-09-16 Nadav RotemThe PMOVZXWD family of functions had patterns extends...
2012-09-16 Jakob Stoklund OlesenAdd alternative coalescing algorithm under a flag.
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Craig TopperRemove unused private fields to silence -Wunused-privat...
2012-09-15 Jakob Stoklund OlesenDon't depend on kill flags in removeCopyByCommutingDef().
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Benjamin KramerDisable new sroa now that all buildbots have tested it.
2012-09-15 Benjamin KramerX86: Emitting x87 fsin/fcos for sinf/cosf is not safe...
2012-09-15 Chandler CarruthPort the SSAUpdater-based promotion logic from the...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-09-15 Akira HatanakaHandled unaligned load/stores properly in Mips16
2012-09-15 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Bill WendlingRemove comment.
2012-09-14 Manman RenPGO: preserve branch-weight metadata when simplifying...
2012-09-14 Evan ChengStylistic and 80-col fixes
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-14 Alex RosenbergReview feedback from Duncan Sands. Alphabetize includes...
2012-09-14 Manman RenTry to fix the bots by detecting inconsistant branch...
2012-09-14 Andrew TrickImplement getNumLDMAddresses and expose through ARMBase...
2012-09-14 Andrew TrickCortex-A9 instruction-level scheduling machine model.
2012-09-14 Manman RenPGO: preserve branch-weight metadata when merging two...
2012-09-14 Andrew Trickmisched: add a hook for custom DAG postprocessing.
2012-09-14 Sergei LarinDAG post-process for Hexagon MI scheduler
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-14 Benjamin KramerSROA: Silence unused variable warnings in Release builds.
2012-09-14 Benjamin KramerRemove redundant private field.
2012-09-14 Chandler CarruthRework the computation of a sub-structure natural type...
2012-09-14 Chandler CarruthRely on the recursive check for pointer types rather...
2012-09-14 Chandler CarruthBe a bit more aggressive in bailing out of this routine...
2012-09-14 Chandler CarruthAdd some comments clarifying that the GEP analysis...
2012-09-14 Chandler CarruthMove an instance variable to a local variable based...
2012-09-14 Chandler CarruthAdd a comment about debug intrinsics that I *really...
2012-09-14 Chandler CarruthAdd two asserts that Duncan thought would help ensure...
2012-09-14 Chandler CarruthActually keep the flag default-off for now. =/ That...
2012-09-14 Chandler CarruthRemove some dead, commented out code Duncan spotted...
2012-09-14 Chandler CarruthWrap the dumping and printing routines in NDEBUG and...
2012-09-14 Chandler CarruthLots of comment fixes and cleanups from Duncan's review.
2012-09-14 NAKAMURA TakumiSROA.cpp: Unbreak gcc, sorry!
2012-09-14 NAKAMURA TakumiSROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come...
2012-09-14 Chandler CarruthSpeculative change to try to fix older GCC versions...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-09-14 Duncan SandsRemove silly dead store. Patch by Ettl Martin.
2012-09-14 Akira Hatanakamips16 fixes.
2012-09-13 Eric ChristopherFix both the test for zero and what we do if we have...
2012-09-13 Eric ChristopherReformat, remove a couple unused variables and move...
2012-09-13 Jim GrosbachAssembler: Darwin variables defined via .set are no...
2012-09-13 Jim GrosbachMachO: Correctly mark symbol-difference variables as...
2012-09-13 Dan GohmanHandle the new !tbaa.struct metadata tags when converti...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-13 Michael LiaoFix comment
2012-09-13 Michael LiaoAdd wider vector/integer support for PR12312
2012-09-13 Michael LiaoEnhance type legalization on bitcast from vector to...
2012-09-13 Jakob Stoklund OlesenFix the TCRETURNmi64 bug differently.
2012-09-13 Dan GohmanExtract code for reducing a type to a single value...
2012-09-13 Dan GohmanDefine an official slot for the new !tbaa.struct metada...
2012-09-13 Akira Hatanakamips16: When copying operands in a conditional branch...
2012-09-13 Jakob Stoklund OlesenRevert r163761 "Don't fold indexed loads into TCRETURNm...
2012-09-13 Benjamin KramerMemCpyOpt: When forming a memset from stores also take...
2012-09-13 Nadav RotemFix an 80 char line limit.
2012-09-13 Nadav RotemRename the flag which protects from escaped allocas...
2012-09-13 Micah VillmowUnify the emission of the calling conventions into...
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in LLVM.
2012-09-13 Nadav RotemFix a dagcombine optimization. The optimization attempt...
2012-09-13 Nadav RotemFix a typo.
2012-09-13 Bill WendlingUse Nick's suggestion of storing a large NULL into...
2012-09-13 Nadav RotemStack Coloring: We have code that checks that all of...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Craig TopperAdd a new compression type to ModRM table that detects...
2012-09-13 Jim GrosbachMCJIT: relocation addends encoded in the target aren...
2012-09-13 Jim GrosbachMCJIT: Make sure to mask off non-type-field bits.
2012-09-13 Jim GrosbachMCJIT: Pass the i386 MachO relocation type properly.
2012-09-13 Jakob Stoklund OlesenDon't fold indexed loads into TCRETURNmi64.
2012-09-13 Bill WendlingIntroduce the __llvm_gcov_flush function.
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Akira HatanakaMisc.
2012-09-12 Michael LiaoFix PR11985
2012-09-12 Dan GohmanDetect overflow in the path count computation. rdar...
2012-09-12 Owen AndersonRemove an overly-aggressive assertion. The code follow...
2012-09-12 Jakob Stoklund OlesenDelete dead code.
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
next