- ebb1834 Use SmallVectorImpl in a bunch of places. by Dan Gohman · 15 years ago
- b2b9b76 Disable warning C4267 for MSVC. Otherwise it generate literally thousands of warnings when targeting x64. The warning occurs because int is 32 bit but size_t is 64 bit on Win64. by Francois Pichet · 15 years ago
- c015723 Add a simple testcase for tbaa. by Dan Gohman · 15 years ago
- 08cec1e More ARM scheduling itinerary fixes. by Evan Cheng · 15 years ago
- 633e702 Support AA chaining. by Dan Gohman · 15 years ago
- 7c34730 Fix the pass manager's search order for immutable passes, and make it by Dan Gohman · 15 years ago
- 42fac8e MC machine encoding for simple aritmetic instructions that use a shifted by Jim Grosbach · 15 years ago
- 17b443d Second set of ARM/MC/ELF changes. by Jason W Kim · 15 years ago
- d3d2ddc Clang's #include handling apparently doesn't work for libstdc++'s by Dan Gohman · 15 years ago
- e58d720 Unit Tests: Missed this error. MSVC and clang didn't complain. by Michael J. Spencer · 15 years ago
- 60ff879 Proper VST scheduling itineraries. by Evan Cheng · 15 years ago
- 5f9e8b9 Use a sane mechanism for that assert. by Eric Christopher · 15 years ago
- 4c099b8 System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 15 years ago
- 31cc3ec Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis. by Jakob Stoklund Olesen · 15 years ago
- a1e2194 The assert() should reference to machine instr operand number, too. by Jim Grosbach · 15 years ago
- af72684 Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." by Michael J. Spencer · 15 years ago
- 050d16c We're not going to handle dynamic allocas anywhere else. by Eric Christopher · 15 years ago
- 1086c2b Change explicit search Apple specific code to only reference __eprintf on x86. by Daniel Dunbar · 15 years ago
- 1a7233f Make sure to use the machine instruction operand number. It doesn't always by Jim Grosbach · 15 years ago
- 12647eb Reduce dpendencies for SupportTests. by Michael J. Spencer · 15 years ago
- 5031e0d System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 15 years ago
- fb0b892 Make sure that the call stack adjustments have default operands. Also by Eric Christopher · 15 years ago
- 0a434db PR8297 by Andrew Trick · 15 years ago
- 4f9af2e PowerPC varargs functions store live-in registers on the stack. Make sure we use by Jakob Stoklund Olesen · 15 years ago
- 8ff9a9d Found a bug turning this on by default. Disable again for now. by Eric Christopher · 15 years ago
- a3d2107 Remove now non-existent option. by Eric Christopher · 15 years ago
- fa6b29d Fix help text. by Eric Christopher · 15 years ago
- feadddd Change flag from Enable to Disable since we're enabled by default. by Eric Christopher · 15 years ago
- bbb9ea7b Add KillTheDoctor. by Michael J. Spencer · 15 years ago
- c4bd6fb trailing whitespace cleanup by Jim Grosbach · 15 years ago
- 1a2cf3b Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand by Andrew Trick · 15 years ago
- 6254726 More binary encoding stuff, taking advantage of the new "by name" operand by Jim Grosbach · 15 years ago
- a2efc5f Turn on arm fast isel by default. by Eric Christopher · 15 years ago
- 0185507 When figuring out which operands match which encoding fields in an instruction, by Jim Grosbach · 15 years ago
- 40ef4fe Properly handle reloading and spilling around partial redefines in by Jakob Stoklund Olesen · 15 years ago
- ffa0e71 remove dead prototype, PR8351 by Chris Lattner · 15 years ago
- 1265776 MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target. by Francois Pichet · 15 years ago
- a1640d9 Copy and pasteo. by Eric Christopher · 15 years ago
- dccd2c3 Whitespace cleanup in ARM fast isel. by Eric Christopher · 15 years ago
- 6a880d6 Add srem libcall support to ARM fast isel. by Eric Christopher · 15 years ago
- 7bdc4de Add i8 sdiv support for ARM fast isel. by Eric Christopher · 15 years ago
- 3bbd396 Implement select handling for ARM fast-isel. by Eric Christopher · 15 years ago
- ddf897a tweak comment. by Chris Lattner · 15 years ago
- 60cb528 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 15 years ago
- 335b806 X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents. by Michael J. Spencer · 15 years ago
- 92bf38c X86: MinGW should always use libgcc on Windows. by Michael J. Spencer · 15 years ago
- 1802a9f X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin). by Michael J. Spencer · 15 years ago
- ec38de2 Fix Whitespace. by Michael J. Spencer · 15 years ago
- 2728766 force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me. by Chris Lattner · 15 years ago
- 07e3a38 fix the default va_arg expansion (in the realignment case) to not implicitly by Chris Lattner · 15 years ago
- 749dc72 fix the expansion of va_arg instruction on PPC to know the arg by Chris Lattner · 15 years ago
- 7d2e7be clarify that zero sized vectors are illegal, PR8340 by Chris Lattner · 15 years ago
- 74fa732 Now using a variant of the existing inlining heuristics to decide whether to create a given specialization of a function in PartialSpecialization. If the total performance bonus across all callsites passing the same constant exceeds the specialization cost, we create the specialization. by Kenneth Uildriks · 15 years ago
- ea1fe2c Fix dead link. by Nick Lewycky · 15 years ago
- ccefe32 Silence compiler warning. by Benjamin Kramer · 15 years ago
- 28ca86a MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi! by Michael J. Spencer · 15 years ago
- 2e09a25 Don't test a removed function. by Benjamin Kramer · 15 years ago
- 46d48a3 syntax-highlighting: Fix module asm keyword. by Michael J. Spencer · 15 years ago
- 192d136 MC-COFF: Implement InitSections. Fixes PR8335. by Michael J. Spencer · 15 years ago
- 7d49004 MC-COFF: Add COFFAsmParser. Completes PR8343. by Michael J. Spencer · 15 years ago
- c0c8df3 Fix Whitespace. by Michael J. Spencer · 15 years ago
- d47f4a9 MC-COFF: Assert on non-coff sections. by Michael J. Spencer · 15 years ago
- 9a89b01 Add Kate syntax highlighting files. by Michael J. Spencer · 15 years ago
- 10dc63f Add VLD4 scheduling itineraries. by Evan Cheng · 15 years ago
- e90ea13 MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else. by Michael J. Spencer · 15 years ago
- 84f69e8 Finish vld3 and vld4. by Evan Cheng · 15 years ago
- 40bb683 Complete vld2 instruction itineries. by Evan Cheng · 15 years ago
- 8ae6ffa Multiply instructions are issued on pipeline 0. They do not need to reserve pipeline 1. by Evan Cheng · 15 years ago
- d2ca813 Correct some load / store instruction itinerary mistakes: by Evan Cheng · 15 years ago
- 5ed5c38 Simplify test and move into a generic "crash" ll file. by Bill Wendling · 15 years ago
- 0aa38b9 Check to make sure that the iterator isn't at the beginning of the basic block by Bill Wendling · 15 years ago
- 0d9a086 add jit support for the new psuedo instructions I added for by Chris Lattner · 15 years ago
- 8dae787 machine a mutable machineinstr down into emitInstruction. by Chris Lattner · 15 years ago
- e93417b Fix the store part of this as well. Fixes smg2000. by Eric Christopher · 15 years ago
- 7466927 Rename SplitEditor::rewrite to finish() and break it out into a couple of new by Jakob Stoklund Olesen · 15 years ago
- d82de83 Avoid compiler warning: comparison between signed and unsigned integer. by Evan Cheng · 15 years ago
- a32181a Extract method ProcessUses from LocalRewriter::RewriteMBB. Both parent and child by Jakob Stoklund Olesen · 15 years ago
- 657985e Do not check that the bodies of two defs of same linkonce global are the same. by Anton Korobeynikov · 15 years ago
- 56ac907 Implement a few more binary encoding bits. Still very early stage proof-of- by Jim Grosbach · 15 years ago
- 63139448 Allow << streaming of MCOperand. by Jim Grosbach · 15 years ago
- 54f32e6 Classify value numbers into connected components in linear time. by Jakob Stoklund Olesen · 15 years ago
- ff9dfed Call InitSections in llc and clang so that the binaries produced by them by Rafael Espindola · 15 years ago
- c2921ea Filter out illegal formulae after updating offsets, not before, so that by Dan Gohman · 15 years ago
- ec37b00 Recommit 116056, now with the missing file... by Cameron Esfahani · 15 years ago
- e95f319 Don't waste time unfolding simple loads. The unfolded copy won't be hoisted. by Evan Cheng · 15 years ago
- 1aca5bc Fix operand latency computation in cases where the definition operand is by Evan Cheng · 15 years ago
- 95b4672 CrashRecovery: Fix raise() override to actually send the right signal, *cough*. by Daniel Dunbar · 15 years ago
- bb16824 A few 80 column cleanups by Jim Grosbach · 15 years ago
- 9ed2cee trailing whitespace by Jim Grosbach · 15 years ago
- 3e09413 Reapply 116059, this time without the fatfingered pasto at the top. by Jim Grosbach · 15 years ago
- 2cee75a Reverting 116059. Bots are unhappy with it. by Jim Grosbach · 15 years ago
- 5900201 reverting 116056: win64_params.ll may need to be conditionalized? by Andrew Trick · 15 years ago
- b2bada3 Line number 0 indicates there is no source line/file name info available for this construct. by Devang Patel · 15 years ago
- 461caba 'const'ify getMachineOpValue() and associated helpers. by Jim Grosbach · 15 years ago
- ca52c8b Start separating out code metrics into code size metrics and code performance metrics. Partial Specialization will apply the former to function specializations, and the latter to all callsites that can use a specialization, in order to decide whether to create a specialization by Kenneth Uildriks · 15 years ago
- d7b8d91 Small patch to restore home register stack space allocation for the Win64 case. Add test case. This code eventually needs to be tighter, since it's always allocating it, even in leaf routines. by Cameron Esfahani · 15 years ago
- 7d24705 Change register allocation order for ARM VFP and NEON registers to put the by Bob Wilson · 15 years ago
- 4075546 testcase that goes with r116053 by Chris Lattner · 15 years ago
- d043529 fix a subtle bug I introduced in my refactoring, where we stopped preferring by Chris Lattner · 15 years ago
- 77c7008 rename test by Chris Lattner · 15 years ago