Don't lazily allocate eh_frame. We're not lazily allocating things like the LSDA...
[oota-llvm.git] / lib /
2012-02-17 David ChisnallDon't lazily allocate eh_frame. We're not lazily alloc...
2012-02-17 David Chisnall... and it's probably best to use the correct alignment...
2012-02-17 David ChisnallIt turns out that putting an 8-byte symbol in a 4-byte...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Eric ChristopherTypo in variable name.
2012-02-17 Craig TopperRemove the last of the old vector_shuffle patterns...
2012-02-17 Nick LewyckyAdd support for invariant.start inside the static const...
2012-02-17 Akira HatanakaDo not promote i32 arguments to i64. This was causing...
2012-02-17 Bill WendlingRemove redundant comment. Use a more efficient datatype.
2012-02-17 Bill WendlingFix some grammar-os and formatting.
2012-02-17 Lang HamesReverse iterator - should be incrementing rather than...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-02-17 Chad Rosier[fast-isel] Add support for returning non-legal types...
2012-02-17 Lang HamesMachineScheduler shouldn't use/preserve LiveDebugVariables.
2012-02-17 Lang HamesOops - isRegLiveIntoSuccessor is used in non-assert...
2012-02-17 Lang HamesRe-enable 150652 and 150654 - Make FPSCR non-reserved...
2012-02-17 Lang HamesTurn off assertion, conservatively compute liveness...
2012-02-16 Akira HatanakaRemove comment.
2012-02-16 Chad RosierRemove unnecessary assignment to temporary, ResultReg.
2012-02-16 Jakob Stoklund OlesenRemove the YMM_HI_6_15 hack.
2012-02-16 Jakob Stoklund OlesenUse the same CALL instructions for Windows as for every...
2012-02-16 Akira HatanakaRemove trailing whitespace. Add newline.
2012-02-16 Benjamin KramerDisable machine copy propagation for now. It's known...
2012-02-16 Benjamin KramerRevert "InstSimplify: Strip pointer casts early."
2012-02-16 Benjamin KramerInstSimplify: Strip pointer casts early.
2012-02-16 Benjamin KramerInstSimplify: Ignore pointer casts when constant foldin...
2012-02-16 Bill Wendlings/ModAttrBehavior/ModFlagBehavior/g to be consistent...
2012-02-16 James MolloyRemove extraneous #include and spelling mistake introdu...
2012-02-16 James MolloyModify the algorithm when traversing the DAGCombiner...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Tweak to check #INF and #NAN...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Use APFloat instead of atof(3).
2012-02-16 Lang HamesOop - r150653 + r150654 broke one of my test cases...
2012-02-16 Lang HamesFPSCR shouldn't be reserved.
2012-02-16 Lang HamesMachineCSE shouldn't extend the live ranges of reserved...
2012-02-16 Eli Friedmanloop-rotate shouldn't hoist alloca instructions out...
2012-02-16 Jakob Stoklund OlesenEnable register mask operands for x86 calls.
2012-02-15 Jakob Stoklund OlesenHandle register masks in branch folding.
2012-02-15 Andrew TrickFix library visibility problems with VLIWPacketizer.
2012-02-15 Bill WendlingUse the enum instead of 'unsigned'.
2012-02-15 Lang HamesMake LiveIntervals::handleMove() bundle aware.
2012-02-15 Bill WendlingUse 'getDataNoRel' for the section kind.
2012-02-15 Lang HamesFix assertion condition.
2012-02-15 Bill WendlingModify the code that emits the module flags to use...
2012-02-15 Bill WendlingAdd a module flags accessor method which returns the...
2012-02-15 Kaelyn UhrainAdd function for computing the edit distance of two...
2012-02-15 Andrew TrickDon't expose DefaultVLIWScheduler
2012-02-15 Lang HamesRemove overly conservative assert.
2012-02-15 Andrew TrickGeneric "VLIW" packetizer based on a DFA generated...
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates.
2012-02-15 Eric ChristopherRevert "Replacing HexagonOptimizeSZExtends with Hexagon...
2012-02-15 Eric ChristopherRevert "Optimize redundant sign extends and negation...
2012-02-15 Sirish PandeReplacing HexagonOptimizeSZExtends with HexagonPeephole.
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates
2012-02-15 Chad RosierAdd braces to if clause to make symmetric with associat...
2012-02-15 David MeyerFor ELF, also call fixSymbolsInTLSFixups() on expressio...
2012-02-15 Bill WendlingStrip the pointer casts from the constants here.
2012-02-15 Eric ChristopherAdd a way to replace a field inside a metadata node...
2012-02-15 Andrew TrickRevert r150565 again. Appears to be a stage2 failure...
2012-02-15 Andrew TrickReapply r150565 with the typo fix properly merged.
2012-02-15 Andrew Trickreverting r150565. Premature push.
2012-02-15 Andrew TrickMove PostRAMachineLICM into MachineLateOptimization...
2012-02-15 Andrew TrickAllow CodeGen (llc) command line options to work as...
2012-02-15 Andrew TrickAdded TargetPassConfig::disablePass/substitutePass...
2012-02-15 Lang HamesDon't emit live ranges for physregs live-ins that are...
2012-02-15 Lang HamesDisentangle moving a machine instr from updating LiveIn...
2012-02-15 Pete CooperAdded hook to let targets custom lower splitting of...
2012-02-15 Chad RosierUse a temporary variable, rather then a series of redun...
2012-02-15 Pete CooperStop custom lowering forr x86 DEC64m from happening...
2012-02-15 Chad RosierUse a temporary variable, rather then a series of redun...
2012-02-14 Jakob Stoklund OlesenFix global live range splitting regmask accuracy.
2012-02-14 Jakob Stoklund OlesenFix details in local live range splitting with regmasks.
2012-02-14 Jakob Stoklund OlesenHandle regmasks in findRegisterDefOperandIdx().
2012-02-14 Jakob Stoklund OlesenUse the proper clobber check in handleLiveInRegister().
2012-02-14 Jakob Stoklund OlesenDump live intervals in numerical order.
2012-02-14 Lang HamesDon't create a new copy of reserved regs - we already...
2012-02-14 Chad RosierRemove unnecessary assignment to temporary, ResultReg.
2012-02-14 Aaron BallmanUsing the new external-linkage warning recently added...
2012-02-14 Aaron BallmanFixing warning due to the new "UTD return type in exter...
2012-02-14 Bill WendlingAdd code to the target lowering object file module...
2012-02-14 Lang HamesUpdate MachineVerifier to check the new physreg live...
2012-02-14 Lang HamesTighten physical register invariants: Allocatable physi...
2012-02-14 Nadav RotemFix PR12000. Some vector operations may use scalar...
2012-02-14 Benjamin KramerTurn push_back loops into append/insert.
2012-02-14 Bill WendlingCapitalize messages so that they appear nicely with...
2012-02-14 Craig TopperMove old movl vector_shuffle patterns. Not needed anymo...
2012-02-14 Lang HamesRename getExceptionAddressRegister() to getExceptionPoi...
2012-02-14 Lang HamesUse convenience function for consistency.
2012-02-14 Kostya Serebryany[tsan] fix compiler warnings
2012-02-14 Lang HamesThird time's the charm...?
2012-02-14 Lang HamesUnswap swap operands, partially reducing confusion.
2012-02-14 Andrew TrickAdd simplifyLoopLatch to LoopRotate pass.
2012-02-14 Andrew Trickwhitespace
2012-02-13 Bill WendlingDon't reserve the R0 and R1 registers here. We don...
2012-02-13 Bill WendlingDon't recalculate the size of the vector each time...
2012-02-13 Lang HamesMake operands for VSWP read-modify-write.
2012-02-13 Jakob Stoklund OlesenAdd register mask support to ScheduleDAGRRList.
2012-02-13 Devang PatelCheck against umin while converting fcmp into an icmp.
2012-02-13 Dan GohmanJust like in regular escape analysis, loads and stores...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2012-02-13 Andrew TrickLiveIntervalAnalysis does not depend on MachineLoopInfo.
next