summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher2012-09-21
* Add comment.Chad Rosier2012-09-21
* Add comment.Chad Rosier2012-09-21
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-21
* LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer2012-09-21
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-21
* InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer2012-09-21
* Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling2012-09-21
* Fix a typo in r164357Michael Liao2012-09-21
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-21
* BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer2012-09-21
* Cortex-A9 latency fixes (w/ -schedmodel only).Andrew Trick2012-09-21
* Add missing i8 max/min/umax/umin supportMichael Liao2012-09-21
* Revise td of X86 atomic instructionsMichael Liao2012-09-21
* Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi2012-09-21
* Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka2012-09-21
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-21
* Tidy up. Whitespace.Jim Grosbach2012-09-21
* Tidy up. Formatting.Jim Grosbach2012-09-21
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-21
* Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen2012-09-20
* Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen2012-09-20
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-20
* SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.Manman Ren2012-09-20
* Revert r164308 to fix buildbots.Bill Wendling2012-09-20
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-20
* Remove more bare uses of the different Attribute enums.Bill Wendling2012-09-20
* Make the 'getAsString' function a method of the Attributes class.Bill Wendling2012-09-20
* Fix 80-col violations.Nadav Rotem2012-09-20
* Change enum type in a static table to uint8_t instead. Saves about 700 hundre...Craig Topper2012-09-20
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-20
* Convert some attribute existence queries over to use the predicate methods.Bill Wendling2012-09-19
* Add predicates for queries on whether an attribute exists.Bill Wendling2012-09-19
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-19
* Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen2012-09-19
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-19
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Add support for accessing an MDNode's operands via the C binding. Patch byDuncan Sands2012-09-19
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-19
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-19
* Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao2012-09-19
* Renaming functions to match coding style guidelinesMichael Ilseman2012-09-19
* Doxygen-ify commentsMichael Ilseman2012-09-19
* Put the * and & next to the variable, rather than the type.Michael Ilseman2012-09-19
* GCC doesn't understand that OrigAliasResult having a value is correlated withDuncan Sands2012-09-19
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-19
* SimplifyCFG: Don't generate invalid code for switch used to initializeHans Wennborg2012-09-19
* IntegerDivision: Style cleanups, avoid warning about mixing || and && without...Benjamin Kramer2012-09-19
* Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem2012-09-19