- 58fe459 Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patterns by Chris Lattner · 19 years ago
- 9fb2422 Wrap some long lines: no functionality change by Chris Lattner · 19 years ago
- 4e6a1d2 Eliminate some GCC warnings from the generated code by Chris Lattner · 19 years ago
- 7669a51 remove dead code by Chris Lattner · 19 years ago
- fa8dab4 Document the new -post-link-opts option. by Reid Spencer · 19 years ago
- 7bfdd86 new testcase, fails on X86 and probably others by Chris Lattner · 19 years ago
- 73a74be Implement PR512: by Reid Spencer · 19 years ago
- 9d57b4d Document the new --enable-debug-runtime configure option. by Reid Spencer · 19 years ago
- 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
- 3b841e9 Lower ConstantAggregateZero into zeros by Chris Lattner · 19 years ago
- 8263c5e Remove ISD::RET select code. Now tblgen'd. by Evan Cheng · 19 years ago
- b077b84 * Added lowering hook for external weak global address. It inserts a load by Evan Cheng · 19 years ago
- 8de324b Don't emit a null terminator, nor anything after it, to the ctor/dtor list by Chris Lattner · 19 years ago
- bbc8ddb SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns. by Evan Cheng · 19 years ago
- 6a3bfd9 Flip the meaning of FPContractions to reflect Requires<[]> change. by Evan Cheng · 19 years ago
- 5fb5e10 Fix the semantic of Requires<[cond]> to mean if (!cond) goto PXXFail; by Evan Cheng · 19 years ago
- 2f0f9a6 This ugly patch works around a GCC bug where it is compiling SelectCode to by Chris Lattner · 19 years ago
- aca0901 Run lower-switch after lower-invoke. by Chris Lattner · 19 years ago
- 85e42b4 Reserve G1 for frame offset stuff and use it to handle large stack frames. by Chris Lattner · 19 years ago
- a5386b0 Added X86 readport patterns. by Evan Cheng · 19 years ago
- 4fba281 Now support instructions with implicit write to non-flag registers. by Evan Cheng · 19 years ago
- 7226158 Added a hook to print out names of target specific DAG nodes. by Evan Cheng · 19 years ago
- dae87b6 by Patrick Meredith · 19 years ago
- 69a889e Fix a nasty latent bug in the legalizer that was triggered by my patch by Chris Lattner · 19 years ago
- 9e4dd9d Pattern-match return. Includes gross hack! by Nate Begeman · 19 years ago
- e087051 Lefted out a fix in the previous check in. by Evan Cheng · 19 years ago
- 88276b8 Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows by Nate Begeman · 19 years ago
- 7fd1edd Convert load/store over to being pattern matched by Nate Begeman · 19 years ago
- 898101c X86 conditional branch support. by Evan Cheng · 19 years ago
- 115c036 Print out opcode number if it's an unknown target node. by Evan Cheng · 19 years ago
- f9fc25d Fix another bug related to chain / flag. by Evan Cheng · 19 years ago
- fcaa995 It's essential we clear CodeGenMap after isel every basic block! by Evan Cheng · 19 years ago
- 9f8cc69 Fix a case where the DAG Combiner would accidentally CSE flag-producing nodes, by Chris Lattner · 19 years ago
- 241116f Added the llvm-kernel project to the list of automatically configured projects. by John Criswell · 19 years ago
- 61af913 Prefix DSA specific options with dsa. by John Criswell · 19 years ago
- 3075160 Added an option to specify the names of heap freeing functions. by John Criswell · 19 years ago
- fa70052 Added a command line option that allows the user to specify a list of by John Criswell · 19 years ago
- d845582 Amend comment. by Jim Laskey · 19 years ago
- de48ee2 Create a strong dependency for loads following stores. This will leave a by Jim Laskey · 19 years ago
- 7c423b4 Fix pifft by correcting the case when a i64/f64 straddles O5 and memory: by Chris Lattner · 19 years ago
- 1b80f4d Fixes for a number of bugs: save flag results in CodeGenMap, folded chains by Evan Cheng · 19 years ago
- 43875e6 don't emit 'add %o6, 0, %o6' instructions by Chris Lattner · 19 years ago
- eb09666 Fix calls to functions returning i64 by Chris Lattner · 19 years ago
- bcfdec7 Correct bool truncstore operand order by Chris Lattner · 19 years ago
- e2d97f8 add the other bool zextload as well by Chris Lattner · 19 years ago
- a1251f2 implement zextload bool by Chris Lattner · 19 years ago
- 61772c2 mark some unsupported ops as unsupported by Chris Lattner · 19 years ago
- 7e1cf1c by Patrick Meredith · 19 years ago
- 96d5bb7 Fix syntax for indirect calls. This fixes Olden/mst by Chris Lattner · 19 years ago
- 6554bef Keep stack frames 8-byte aligned. This fixes olden/voronoi by Chris Lattner · 19 years ago
- 97561fc apparently rdy isn't actually a psuedo instruction. Use rd %y by Chris Lattner · 19 years ago
- beecfd2 add fneg/fabs support for doubles by Chris Lattner · 19 years ago
- da5a7fd Various cleanups to this pass, no functionality change by Chris Lattner · 19 years ago
- f53d0bf add bool truncstores by Chris Lattner · 19 years ago
- 8ba0423 Elimiante SP and FP, which weren't members of the IntRegs register class by Chris Lattner · 19 years ago
- e773673 Make sure to relegalize new nodes by Chris Lattner · 19 years ago
- 379e6c0 The sun assembler only supports .xword in V9 mode. by Chris Lattner · 19 years ago
- 7a48e50 Configure the asmwriter to allow constant pools to be printed correctly by Chris Lattner · 19 years ago
- b04c5c8 add support for integer extloads by Chris Lattner · 19 years ago
- 20ad53f Add support for undef by Chris Lattner · 19 years ago
- 311f8c2 Add support for calls to external symbols by Chris Lattner · 19 years ago
- e90ac3a we have no memcpy by Chris Lattner · 19 years ago
- b4d899e Fix a crash on a call with no arguments by Chris Lattner · 19 years ago
- 18840db Keep VC++ happy. by Jeff Cohen · 19 years ago
- cf198ec This is handled by the autogen'd code by Chris Lattner · 19 years ago
- 5216c69 Handle basic block nodes by Chris Lattner · 19 years ago
- dab05f0 Change return lowering so that we can autogen the matching code. by Chris Lattner · 19 years ago
- bc149b2 Add an accessor by Chris Lattner · 19 years ago
- 2db3ff6 Implement Calls for V8. This would be completely autogenerated except for by Chris Lattner · 19 years ago
- dc464de More fixes for Selection of copyto/fromreg with a flag by Chris Lattner · 19 years ago
- f1a47c3 More corrections for flagged copyto/from reg by Chris Lattner · 19 years ago
- 755dd09 Select copytoreg and copyfromreg nodes that have flag operands correctly. by Chris Lattner · 19 years ago
- 7310fb1 legalize copytoreg and copyfromreg nodes that have flag operands correctly. by Chris Lattner · 19 years ago
- 384e5ef Implement the full V8 ABI for incoming arguments. by Chris Lattner · 19 years ago
- eee99bd Push ops list, asm string, and pattern all the way up to InstV8. Move the by Chris Lattner · 19 years ago
- 3308449 Give V8 select_cc, in the spirit of the PPC backend by Chris Lattner · 19 years ago
- 98f8536 remove some unused instructions by Chris Lattner · 19 years ago
- 065c896 V8 doesn't have FP extload by Chris Lattner · 19 years ago
- d5aae05 simplifications, fix typo by Chris Lattner · 19 years ago
- 737f631 add a node, for completeness by Chris Lattner · 19 years ago
- 8fa54dc Add frameindex support by Chris Lattner · 19 years ago
- abfc2a7 Tighten up some checks by Chris Lattner · 19 years ago
- bd2b621 Fix a bug Sabre was having where the DAG root was a group. The group dominator by Jim Laskey · 19 years ago
- 9022ed9 Groups were not emitted if the dominator node and the node in the ordering list by Jim Laskey · 19 years ago
- 6aa4529 Since extload can also be used by FP, split STDIntExtLoad into two parts, by Nate Begeman · 19 years ago
- 76acc87 Add constant pool support, including folding into addresses. by Chris Lattner · 19 years ago
- e1389ad Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes, by Chris Lattner · 19 years ago
- e357246 Add initial support for global variables, and fix a bug in addr mode selection by Chris Lattner · 19 years ago
- 04dd673 Claiming that branch targets are registers is not very wholesome. Change them by Chris Lattner · 19 years ago
- 456b940 Add unordered comparisons by Chris Lattner · 19 years ago
- 5b2dfc7 Add patterns to the rest of the int condbranches and some of the fp branches by Chris Lattner · 19 years ago
- 4d55aca Add initial conditional branch support. This doesn't actually work yet due by Chris Lattner · 19 years ago
- a5282d8 Simplify code by Chris Lattner · 19 years ago
- 38abcb5 Eliminate CMPri, which is a synonym for SUBCCri by Chris Lattner · 19 years ago
- 181b7a3 allow custom expansion of BR_CC by Chris Lattner · 19 years ago
- 294974b add fneg,fabs,fsqrt instructions by Chris Lattner · 19 years ago
- b4d5172 Add patterns for fround/fextend and the funny fsmuld instruction by Chris Lattner · 19 years ago
- 10c6aed Add FP +,-,*,/ by Chris Lattner · 19 years ago
- 558bfe0 Give patterns to F3_3 instructions by Chris Lattner · 19 years ago
- d19fc65 Implement 64-bit add/sub, make sure to receive and return 64-bit args with by Chris Lattner · 19 years ago