2008-03-11 |
Dan Gohman | Give PassManager and FunctionPassManager a common base... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Christopher... | Missed part of recommit. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Christopher... | Recommitting parts of r48130. These do not appear to... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Christopher... | Recommitting changes after more testing. These appear... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Evan Cheng | Use TargetRegisterInfo::getPhysicalRegisterRegClass... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Evan Cheng | If there are multiple register classes that a register... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Evan Cheng | Learn how to xfail a test. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Evan Cheng | When the register allocator runs out of registers,... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Evan Cheng | In 32-bit mode, mark 64-bit GPR's as unallocatable. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Evan Cheng | XFAIL due to Dale's change. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Duncan Sands | Some LegalizeTypes code factorization and minor |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Chris Lattner | compile: double test() {} |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Nick Lewycky | Fix the build on gcc 4.2. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Devang Patel | fix grammer |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Devang Patel | Initial multiple return values support. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Chris Lattner | Change the model for FP Stack return to use fp operands... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Chris Lattner | variadic instructions don't have operand info for varia... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Dan Gohman | Upgrade this test. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Dan Gohman | Generalize ExpandIntToFP to handle the case where the... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Chris Lattner | If a register operand comes from the variadic part... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Evan Cheng | Temporarily revert 48175. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Anton Korobeynikov | Fix thinko: alias always defines new symbol. Even is... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Dan Gohman | More APInt-ification. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Chris Lattner | emit an ID # for each regclass ID. Chris doesn't like... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Chris Lattner | abort with an assert instead of a cerr to get line# |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dan Gohman | Use utostr instead of a stringstream. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Scott Michel | - Style cleanup in IA64ISelLowering.h: add 'virtual... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dan Gohman | Correctly clone FlaggedNodes. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dan Gohman | Initialize ArgTypes directly instead of manually copyin... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dan Gohman | APInt-ify this. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dan Gohman | Remove an unnecessary #include |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Chris Lattner | Don't emit FP_REG_KILL into a block that just returns... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dan Gohman | Implement more support for fp-to-i128 and i128-to-fp... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dale Johannesen | Disable prolog code that aligns the stack when a |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Bill Wendling | Update llc flags for PPC register scavenger. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Bill Wendling | Change the "enable/disable" mechanism so that we can... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | Add sanity checks |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | Typo: 'function' => 'alias' |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | Syntactic sugar'ify stuff :) |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | Always run 'make check' :) Fix fallout from prev. commi... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | Make error messages to have common style |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | Properly link globals with aliases |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | This passes now |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | Remove the LinkGlobal weirderness in common linking... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Anton Korobeynikov | Typo |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Evan Cheng | If the register allocator ran out of registers, just... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Chris Lattner | Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Devang Patel | Document multiple return values. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dan Gohman | Fix mul expansion to check the correct number of bits for |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Evan Cheng | Somewhat better solution. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Evan Cheng | Default ISD::PREFETCH to expand. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Evan Cheng | Revert 48125, 48126, and 48130 for now to unbreak some... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Chris Lattner | fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dale Johannesen | The __sync primitives only work on x86 and alpha; |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Devang Patel | Simplify |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Devang Patel | Restore optimization that merges blocks when inline... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Devang Patel | Simplify |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Devang Patel | simplify |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dale Johannesen | Add -m32 to compilation line; test is only valid in |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Nicolas Geoffray | Stylistic modifications. No functionality changes. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dale Johannesen | These tests don't work unless SSE2 is active. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dale Johannesen | There is no "-mattr=+sse1" flag; fix test for non-x86... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dale Johannesen | Use uint64_t not unsigned long long. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Scott Michel | Integer comparison tests for CellSPU. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Duncan Sands | Fix formatting. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Gordon Henriksen | Refresh Makefile.ocaml in objdir if it is modified... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Gordon Henriksen | Refresh Makefile.ocaml in objdir if it is modified... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Gordon Henriksen | Adding ocamldoc generation. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Gordon Henriksen | Formatting improvements. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Scott Michel | Give TargetLowering::getSetCCResultType() a parameter... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Nicolas Geoffray | Add description of individual bits in CR. This fix... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Bill Wendling | Minor cleanup. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Evan Cheng | - Fix a subtle bug in RemoveCopyByCommutingDef. ALR... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Evan Cheng | Doh |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Tanya Lattner | Add nosubmit option to control what is sent back to... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Owen Anderson | Move StrongPHIElimination after live interval analysis... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Evan Cheng | Avoid creating BUILD_VECTOR of all zero elements of... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Chris Lattner | remove an execution test. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Chris Lattner | switch from hard coded g++/as tools to the ones detecte... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Chris Lattner | Fix a typo |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Chris Lattner | Fix PR2120 by changing the replacement order to change... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Christopher... | Allow insert_subreg into implicit, target-specific... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Nick Lewycky | Update the .cvs files to match today's asm syntax change. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Christopher... | Revert accidentally committed local changes. |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Christopher... | Add support in TableGen for unknown operands that infer... |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Nick Lewycky | Turn unwind_to into "unwinds to". |
commit | commitdiff | tree | snapshot |
2008-03-10 |
Dale Johannesen | Increase ISD::ParamFlags to 64 bits. Increase the... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Anton Korobeynikov | This works on x86_64 |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | Darwin PPC64 indirect call target goes in X12, not... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | cell really does support cross-regclass moves, because... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | make sure ar.pfs is in a register class, this fixes... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Chris Lattner | remove an extraneous (and ugly) default argument, thank... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Evan Cheng | Fix RUN line. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Ted Kremenek | Fix some compilation errors on msvc: |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | And again. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Nick Lewycky | Braces belong here. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Anton Korobeynikov | Temporary XFAIL the test, until I'll commit a fix |
commit | commitdiff | tree | snapshot |
next |