- 42f75a9 Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. by Evan Cheng · 19 years ago
- 322812e Ugly hack! Add helper functions InsertInFlightSetEntry and by Evan Cheng · 19 years ago
- 2d2cec1 Add support to print 4-, 8-, and 16- byte constant literals in special by Evan Cheng · 19 years ago
- 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 19 years ago
- f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
- 360e820 Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K by Chris Lattner · 19 years ago
- 883a52d Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll by Chris Lattner · 19 years ago
- 9d5b532 For PR801: by Reid Spencer · 19 years ago
- 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 19 years ago
- 650f609 Add support for function types. by Jim Laskey · 19 years ago
- d16f2a7 References need to be section relative. by Jim Laskey · 19 years ago
- 067ef41 References need to be section relative. by Jim Laskey · 19 years ago
- ca0dc56 Handle versioning of compile unit. by Jim Laskey · 19 years ago
- 7089f45 1. Revise vector debug support. by Jim Laskey · 19 years ago
- 44500e3 Teach the local allocator to know that live-in values (e.g. arguments) are by Chris Lattner · 19 years ago
- f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 19 years ago
- d5a932b Was pointed out that structure alignment and type alignment are not the same by Jim Laskey · 19 years ago
- 35f8c20 Alignment of globals has not been quite right. Needed to drop the pointer type by Jim Laskey · 19 years ago
- a844126 Consistency. EXTRACT_ELEMENT index operand should have ptr type. by Evan Cheng · 19 years ago
- a9767f6 Assert. Rather than silently stop printing. by Evan Cheng · 19 years ago
- 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 19 years ago
- ed4e566 Change versioning to per debug info descriptor (merged with tag.) by Jim Laskey · 19 years ago
- 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
- c4fa603 Port some bugfixes in shift handling from SimplifyDemandedBits over to by Chris Lattner · 19 years ago
- 9bfa2dc TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. by Jim Laskey · 19 years ago
- a3bb86d Make sure to update the CFG correctly if a switch only has a default dest. by Chris Lattner · 19 years ago
- 232c910 Start on my todo list by Andrew Lenharth · 19 years ago
- 0c48fd4 Fix X86/inline-asm.ll:test2, a case where an input value was implicitly by Chris Lattner · 19 years ago
- cf752aa Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes by Chris Lattner · 19 years ago
- fd561cd Fix an assert-on-inline-inline-asm bug. by Chris Lattner · 19 years ago
- fcadfbb For PR798: by Reid Spencer · 19 years ago
- 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
- 177284c Prevent the -pedantic option from causing Mac OS/X build problems: by Reid Spencer · 19 years ago
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
- 4c6f2f9 commuteInstruction() does not always create a new MI! by Evan Cheng · 19 years ago
- 16eee25 Eliminate a memory leak. by Evan Cheng · 19 years ago
- 7b336a8 visitVBinOp: Can't fold divide by zero! by Evan Cheng · 19 years ago
- 6b8e5a9 Make sure the register pressure reduction schedulers work for non-uniform by Evan Cheng · 19 years ago
- 19564e3 When a priority_queue is empty, the behavior of top() operator is by Evan Cheng · 19 years ago
- 729c6d1 Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!): by Chris Lattner · 19 years ago
- d61c482 Make CALL node consistent with RET node. Signness of value has type MVT::i32 by Evan Cheng · 19 years ago
- 8e7d056 Change RET node to include signness information of the return values. e.g. by Evan Cheng · 19 years ago
- 00aff7d Remove a bogus cast. by Evan Cheng · 19 years ago
- 3b78823 Turn on -sched-commute-nodes by default. by Evan Cheng · 19 years ago
- f6d62c2 CALL node change: now including signness of every argument. by Evan Cheng · 19 years ago
- d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
- 80235d5 -enable-unsafe-fp-math implies -enable-finite-only-fp-math by Evan Cheng · 19 years ago
- 1247291 Fix missing include by Vladimir Prus · 19 years ago
- f6f9581 Incorrect SETCC CondCode used for FP comparisons. by Evan Cheng · 19 years ago
- 21d03f2 lib/Target/Target.td by Evan Cheng · 19 years ago
- d202ca4 Fix the result of the call to use a correct vbitconvert. There is no need to by Chris Lattner · 19 years ago
- 1b8daae Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll by Chris Lattner · 19 years ago
- 7e399c1 Another typo. Pointed out by Nate Begeman. by Evan Cheng · 19 years ago
- 6c43f35 Fixed a LowerCallTo and LowerArguments bug. They were introducing illegal by Evan Cheng · 19 years ago
- e9b3da1 Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal. by Evan Cheng · 19 years ago
- c5d7d7c When we legalize target nodes, do not use getNode to create a new node, by Chris Lattner · 19 years ago
- b248e16 Add an assertion, avoid some unneeded work for each call. No functionality by Chris Lattner · 19 years ago
- da098e7 Add support for calls that pass and return legal vectors. by Chris Lattner · 19 years ago
- f4ec817 Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo by Chris Lattner · 19 years ago
- 3e34849 this should be 128 I think by Andrew Lenharth · 19 years ago
- dae9cbe Move this code to a common place by Andrew Lenharth · 19 years ago
- 8c0c10c Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, by Chris Lattner · 19 years ago
- 9664541 Move function-live-in-handling code from the sdisel code to the scheduler. by Chris Lattner · 19 years ago
- 4e92027 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
- e2e4173 Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once by Chris Lattner · 19 years ago
- 8820ad5 Fixing 2006-05-01-SchedCausingSpills.ll; some clean up by Evan Cheng · 19 years ago
- ee00a1d Revert an un-intended change by Evan Cheng · 19 years ago
- a2d079a Merge identical code. by Chris Lattner · 19 years ago
- 3b6d56c If the register allocator cannot find a register to spill, try the aliases. If by Evan Cheng · 19 years ago
- b5d9319 Remove dead vars by Chris Lattner · 19 years ago
- f1343c1 remove dead vars by Chris Lattner · 19 years ago
- c485e55 Remove dead variable by Chris Lattner · 19 years ago
- 5eed34d Comment out dead variables by Chris Lattner · 19 years ago
- 9dcb780 Remove dead var by Chris Lattner · 19 years ago
- e41102b Compile: by Chris Lattner · 19 years ago
- 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
- 647c15e Backing out fix for PR770. Need to re-apply it after live range splitting is possible by Evan Cheng · 19 years ago
- 626da3d Duh. That could take a long time. by Evan Cheng · 19 years ago
- 21a57dc Two simplifications for token factor nodes: simplify tf(x,x) -> x. by Chris Lattner · 19 years ago
- 13d41b9 Add capability to scheduler to commute nodes for profit. by Evan Cheng · 19 years ago
- e165a78 Refactor scheduler code. Move register-reduction list scheduler to a by Evan Cheng · 19 years ago
- 9931414 Set weight of zero length intervals to infinite to prevent them from being by Evan Cheng · 19 years ago
- 5d02eaf Backing out previous check-in. by Evan Cheng · 19 years ago
- 1f30019 If the live interval legnth is essentially zero, i.e. in every live range by Evan Cheng · 19 years ago
- 90db035 Templatify RegReductionPriorityQueue by Evan Cheng · 19 years ago
- ec57fd9 Fix PR773 by Nate Begeman · 19 years ago
- c8d37c6 Fix a regression in my patch from last night that broke the llvmgcc4 build on by Chris Lattner · 19 years ago
- b63b067 Add pseudo dependency to force a def&use operand to be scheduled last (unless by Evan Cheng · 19 years ago
- 60e8c71 Debugging info by Evan Cheng · 19 years ago
- e73701d PR 770 - permit coallescing of registers in subset register classes. by Evan Cheng · 19 years ago
- 7faec9b Implement MASM sections correctly, without a "has masm sections flag" and a bunch of special case code. by Chris Lattner · 19 years ago
- a7090ae Oh yeah, there are two of these now, unify both. by Chris Lattner · 19 years ago
- b81cb61 Setting SwitchToSectionDirective properly in the MASM backend permits a bunch by Chris Lattner · 19 years ago
- 23b9eac by Chris Lattner · 19 years ago
- 13f161c Make the masm codepath work like the normal code path. by Chris Lattner · 19 years ago
- 4ca4bb1 The MASM asmprinter has been fixed, these hacks are no longer needed. by Chris Lattner · 19 years ago
- 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 19 years ago
- 4b37e87 Make the case I just checked in stronger. Now we compile this: by Chris Lattner · 19 years ago
- eaeda56 Implement and_sext.ll:test3, generating: by Chris Lattner · 19 years ago
- a850446 Compile this: by Chris Lattner · 19 years ago