- 0e5e0d1 add pattern to load constant 0 into a predicate reg by Duraid Madina · 19 years ago
- 2b11995 add a hack that fixes: llvm-gcc main.c -Wl,-native -o a.out -g by Chris Lattner · 19 years ago
- 465c737 Reject integer literals that are out of range for their type. by Chris Lattner · 19 years ago
- 61bc60f Fix a bug that prevented this pattern from matching by Chris Lattner · 19 years ago
- 5dc7e86 Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse by Nate Begeman · 19 years ago
- 7bbff04 make this 64 bit clean, fixed test30 of /Regression/Transforms/InstCombine/add.ll by Andrew Lenharth · 19 years ago
- e8148bc This is missed by InstCombine, patch comming by Andrew Lenharth · 19 years ago
- bad13eb Fix a QOI issue noticed by Markus F.X.J. Oberhumer. This fixes PR641 by Chris Lattner · 19 years ago
- 056728f "fix" support for FP constants (this code asserts in the scheduler, though) by Duraid Madina · 19 years ago
- a2df2ae add F0 and F1 to the FP register class by Duraid Madina · 19 years ago
- cb2583e This works now by Chris Lattner · 19 years ago
- 0614b62 Add support for immediates directly in the pattern, this allows itanium to by Chris Lattner · 19 years ago
- 55d1728 Keep VC++ happy. by Jeff Cohen · 19 years ago
- 5966955 add support for SELECT to TargetSelectionDAG.td, add support for by Duraid Madina · 19 years ago
- 9385680 add support for loading FP constants +0.0 and +1.0 to the dag isel, by Duraid Madina · 19 years ago
- 7c22575 Fix a source of undefined behavior when dealing with 64-bit types. This by Chris Lattner · 19 years ago
- 2c122ce * Replace ampersands in section titles with more formal ``and'' by Misha Brukman · 19 years ago
- f83d406 Re-generated to fix copy-paste typo noticed by Marco Matthies. by Misha Brukman · 19 years ago
- ea04dfd Fixed copy-paste typo, patch by Marco Matthies. by Misha Brukman · 19 years ago
- 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 19 years ago
- cb366d9 Keep VC++ happy. by Jeff Cohen · 19 years ago
- b0ddb49 Let people who run the nightly tester specify paths to external tests, instead by Chris Lattner · 19 years ago
- 7a8ef3a heh, scheduling was easy? by Duraid Madina · 19 years ago
- dc9549b FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 by Duraid Madina · 19 years ago
- aba8457 so tablegen was thinking I might want to convert FPs to predicates. by Duraid Madina · 19 years ago
- e2fd9e2 add support for int->FP and FP->int ops, and add ia64 patterns for these by Duraid Madina · 19 years ago
- d1eda6d add zeroextend predicate->integer by Duraid Madina · 19 years ago
- 5b0ac99 Add a flag to enable a darwin linker optimization by Chris Lattner · 19 years ago
- bb69e39 Make constant pool entries use private labels. This is important when you're by Chris Lattner · 19 years ago
- 42e957c Updated alpha known problems. by Andrew Lenharth · 19 years ago
- cc577c0 Apparently these do pass on some alphas by Chris Lattner · 19 years ago
- 306f6fe Fix an iterator invalidation problem in code used by the -strip pass by Chris Lattner · 19 years ago
- 76ff2c7 Limit the search depth of MaskedValueIsZero to 6 instructions, to avoid by Chris Lattner · 19 years ago
- b5a0c0e Emit itinerary class in instruction info. by Jim Laskey · 19 years ago
- 10b1dd9 Generate cpu to itinerary map. by Jim Laskey · 19 years ago
- 0863ce5 these tests fail on alpha for some reason by Chris Lattner · 19 years ago
- 5a608dd by Jim Laskey · 19 years ago
- 363aff2 add FP compares and implicit register defs to the dag isel by Duraid Madina · 19 years ago
- a088734 Update Getting Started for Visual Studio page. by Jeff Cohen · 19 years ago
- bf20948 Significantly simplify this code and make it more aggressive. Instead of having by Chris Lattner · 19 years ago
- 65026a7 new testcase by Chris Lattner · 19 years ago
- a417652 Reduce the number of copies emitted as machine instructions by by Chris Lattner · 19 years ago
- c1d6f67 If the module has no t-t and the host is an alpha, default to using the Alpha BE by Chris Lattner · 19 years ago
- 5c2c64e fix some broken comparisons, this affected the Pattern isel too. by Duraid Madina · 19 years ago
- dc50b35 The pass was removed, but the spirit lives on by Chris Lattner · 19 years ago
- b685af3 This is implemented by Chris Lattner · 19 years ago
- 3e6099b Codegen mul by negative power of two with a shift and negate. by Chris Lattner · 19 years ago
- 4446e04 new testcase by Chris Lattner · 19 years ago
- df14a04 Fix a problem that Nate noticed with LSR: by Chris Lattner · 19 years ago
- 36e1207 new testcase by Chris Lattner · 19 years ago
- 4734630 Revert an accidental commit. by Chris Lattner · 19 years ago
- f6764f5 More files deleted. by Jeff Cohen · 19 years ago
- f519fe0 Make -time-passes output prettier by Chris Lattner · 19 years ago
- 9d1a023 Make negative immediates in patterns work correctly, silence some warnings by Chris Lattner · 19 years ago
- 25d0a88 add some FP stuff, some mix.* stuff, and constant pool support to the by Duraid Madina · 19 years ago
- 6e520d0 Fix <> in html by Chris Lattner · 19 years ago
- c463b27 First hack-and-slash on the release notes. Comments and improvements welcome by Chris Lattner · 19 years ago
- e0f5897 Remove the lowerconstantexprs pass by Chris Lattner · 19 years ago
- 9fefdb5 This pass is now obsolete since all targets have moved to the SelectionDAG by Chris Lattner · 19 years ago
- 3aa4e15 Remove the LowerConstantExpressionsPass pass by Chris Lattner · 19 years ago
- 72fe0af remove reference to this pass by Chris Lattner · 19 years ago
- feaf960 Basic updates by Chris Lattner · 19 years ago
- dce644d Buh bye Expression.(cpp|h) by Chris Lattner · 19 years ago
- eb99bd3 remove a dead file by Chris Lattner · 19 years ago
- 9a83508 remove a dead header by Chris Lattner · 19 years ago
- 5af401d Remove dead #include by Chris Lattner · 19 years ago
- 1462aa7 Now that instcombine does this xform, remove it from the -raise pass by Chris Lattner · 19 years ago
- cfd6510 Pull some code out into a function, give it the ability to see through +. by Chris Lattner · 19 years ago
- 274ecfb add shladd by Duraid Madina · 19 years ago
- ad85677 by Duraid Madina · 19 years ago
- 455fcc8 Remove a special case, allowing the general case to handle it. No functionality by Chris Lattner · 19 years ago
- 167f1e2 New case to handle someday by Nate Begeman · 19 years ago
- 366080c Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :) by Chris Lattner · 19 years ago
- 7d7b967 Don't emit "32" for unordered comparison by Chris Lattner · 19 years ago
- b0e103d Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately by Chris Lattner · 19 years ago
- 6bc0d74 Use the new interface Jim added by Chris Lattner · 19 years ago
- f7bcde0 Removed Mr. Smith from the code. by Jim Laskey · 19 years ago
- fd306bf Added method to return a vector of records for a ListInit of Def field. This by Jim Laskey · 19 years ago
- ed048c0 add a hack to get code with ordered comparisons working. This hack is by Chris Lattner · 19 years ago
- 6df2507 add support for branch on ordered/unordered. by Chris Lattner · 19 years ago
- dda73c1 add the xfail lines by Chris Lattner · 19 years ago
- 32b03ff New testcase. Probably many targets don't support this, so they should probably by Chris Lattner · 19 years ago
- f02a916 Do not globalize internal symbols by Chris Lattner · 19 years ago
- aee436b These are autogenerated by Chris Lattner · 19 years ago
- f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 19 years ago
- e50caac The nightly tester report doesn't report JIT code size anymore, remove it by Chris Lattner · 19 years ago
- 325231c Fix a bit of backwards logic that broke exptree and smg2000 by Chris Lattner · 19 years ago
- 908ae27 Add some commentary. by Jim Laskey · 19 years ago
- 4bd4a54 remove dead stuff by Chris Lattner · 19 years ago
- a411bef Eliminate getClass, it is not needed by Chris Lattner · 19 years ago
- 9489c04 Keep Visual Studio happy. by Jeff Cohen · 19 years ago
- 0195910 a bad case for bitfield insert by Chris Lattner · 19 years ago
- 0d841e0 Now generating instruction itineraries for scheduling. Not my best work, but... by Jim Laskey · 19 years ago
- 15517be Structures used to hold scheduling information. by Jim Laskey · 19 years ago
- b7899d9 update project file by Chris Lattner · 19 years ago
- 108e902 Do not sink any instruction with side effects, including vaarg. This fixes by Chris Lattner · 19 years ago
- cbbc6b7 Fix #include order by Chris Lattner · 19 years ago
- 36a6338 unbreak the build again by Chris Lattner · 19 years ago
- bd9d370 Move some constant folding functions into LLVMAnalysis since they are used by John Criswell · 19 years ago
- a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago