oota-llvm.git
2012-05-28 Peter CollingbourneAdd llvm.fabs intrinsic.
2012-05-28 Benjamin KramerFix suspicous hasOneUse() check, found by PVS Studio...
2012-05-28 Benjamin KramerInstCombine: Fix infinite loop when encountering switch...
2012-05-28 David BlaikieRemove unused variable.
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-28 Benjamin KramerRandom BitcodeReader cleanups.
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Stepan DyatkovskiySwitchInst: Due to bad readability case iterators defin...
2012-05-28 Bill WendlingImplement the indirect counter increment code in a...
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-28 Chris Lattnersimplify code.
2012-05-28 Chris Lattneradd some helper methods to make the type more uniform.
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-27 Benjamin KramerDenseMap: Use an early exit when there is nothing to...
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...
2012-05-27 Benjamin KramerIntrusiveRefCntPtr: Use the same pattern as the other...
2012-05-27 Chris LattnerReimplement the intrinsic verifier to use the same...
2012-05-27 Chris LattnerThese tests used intrinsics with the wrong prototype...
2012-05-27 Chris Lattnerremove two (useless) tests that use incorrect intrinsic...
2012-05-27 Chris Lattnergeneralize this to allow any argument.
2012-05-27 Peter CollingbourneHave getOrCreateSubprogramDIE store the DIE for a subpr...
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2012-05-27 Benjamin KramerDenseMap: Provide a move ctor and move semantics for...
2012-05-27 Benjamin KramerDenseMap: Factor destruction into a common helper method.
2012-05-27 Chris Lattnerenhance the intrinsic info table to encode what *kind...
2012-05-27 Benjamin KramerMove-enable IntrusiveRefCntPtr.
2012-05-27 NAKAMURA TakumiPath::GetTemporaryDirectory(): Add an assertion if...
2012-05-27 Benjamin KramerMissed parens.
2012-05-27 Benjamin Kramerr157525 didn't work, just disable iterator checking.
2012-05-27 Benjamin KramerSDAGBuilder: Avoid iterator invalidation harder.
2012-05-26 Chris Lattnerrearrange some code, no functionality change.
2012-05-26 Benjamin KramerSDAGBuilder: Don't create an invalid iterator when...
2012-05-26 Benjamin KramerSelectionDAGBuilder: When emitting small compare chains...
2012-05-26 Duncan SandsSince commit 157467, if reassociate isn't actually...
2012-05-26 Benjamin KramerSimplifyCFG: Turn the ad-hoc std::pair that represents...
2012-05-26 Benjamin KramerAdd support for branch weight metadata to MDBuilder...
2012-05-26 Benjamin KramerScoreboardHazardRecognizer: Remove dead conditional...
2012-05-26 Duncan SandsMove this debug statement earlier so it is easy to...
2012-05-25 Bill WendlingThe llvm_gcda_increment_indirect_counter function write...
2012-05-25 Akira HatanakaFix predicate HasStandardEncoding in MipsInstrInfo...
2012-05-25 Bill WendlingSmall code cleanup. No functionality change.
2012-05-25 Bill WendlingOpen in read/write mode, creating the file if it doesn...
2012-05-25 Nuno Lopesbounds checking: add support for byval arguments
2012-05-25 Akira HatanakaDelete MipsExpandPseudo.cpp.
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-05-25 Akira HatanakaRemove the code that expands MIPS' .cpload directive.
2012-05-25 Akira HatanakaRemove the code that emits MIPS' .cprestore directive.
2012-05-25 Akira HatanakaRemove pseudo instructions that are no longer used.
2012-05-25 Justin Holewinski[NVPTX] Add a new test case for the newly-enabled call...
2012-05-25 Nuno Lopesboundschecking:
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-25 NAKAMURA Takumitest/CodeGen/X86/bigstructret.ll: Suppress one test...
2012-05-25 NAKAMURA Takumitest/CodeGen/X86/bigstructret.ll: Relax stack offsets...
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-25 Andrew Trickmisched: trace formatting
2012-05-25 Bill WendlingEarly-continue.Reducing indentation.
2012-05-25 Bill WendlingDon't call exit from a runtime.
2012-05-25 Jakob Stoklund... Compress MCRegisterInfo register name tables.
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-24 Kaelyn UhrainSilence unused variable warnings from when assertions...
2012-05-24 Andrew Trickmisched: Use the same scheduling heuristics with -misch...
2012-05-24 Jakob Stoklund... Shrink.
2012-05-24 Jakob Stoklund... Add support for range expressions in TableGen foreach...
2012-05-24 Jakob Stoklund... Don't put TGParser scratch results in the output.
2012-05-24 Jakob Stoklund... Simplify TGParser::ProcessForEachDefs.
2012-05-24 Andrew Trickmisched: Trace regpressure.
2012-05-24 Andrew Trickmisched: Give each ReadyQ a unique ID
2012-05-24 Andrew Trickmisched: Added ScoreboardHazardRecognizer.
2012-05-24 Andrew Trickmisched: Release bottom roots in reverse order.
2012-05-24 Andrew Trickmisched: rename ReadyQ class
2012-05-24 Andrew Trickmisched: copy comments so compareRPDelta is readable...
2012-05-24 Andrew Trickregpressure: Added RegisterPressure::dump
2012-05-24 Andrew Trickregpressure: physreg livein/out fix
2012-05-24 David BlaikieFix for CHECK-NOT misspelling.
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-24 Owen AndersonTeach tblgen's set theory "sequence" operator to suppor...
2012-05-24 Chad RosierTypo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
2012-05-24 Akira HatanakaTurn on mips16 pseudo op when compiling for mips16.
2012-05-24 Akira HatanakaEnable Mips16 compiler to compile a null program.
2012-05-24 David BlaikieSilence Clang's -Wlogical-op-parentheses warning.
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-05-24 Meador IngeTesting commit access
2012-05-24 Stepan DyatkovskiyPR1255 related changes (case ranges):
2012-05-24 Patrik HägglundFix -Wcovered-switch-default warning.
2012-05-24 Craig TopperConvert assert(0) to llvm_unreachable.
2012-05-24 Bill WendlingRemove old release notes. Ready them for additions...
2012-05-24 Craig TopperMark some static arrays as const.
2012-05-24 Craig TopperUse uint16_t to store registers in static tables. Match...
2012-05-24 Craig TopperUse uint16_t to store register number in static tables...
2012-05-24 Craig TopperMake some opcode tables static and const. Allows code...
2012-05-24 Joel JonesReflect that tblgen is now llvm-tblgen
2012-05-24 Craig TopperMark a couple arrays as static and const. Use array_len...
2012-05-24 Craig TopperMark a static array as const.
2012-05-24 Craig TopperMark a static table as const. Shrink opcode size in...
2012-05-23 Chad RosierTidy up naming for consistency and other cleanup. ...
2012-05-23 Jakob Stoklund... Add a test case for global live range splitting.
2012-05-23 Jakob Stoklund... Add a last resort tryInstructionSplit() to RAGreedy.
2012-05-23 Bill WendlingForgot to reverse conditional.
2012-05-23 Bill WendlingReduce indentation by early detection of 'continue...
2012-05-23 Nicolas Geoffrayllvm-ld does not exist anymore, use llvm-link instead.
next