- df14a04 Fix a problem that Nate noticed with LSR: by Chris Lattner · 20 years ago
- 36e1207 new testcase by Chris Lattner · 20 years ago
- 4734630 Revert an accidental commit. by Chris Lattner · 20 years ago
- f6764f5 More files deleted. by Jeff Cohen · 20 years ago
- f519fe0 Make -time-passes output prettier by Chris Lattner · 20 years ago
- 9d1a023 Make negative immediates in patterns work correctly, silence some warnings by Chris Lattner · 20 years ago
- 25d0a88 add some FP stuff, some mix.* stuff, and constant pool support to the by Duraid Madina · 20 years ago
- 6e520d0 Fix <> in html by Chris Lattner · 20 years ago
- c463b27 First hack-and-slash on the release notes. Comments and improvements welcome by Chris Lattner · 20 years ago
- e0f5897 Remove the lowerconstantexprs pass by Chris Lattner · 20 years ago
- 9fefdb5 This pass is now obsolete since all targets have moved to the SelectionDAG by Chris Lattner · 20 years ago
- 3aa4e15 Remove the LowerConstantExpressionsPass pass by Chris Lattner · 20 years ago
- 72fe0af remove reference to this pass by Chris Lattner · 20 years ago
- feaf960 Basic updates by Chris Lattner · 20 years ago
- dce644d Buh bye Expression.(cpp|h) by Chris Lattner · 20 years ago
- eb99bd3 remove a dead file by Chris Lattner · 20 years ago
- 9a83508 remove a dead header by Chris Lattner · 20 years ago
- 5af401d Remove dead #include by Chris Lattner · 20 years ago
- 1462aa7 Now that instcombine does this xform, remove it from the -raise pass by Chris Lattner · 20 years ago
- cfd6510 Pull some code out into a function, give it the ability to see through +. by Chris Lattner · 20 years ago
- 274ecfb add shladd by Duraid Madina · 20 years ago
- ad85677 by Duraid Madina · 20 years ago
- 455fcc8 Remove a special case, allowing the general case to handle it. No functionality by Chris Lattner · 20 years ago
- 167f1e2 New case to handle someday by Nate Begeman · 20 years ago
- 366080c Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :) by Chris Lattner · 20 years ago
- 7d7b967 Don't emit "32" for unordered comparison by Chris Lattner · 20 years ago
- b0e103d Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately by Chris Lattner · 20 years ago
- 6bc0d74 Use the new interface Jim added by Chris Lattner · 20 years ago
- f7bcde0 Removed Mr. Smith from the code. by Jim Laskey · 20 years ago
- fd306bf Added method to return a vector of records for a ListInit of Def field. This by Jim Laskey · 20 years ago
- ed048c0 add a hack to get code with ordered comparisons working. This hack is by Chris Lattner · 20 years ago
- 6df2507 add support for branch on ordered/unordered. by Chris Lattner · 20 years ago
- dda73c1 add the xfail lines by Chris Lattner · 20 years ago
- 32b03ff New testcase. Probably many targets don't support this, so they should probably by Chris Lattner · 20 years ago
- f02a916 Do not globalize internal symbols by Chris Lattner · 20 years ago
- aee436b These are autogenerated by Chris Lattner · 20 years ago
- f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 20 years ago
- e50caac The nightly tester report doesn't report JIT code size anymore, remove it by Chris Lattner · 20 years ago
- 325231c Fix a bit of backwards logic that broke exptree and smg2000 by Chris Lattner · 20 years ago
- 908ae27 Add some commentary. by Jim Laskey · 20 years ago
- 4bd4a54 remove dead stuff by Chris Lattner · 20 years ago
- a411bef Eliminate getClass, it is not needed by Chris Lattner · 20 years ago
- 9489c04 Keep Visual Studio happy. by Jeff Cohen · 20 years ago
- 0195910 a bad case for bitfield insert by Chris Lattner · 20 years ago
- 0d841e0 Now generating instruction itineraries for scheduling. Not my best work, but... by Jim Laskey · 20 years ago
- 15517be Structures used to hold scheduling information. by Jim Laskey · 20 years ago
- b7899d9 update project file by Chris Lattner · 20 years ago
- 108e902 Do not sink any instruction with side effects, including vaarg. This fixes by Chris Lattner · 20 years ago
- cbbc6b7 Fix #include order by Chris Lattner · 20 years ago
- 36a6338 unbreak the build again by Chris Lattner · 20 years ago
- bd9d370 Move some constant folding functions into LLVMAnalysis since they are used by John Criswell · 20 years ago
- a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 20 years ago
- fe7f046 Fix DSE to not nuke dead stores unless they redundant store is the same by Chris Lattner · 20 years ago
- 0e026de Fix typo by Chris Lattner · 20 years ago
- e679288 Teach instcombine to promote stuff like (cast (malloc sbyte, 8*X) to int*) by Chris Lattner · 20 years ago
- 8142b0a Promote cases like cast (malloc sbyte, 100) to int* into by Chris Lattner · 20 years ago
- 0ddac2a Minor change to this file to support obscure cases with constant array amounts by Chris Lattner · 20 years ago
- 731d348 Add a simple xform that is useful for bitfield operations. by Chris Lattner · 20 years ago
- 53c13b1 Fine tune Visual Studio's use of bison/flex. by Jeff Cohen · 20 years ago
- 8962b84 Make sure to build things in the right order, build with the .o file, not the by Chris Lattner · 20 years ago
- e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 20 years ago
- 2012cc0 int comparison patterns by Andrew Lenharth · 20 years ago
- c60e602 Fix some spello's pointed out by Gabor Greif by Chris Lattner · 20 years ago
- 2cbc207 Typo made worse x 2 - take 2. by Jim Laskey · 20 years ago
- 85fd97d Fix an assert compiling MallocBench/gs by Chris Lattner · 20 years ago
- ff2fcee Typo x 2 by Jim Laskey · 20 years ago
- 6c302fc Simplify. by Jim Laskey · 20 years ago
- 641b64a Simplify instinfo, set random bits on more fp insts, and fix 1 opcode by Andrew Lenharth · 20 years ago
- 581a8f7 Give full control of subtarget features over to table generated code. by Jim Laskey · 20 years ago
- f0c2be4 Add attribute name and type to SubtargetFeatures. by Jim Laskey · 20 years ago
- e9f15e5 fold nested and's early to avoid inefficiencies in MaskedValueIsZero. This by Chris Lattner · 20 years ago
- a7ad198 Condcodes are in the ISD namespace by Chris Lattner · 20 years ago
- 1f426de Add nodes for CondCodeSDNode and setcc, and add a bunch of pattern fragments by Chris Lattner · 20 years ago
- 1531f20 Add support for CondCode's by Chris Lattner · 20 years ago
- 61b42eb Fix comment. by Jeff Cohen · 20 years ago
- 8030c25 Eliminate use of sed in Visual Studio builds. by Jeff Cohen · 20 years ago
- 4ed1de8 Eliminate need for bison/flex in Visual Studio builds. by Jeff Cohen · 20 years ago
- 3fd24bd Update Visual Studio projects to reflect moved file. by Jeff Cohen · 20 years ago
- 92d6bb3 Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc by Nate Begeman · 20 years ago
- 5cd61ce Add a note about some bitfield stuff we could be doing better. by Nate Begeman · 20 years ago
- ae749a9 Correctly Expand or Promote FP_TO_UINT based on the capabilities of the by Nate Begeman · 20 years ago
- b7f6ef1 Allow custom lowered FP_TO_SINT ops in the check for whether a larger by Nate Begeman · 20 years ago
- 6e61ca6 autogen undef by Chris Lattner · 20 years ago
- 9789826 Add undef by Chris Lattner · 20 years ago
- 753c8f2 Add a method by Chris Lattner · 20 years ago
- 3075a4e Allow pseudos to have patterns, no functionality change by Chris Lattner · 20 years ago
- 9c73f09 Autogen fsel by Chris Lattner · 20 years ago
- eb255f2 Expose the fextend on the DAG instead of doing it in the matcher by Chris Lattner · 20 years ago
- e6115b3 Autogen a few new ppc-specific nodes by Chris Lattner · 20 years ago
- 8ecedbe The dag isel generator generates this now by Chris Lattner · 20 years ago
- f071bb5 Emit some boilerplate for targets by Chris Lattner · 20 years ago
- 99ea9da Be a bit more paranoid about calling SelectNodeTo by Chris Lattner · 20 years ago
- 3393e80 Fix a couple of minor bugs. The first fixes povray, the second fixes things by Chris Lattner · 20 years ago
- a158eee Clear a bit in this file that was causing a miscompilation of 178.galgel. by Chris Lattner · 20 years ago
- 70cfe13 Remove some dead argument names which irritates GCC at certain warning levels. by Chris Lattner · 20 years ago
- 304a564 Add a missing Module::setTargetTriple method. by Chris Lattner · 20 years ago
- 0366fcb analyses after transformations by Chris Lattner · 20 years ago
- 604b95b transforms before analyses by Chris Lattner · 20 years ago
- b3b1d5f Refactored to make room for more stuff (scheduling info.) by Jim Laskey · 20 years ago
- 34bd5d5 Preparation of supporting scheduling info. Need to find info based on selected by Jim Laskey · 20 years ago