- 786e3e2 MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than by Duraid Madina · 20 years ago
- eececba add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG by Andrew Lenharth · 20 years ago
- b13d74a unbreak calls, a few more tests should run. Tomorrow: bugpoint! by Duraid Madina · 20 years ago
- 806b893 we don't feed our call instructions extra operands by Duraid Madina · 20 years ago
- 53d8970 All that just to lower div and rem by Andrew Lenharth · 20 years ago
- 57030e3 allow custom lowering to return null for legal results by Andrew Lenharth · 20 years ago
- e8f65f1 Support Custom lowering of a few more operations. by Andrew Lenharth · 20 years ago
- 330851a support targetexternalsym by Andrew Lenharth · 20 years ago
- e4672aa Let the helper functions know about X86::FR32RegClass and X86::FR64RegClass. by Evan Cheng · 20 years ago
- c687b48 All addressing modes are now exposed. The only remaining relocated forms by Andrew Lenharth · 20 years ago
- b671860 Unify the patterns for loads and stores. Now offset addressing should be by Andrew Lenharth · 20 years ago
- 4e62951 Let's see if we can break things. by Andrew Lenharth · 20 years ago
- 9fa4d4c move loads and stores over. Smart addr selection comming by Andrew Lenharth · 20 years ago
- 50fb3c4 Fix one of the things in the todo file, and get a bit closer to folding by Nate Begeman · 20 years ago
- 443045a For PR625: by Reid Spencer · 20 years ago
- 171049d * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. by Evan Cheng · 20 years ago
- 7b05bd5 * Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAG by Evan Cheng · 20 years ago
- d6e8d41 Remove redundant debug locations. by Jim Laskey · 20 years ago
- 72f49aa this test fails by Chris Lattner · 20 years ago
- cf4a81e this test is malformed by Chris Lattner · 20 years ago
- c26f7a0 unbreak the build :-/ by Chris Lattner · 20 years ago
- 2170cef not a good idea by Chris Lattner · 20 years ago
- 38bcbaf More X86 floating point patterns. by Evan Cheng · 20 years ago
- d13b00e Operand 1 of TRUNCSTORE can be any of integer and floating point types. by Evan Cheng · 20 years ago
- f3fd9fe Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE, and TRUNCSTORE. Not by Evan Cheng · 20 years ago
- 330ea12 fix something-o by Chris Lattner · 20 years ago
- 74fa64b implement vaarg. Varargs now should work. by Chris Lattner · 20 years ago
- c4769bb implement vastart. The dag isel compiles this: by Chris Lattner · 20 years ago
- e6ee868 remove benchmark list, remove issues addressed by the dag-dag isel by Chris Lattner · 20 years ago
- c33baaa Simplify store(bitconv(x)) to store(x). This allows us to compile this: by Chris Lattner · 20 years ago
- 5710410 fold (conv (load x)) -> (load (conv*)x). by Chris Lattner · 20 years ago
- c8547d8 Fold bitconv(bitconv(x)) -> x. We now compile this: by Chris Lattner · 20 years ago
- 9468377 constant fold bits_convert in getNode and in the dag combiner for fp<->int by Chris Lattner · 20 years ago
- 21f6685 make sure bit_convert's are expanded by Chris Lattner · 20 years ago
- 53e8845 make sure bit_converts are expanded by Chris Lattner · 20 years ago
- 46e1ee9 Get bugpoint building with VC++ again. by Jeff Cohen · 20 years ago
- 3cb7187 fix the int<->fp instructions, which apparently take a single float register by Chris Lattner · 20 years ago
- a01874f Use BIT_CONVERT to simplify this code by Chris Lattner · 20 years ago
- 1b95e0b Simplify some code by using BIT_CONVERT by Chris Lattner · 20 years ago
- 232348d Fix a pasto by Chris Lattner · 20 years ago
- ed7b5ba fix a thinko in the bit_convert handling code by Chris Lattner · 20 years ago
- 80f55ab improve comment: mention vectors by Chris Lattner · 20 years ago
- 3548189 add very simple support for the BIT_CONVERT node by Chris Lattner · 20 years ago
- 1ac1c4b add a new node by Chris Lattner · 20 years ago
- 14f4974 Revert previous patch. Additional tests fail. by Reid Spencer · 20 years ago
- a01c0cc clean up .td file by using evan's new FLAG thing by Chris Lattner · 20 years ago
- 002d834 remove a dead node by Chris Lattner · 20 years ago
- 0fcd40f remove dead code by Chris Lattner · 20 years ago
- cec26fc fix handling of weak linkage by Chris Lattner · 20 years ago
- 84c744f Fix PR409: by Reid Spencer · 20 years ago
- 7a8054f silence some bogus gcc warnings by Chris Lattner · 20 years ago
- c4bb052 For PR351: by Reid Spencer · 20 years ago
- d555f41 For PR351: by Reid Spencer · 20 years ago
- 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 20 years ago
- 39706e6 move some random notes out of my email into someplace useful by Chris Lattner · 20 years ago
- 64aa0ea this is a hack, which may or may not hang around. In short: by Duraid Madina · 20 years ago
- 8617f3c we can't do this directly in lowering, so we need this case by Duraid Madina · 20 years ago
- 3d821e2 oops, back this out by Duraid Madina · 20 years ago
- 3cb51f9 i need to do this to take over the earth by Duraid Madina · 20 years ago
- a6ec3cb we can't all have brains now, can we by Duraid Madina · 20 years ago
- 98b3a83 this should take care of calls to varadic functions, but it doesn.,t by Duraid Madina · 20 years ago
- 0b3c4d8 we need to emit the getf.d instruction in lowering, so add it to IA64ISD by Duraid Madina · 20 years ago
- 4e514c1 credit where credit is due by Chris Lattner · 20 years ago
- 0383995 Separate the call graph implementation from its interface. This implements by Chris Lattner · 20 years ago
- 1ccf26a The 81st column doesn't like code in it. by Chris Lattner · 20 years ago
- 98d1378 I shoulda done this a *long* time ago (tm): implement calls properly, by Duraid Madina · 20 years ago
- a36153a kill SelectCALL() in the DAG isel, we handle this in lowering now, like by Duraid Madina · 20 years ago
- 65f6ad8 Fix documentation for the AlarmSetup function. by Reid Spencer · 20 years ago
- a0a11d2 update tablegen files - nothing to see here by Duraid Madina · 20 years ago
- a6d50d4 For PR351: by Reid Spencer · 20 years ago
- b13cf98 Implement a generic polled Alarm function. This merely removes the system by Reid Spencer · 20 years ago
- 3a217f3 Attempt to fix a crash on WIN32. by Evan Cheng · 20 years ago
- 5bc4da4 Bye bye HACKTROCITY. by Evan Cheng · 20 years ago
- 351dc96 Added special flag node FLAG. by Evan Cheng · 20 years ago
- 9793888 * Added support for FLAG - a special nameless flag register. Can be used as by Evan Cheng · 20 years ago
- 6697a74 For PR678: by Reid Spencer · 20 years ago
- 156aa35 Implement PR679: by Reid Spencer · 20 years ago
- 0b4e244 Add new files to Visual Studio. by Jeff Cohen · 20 years ago
- 9337de8 Oh oh... Unix is case sensitive. by Jeff Cohen · 20 years ago
- f31a60c Make it compile with VC++. by Jeff Cohen · 20 years ago
- 780c861 Add an eol at the end to shut gcc sup. by Reid Spencer · 20 years ago
- 6a2bd74 Add an eol at the end to shut gcc up. by Reid Spencer · 20 years ago
- 25e8a70 Some simple cleanups: by Reid Spencer · 20 years ago
- c85b33f Added TargetLowering::isMaskedValueZeroForTargetNode() declaration. by Evan Cheng · 20 years ago
- ff9be11 Lefted out TargetLowering:: by Evan Cheng · 20 years ago
- 3a03ebb * Fix a GlobalAddress lowering bug. by Evan Cheng · 20 years ago
- 793ca4c Oops. Accidentally deleted RET pattern. It's still needed for return void; by Evan Cheng · 20 years ago
- e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 20 years ago
- e892a55 Sync up the project with my tweaks. by Jim Laskey · 20 years ago
- d5781fc * Added support for X86 RET with an additional operand to specify number of by Evan Cheng · 20 years ago
- 87bddeb Allows instructions which no explicit operands. e.g. X86 RET which has but by Evan Cheng · 20 years ago
- 35186ba add dwarfwriter to the xcode project by Chris Lattner · 20 years ago
- e503289 Start of Dwarf framework. by Jim Laskey · 20 years ago
- 9369a5d Oops llvm namespace. by Jim Laskey · 20 years ago
- 7f14903 Start of Dwarf framework code. by Jim Laskey · 20 years ago
- f9dee6a make sure to relegalize all cases by Chris Lattner · 20 years ago
- 9797c5c enable the gep isel opt by Chris Lattner · 20 years ago
- 524a131 Regenerate by Chris Lattner · 20 years ago
- 0a01783 allow logical operators on packed integral types by Chris Lattner · 20 years ago
- b9d4100 Get logical operations to like packed types, allow BinOp::getNot to create by Chris Lattner · 20 years ago