- f174221 llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target. by NAKAMURA Takumi · 13 years ago
- 2f1d5d4 Cortex-A9 latency fixes (w/ -schedmodel only). by Andrew Trick · 13 years ago
- fe87c30 Add missing i8 max/min/umax/umin support by Michael Liao · 13 years ago
- 0838249 Revise td of X86 atomic instructions by Michael Liao · 13 years ago
- 258aeb5 docs: Fix Sphinx warning over Atomics.rst. by Sean Silva · 13 years ago
- 5cc1e23 docs: Fix Sphinx warning over yaml2obj.rst. by Sean Silva · 13 years ago
- b377635 Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
- df03a28 llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_store/@unaligned_i16_load/g. by NAKAMURA Takumi · 13 years ago
- 0fdf3b0 Properly save and restore RA and Mips16 callee save registers S0,S1 by Akira Hatanaka · 13 years ago
- 3ca380d Testcase does not need to be this strict. by Chad Rosier · 13 years ago
- ba6aec2 Add newline. by Chad Rosier · 13 years ago
- d70c98e [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for by Chad Rosier · 13 years ago
- d314ab5 Tidy up. Whitespace. by Jim Grosbach · 13 years ago
- 1f9f599 Tidy up. Formatting. by Jim Grosbach · 13 years ago
- ced674e ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 13 years ago
- e6e2d8c Ignore PHI-defs for -new-coalescer interference checks. by Jakob Stoklund Olesen · 13 years ago
- 2df8ac8 Extend -new-coalescer SSA update to handle mapped values as well. by Jakob Stoklund Olesen · 13 years ago
- d57ae39 Only emit DW_AT_object_pointer if this is a definition. by Eric Christopher · 13 years ago
- 554da1a SimplifyCFG: sink common codes from IF, ELSE blocks down to END block. by Manman Ren · 13 years ago
- 2dad6b5 Try to make these tests more portable. by Evan Cheng · 13 years ago
- 902ba57 Fix broken check lines. by Benjamin Kramer · 13 years ago
- e9f5988 Fix function names in coding style examples by Andrew Trick · 13 years ago
- 4aa1899 Revert r164308 to fix buildbots. by Bill Wendling · 13 years ago
- f2e89e0 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. by Bill Wendling · 13 years ago
- 342cea9 Remove more bare uses of the different Attribute enums. by Bill Wendling · 13 years ago
- c1611d8 Specify cpu to get the correct instruction ordering. Remove XFAIL. by Roman Divacky · 13 years ago
- 8ce1e43 Make the 'getAsString' function a method of the Attributes class. by Bill Wendling · 13 years ago
- 6dfabb6 Fix 80-col violations. by Nadav Rotem · 13 years ago
- a668b46 Make sure lli compiles all code before invalidating instruction caches. by Tim Northover · 13 years ago
- aa25844 Change enum type in a static table to uint8_t instead. Saves about 700 hundred bytes of static data. Change unsigned char in same table to uint8_t for explicitness. by Craig Topper · 13 years ago
- 85fb261 Specify CPu to prevent failure on ATOM due to different code scheduling by Michael Liao · 13 years ago
- f5b69f6 Fix Sphinx warnings. by Sean Silva · 13 years ago
- b118a07 Re-work X86 code generation of atomic ops with spin-loop by Michael Liao · 13 years ago
- 1141b52 Sphinxify DebuggingJITedCode by Sean Silva · 13 years ago
- 331e8fb Fix static function names in CodingStandards examples. by Andrew Trick · 13 years ago
- e603fe4 Convert some attribute existence queries over to use the predicate methods. by Bill Wendling · 13 years ago
- f5958e9 ARM: Tidy up IntrinsicsARM.td a bit. by Jim Grosbach · 13 years ago
- e853d2e Add predicates for queries on whether an attribute exists. by Bill Wendling · 13 years ago
- 3e9b6db Add in new data types that are used by AMDIL/ANL among others. by Micah Villmow · 13 years ago
- eb79b54 Soften the pattern-can-never-match error in TableGen into a warning. This pattern can be very useful in cases where you want to define a multiclass that covers both commutative and non-commutative operators (say, add and sub). by Owen Anderson · 13 years ago
- cdac1be Implement a correct copy constructor for Record. Now that we're using the ID number as a key in maps (for determinism), it is imperative that ID numbers be globally unique, even when we copy construct a Record. by Owen Anderson · 13 years ago
- d40d4c3 Resolve conflicts involving dead vector lanes for -new-coalescer. by Jakob Stoklund Olesen · 13 years ago
- bbf628b This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT. by Andrew Kaylor · 13 years ago
- 7b6f203 Add support for macro parameters/arguments delimited by spaces, by Preston Gurd · 13 years ago
- 4caf528 Add support for accessing an MDNode's operands via the C binding. Patch by by Duncan Sands · 13 years ago
- 6c9176a Support default parameters/arguments for assembler macros. by Preston Gurd · 13 years ago
- 6579eea Enhance unmatched '.endr' directive error message in assembler. by Preston Gurd · 13 years ago
- cd9ede9 Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith by Michael Liao · 13 years ago
- fc87979 Renaming functions to match coding style guidelines by Michael Ilseman · 13 years ago
- 3856b07 Really XFAIL test/CodeGen/PowerPC/structsinregs.ll. by Jordan Rose · 13 years ago
- dcc5212 Doxygen-ify comments by Michael Ilseman · 13 years ago
- 1bc12b5 XFAIL test/CodeGen/PowerPC/structsinregs.ll by Bill Schmidt · 13 years ago
- e87138d Put the * and & next to the variable, rather than the type. by Michael Ilseman · 13 years ago
- 16514de Document the interface for integer expansion, using doxygen-style comments by Michael Ilseman · 13 years ago
- 4c8f2dd Forward declarations by Michael Ilseman · 13 years ago
- 7c89469 GCC doesn't understand that OrigAliasResult having a value is correlated with by Duncan Sands · 13 years ago
- 419f376 Small structs for PPC64 SVR4 must be passed right-justified in registers. by Bill Schmidt · 13 years ago
- 57933e3 SimplifyCFG: Don't generate invalid code for switch used to initialize by Hans Wennborg · 13 years ago
- adb4a40 Fix minor typo in IntervalPartition.h by Will Dietz · 13 years ago
- c312f09 Make MapVector a bit more expensive but harder to misuse. We now only by Rafael Espindola · 13 years ago
- 9455a61 InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compare warnings. by Benjamin Kramer · 13 years ago
- 1c1ab8f IntegerDivision: Style cleanups, avoid warning about mixing || and && without parens. by Benjamin Kramer · 13 years ago
- aa6dad9 Remove unused and broken CloneFunction wrapper. by Benjamin Kramer · 13 years ago
- c4ba62c Move load_to_switch.ll to test/CodeGen/SPARC/ by Hans Wennborg · 13 years ago
- f252441 rename test by Nadav Rotem · 13 years ago
- 92df026 Prevent inlining of callees which allocate lots of memory into a recursive caller. by Nadav Rotem · 13 years ago
- 93ba133 CodeGenPrep: turn lookup tables into switches for some targets. by Hans Wennborg · 13 years ago
- 8a312fb Remove code for setting the VEX L-bit as a function of operand size from the code emitters and the disassembler table builder. Fix a couple instructions that were still missing VEX_L. by Craig Topper · 13 years ago
- f787642 whitespace. by Nadav Rotem · 13 years ago
- cbf3dae Add explicit VEX_L tags to all 256-bit instructions. This will allow us to remove code from the code emitters that examined operands to set the L-bit. by Craig Topper · 13 years ago
- 67076a9 Silence -Wnon-virtual-dtor in llvm-stress. by Andrew Trick · 13 years ago
- 3b8fb64 SchedMachineModel: compress the CPU's WriteLatencyTable. by Andrew Trick · 13 years ago
- 57838db De-nest if's and fix mix-up by Sean Silva · 13 years ago
- b2df610 Iterate deterministicaly over ClassInfo*'s by Sean Silva · 13 years ago
- decfdf5 Iterate deterministically over register classes by Sean Silva · 13 years ago
- 90fee07 Refactor Record* by-ID comparator to Record.h by Sean Silva · 13 years ago
- 2811ae6 llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode. by NAKAMURA Takumi · 13 years ago
- b5762bf Tidy up. Minor formatting. by Jim Grosbach · 13 years ago
- e75a983 Tidy up. 80 columns. by Jim Grosbach · 13 years ago
- d8f39af comment typo by Andrew Trick · 13 years ago
- 38f35fd Fix the last crasher I've gotten a reproduction for in SROA. This one by Chandler Carruth · 13 years ago
- a177a51 Test commit by Sean Silva · 13 years ago
- d201464 New utility for expanding integer division for targets that don't support it. by Michael Ilseman · 13 years ago
- b37b6ca MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648 by Evan Cheng · 13 years ago
- 30ce40e FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character after the colon. by Benjamin Kramer · 13 years ago
- 51ca601 Add test for r164155 and remove two tests superseded by ppc64-calls.ll. by Roman Divacky · 13 years ago
- 18505b3 Add hidden flag to exclude aliases from output. by Jan Sjödin · 13 years ago
- 3b62b01 Add a MapVector class. It provides a regular set iteration, but by Rafael Espindola · 13 years ago
- 6fc3ea2 Fix the isLocalCall() by checking for linker weakness as well. by Roman Divacky · 13 years ago
- 3918cad TargetSchedule: cleanup computeOperandLatency logic & diagnostics. by Andrew Trick · 13 years ago
- 781ab47 misched: Make ScheduleDAGInstrs use the TargetSchedule interface. by Andrew Trick · 13 years ago
- 3723651 Revert r164051. by Akira Hatanaka · 13 years ago
- f08c115 LSR critical edge splitting fix for PR13756. by Andrew Trick · 13 years ago
- 7c8df7a Fix getCommonType in a different way from the way I fixed it when by Chandler Carruth · 13 years ago
- 3b682bd Fix build for compilers that don't understand injected class names properly. by Benjamin Kramer · 13 years ago
- f145c13 Avoid symbol name clash when filling TOC. by Roman Divacky · 13 years ago
- 371d5d8 SROA: Use CRTP for OpSplitter to get rid of virtual dispatch and the virtual-dtor warnings that come with it. by Benjamin Kramer · 13 years ago
- 4cd5601 On PPC64 emit the environment pointer. Patch by Adhemerval Zanella. by Roman Divacky · 13 years ago
- eb8b7dc Optimize local func calls to not emit nop for TOC restoration. by Roman Divacky · 13 years ago
- 10a4318 Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella! by Roman Divacky · 13 years ago