- 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
- 6e67b25 SROA: Replace the member function template contraption for recursively splitting aggregates into a real class. by Benjamin Kramer · 13 years ago
- 36b07f2 Add test for r164132. by Roman Divacky · 13 years ago
- 536a88a When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend by Roman Divacky · 13 years ago
- ad83d08 SROA.cpp: Appease msvc. by NAKAMURA Takumi · 13 years ago
- 0480064 llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.ll to X86. by NAKAMURA Takumi · 13 years ago
- 6ab4bd7 XFAIL SROA test until Chandler can get to it. by Benjamin Kramer · 13 years ago
- e3f1459 Coding standards: fix typo: '= deleted' -> '= delete'. by Dmitri Gribenko · 13 years ago
- 879d90f Make MachinePostDominatorTree::DT private by Tom Stellard · 13 years ago
- e5373b7 LNT builders have picked up new SROA, disable it to get the remaining builders green again. by Benjamin Kramer · 13 years ago
- 9e3f639 Fix a warning in release builds and a test case I forgot to update with by Chandler Carruth · 13 years ago
- c370acd Add a major missing piece to the new SROA pass: aggressive splitting of by Chandler Carruth · 13 years ago
- d7cc8b8 Fix instcombine to obey requested alignment when merging allocas. by Richard Osborne · 13 years ago
- 97ecb83 More domain conversion; convert VFP VMOVS to NEON instructions in more cases - when we may clobber the other S-lane by converting an S to a D instruction, make an effort to work out if the S lane is clobberable or not. by James Molloy · 13 years ago
- 3a36444 Make custom operand parsing mnemonic indices use the same mnemonic table as the match table. Reorder fields in OperandMatchEntry to provide the least amount of padding for in tree targets. by Craig Topper · 13 years ago
- fee7f01 Use variable type for index into mnemonic table. Shrinks size of index field on in tree targets. Saving static data space. by Craig Topper · 13 years ago
- 34aadd6 Replaced ReInitMCSubtargetInfo with InitMCProcessor. by Andrew Trick · 13 years ago
- 88b5a2b Add LLVM_DELETED_FUNCTION to coding standards. by Craig Topper · 13 years ago
- cee0331 Fix a typo. No functional change. by Craig Topper · 13 years ago
- 39adb18 Let NULL slip through again. by Andrew Trick · 13 years ago
- 34301ce TargetSchedModel API. Implement latency lookup, disabled. by Andrew Trick · 13 years ago
- e076bb1 comment typo by Andrew Trick · 13 years ago
- e3dbc98 TableGen subtarget emitter. Use getSchedClassIdx. by Andrew Trick · 13 years ago
- 4d2d1c4 TableGen subtarget emitter. Generate resolveSchedClass generated hook for resolving instruction variants. by Andrew Trick · 13 years ago
- ee290ba TableGen subtarget emitter. Remove unnecessary header dependence. by Andrew Trick · 13 years ago
- ef1623f Mark unimplemented operator new as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago